- A - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
- A - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
-
- a - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
-
- A - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.GalaricaCuffBlock
-
- AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.RelicBlock
-
- AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
-
- AABBBaseEast - Variable in class com.pixelmonmod.pixelmon.blocks.BoundingBoxSet
-
- AABBBaseNorth - Variable in class com.pixelmonmod.pixelmon.blocks.BoundingBoxSet
-
- AABBBaseSouth - Variable in class com.pixelmonmod.pixelmon.blocks.BoundingBoxSet
-
- AABBBaseWest - Variable in class com.pixelmonmod.pixelmon.blocks.BoundingBoxSet
-
- ABANDONABLE - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- abandonable - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- AbandonableAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- AbandonableAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.AbandonableAction
-
- abandonQuest(String, UUID) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- AbandonQuestEvent - Class in com.pixelmonmod.pixelmon.api.events.quests
-
- AbandonQuestEvent(ServerPlayerEntity, QuestProgress) - Constructor for class com.pixelmonmod.pixelmon.api.events.quests.AbandonQuestEvent
-
- AbandonQuestPacket - Class in com.pixelmonmod.pixelmon.quests.comm
-
- AbandonQuestPacket() - Constructor for class com.pixelmonmod.pixelmon.quests.comm.AbandonQuestPacket
-
- AbandonQuestPacket(QuestProgressClient) - Constructor for class com.pixelmonmod.pixelmon.quests.comm.AbandonQuestPacket
-
- ABILITIES - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.hatch.EggHatcher
-
- 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 - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- 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 - Interface in com.pixelmonmod.pixelmon.api.pokemon.ability
-
Interface representing a Pokemon's Ability
- ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- ability(Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the ability of the Pokemon
Leaving null will allow the Pokemon initialize algorithm to calculate the relevant one for the form/gender (etc)
- ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- ability - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of the Pokémon's Ability.
- ability - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo
-
- ability - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
Ability array for this Pokémon.
- ability_capsule - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ABILITY_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
-
- ABILITY_P_HIDDEN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's hidden ability status, persisting through evolution.
- ABILITY_P_SLOT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's ability slot number, persisting through evolution.
- ability_patch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ABILITY_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- ABILITY_SLOT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's ability slot number.
- ABILITY_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
- AbilityCapsuleItem - Class in com.pixelmonmod.pixelmon.items
-
Switches a Pokémon's normal Ability to its other one.
- AbilityCapsuleItem() - Constructor for class com.pixelmonmod.pixelmon.items.AbilityCapsuleItem
-
Initializes the item.
- AbilityClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Prevents Pokémon from having certain Abilities.
- AbilityClause(String, Class<? extends AbstractAbility>...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.AbilityClause
-
Creates a clause to ban Abilities.
- AbilityComboClauseLogicalOr - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Rejects if a team has a certain combination of Abilities.
- AbilityComboClauseLogicalOr(String, Class<? extends AbstractAbility>...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.AbilityComboClauseLogicalOr
-
Creates a clause to ban an Ability combination.
- AbilityData(String, String, Supplier<Ability>, Ability) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry.AbilityData
-
- abilityLangKey - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
-
- AbilityPatchItem - Class in com.pixelmonmod.pixelmon.items
-
Switches a Pokémon's normal Ability to its Hidden one.
- AbilityPatchItem() - Constructor for class com.pixelmonmod.pixelmon.items.AbilityPatchItem
-
Initializes the item.
- AbilityRegistry - Class in com.pixelmonmod.pixelmon.api.pokemon.ability
-
- AbilityRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- AbilityRegistry.AbilityData - Class in com.pixelmonmod.pixelmon.api.pokemon.ability
-
- AbilityRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- AbilityRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
-
- AbilityRequirement(Ability) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
-
- abilitySlot(Pair<Integer, Boolean>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the ability slots of the Pokemon, overriding .ability()
Leaving null will allow the Pokemon initialize algorithm to calculate the relevant one for the form/gender (etc)
- ableSpecs - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- abnormal - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
-
- abnormal - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
-
Whether or not the battle ended in an abnormal (as in crash/error/forced) manner.
- abnormal - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestStageEvent.Set
-
- 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.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.
- 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_POSITION - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- AbsolutePositionObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.location
-
- AbsolutePositionObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.location.AbsolutePositionObjective
-
- ABSORB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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_bulb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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>, World) - 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>, World) - 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
-
- 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>, World) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Initializes the Pokémon's models and animations.
- AbstractComplexTreeFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage
-
- AbstractComplexTreeFoliagePlacer(RegistryObject<FoliagePlacerType<?>>, int, List<Integer>, Pair<BlockPos, BlockState>...) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractComplexTreeFoliagePlacer
-
- AbstractDetectionLogic - Class in com.pixelmonmod.pixelmon.api.replacement.detection
-
- AbstractDetectionLogic(String) - Constructor for class com.pixelmonmod.pixelmon.api.replacement.detection.AbstractDetectionLogic
-
- AbstractDuration - Class in com.pixelmonmod.pixelmon.api.daycare.impl.duration
-
Abstract implementation of a duration taking only the ID
- AbstractDuration(String) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AbstractDuration
-
- AbstractEggGroup - Class in com.pixelmonmod.pixelmon.api.pokemon.egg.impl
-
Basic abstract implementation of the
EggGroup
- AbstractEggGroup(int, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
-
- AbstractHasStatsEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
-
Stats for a Pokémon.
- AbstractHasStatsEntity(EntityType<? extends AbstractHasStatsEntity>, World) - 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>, World) - 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
-
- AbstractInteractionsEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
-
Handles mounting a Pokémon.
- AbstractInteractionsEntity(EntityType<? extends AbstractInteractionsEntity>, World) - 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>, World) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- AbstractPixelmonPacket - Class in com.pixelmonmod.pixelmon.comm.data
-
- AbstractPixelmonPacket(PacketDirection) - Constructor for class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
-
- AbstractPixelmonPacket(PacketDirection, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
-
- AbstractPixelmonPacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
-
- AbstractPixelmonStructure<C extends net.minecraft.world.gen.feature.IFeatureConfig> - Class in com.pixelmonmod.pixelmon.world.structure
-
- AbstractPixelmonStructure(Codec<C>) - Constructor for class com.pixelmonmod.pixelmon.world.structure.AbstractPixelmonStructure
-
- AbstractPokemonRenderer<E extends AbstractClientEntity> - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
-
- AbstractPokemonRenderer(EntityRendererManager) - 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
-
- 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(Set<String>) - Constructor for class com.pixelmonmod.api.requirement.AbstractRequirement
-
- AbstractRequirement - Class in com.pixelmonmod.pixelmon.api.daycare.impl.requirement
-
- AbstractRequirement(String) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.AbstractRequirement
-
- AbstractShopScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc
-
Superclass for GUIs that display a shop interface.
- AbstractShopScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
Initializes the container.
- AbstractSpawner - Class in com.pixelmonmod.pixelmon.api.spawning
-
The base of all spawning.
- AbstractSpawner(String) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
- AbstractSpawner.SpawnerBuilder<T extends AbstractSpawner> - Class in com.pixelmonmod.pixelmon.api.spawning
-
- AbstractSpecification<A,B> - Class in com.pixelmonmod.api
-
Abstract implementation of the specification interface that handles all the logic for the sub-classes
Meaning the sub classes just have to pass in the data types
- AbstractSpecification(Class<A>, Class<B>, String, List<Requirement<A, B, ?>>) - Constructor for class com.pixelmonmod.api.AbstractSpecification
-
- 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
-
- AbstractTCGPacket - Class in com.pixelmonmod.tcg.network.data
-
Abstract implementation of the
TCGPacket
interface.
- AbstractTCGPacket(PacketDirection) - Constructor for class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
-
- AbstractTCGPacket(PacketDirection, boolean) - Constructor for class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
-
- AbstractTCGPacket(boolean) - Constructor for class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
-
- AbstractYamlConfig - Class in com.pixelmonmod.pixelmon.api.config.api.yaml
-
Abstract parent class to all YAML configuration files.
- AbstractYamlConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
-
- acacia_bench - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- ACACIA_BENCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- acceleration - Variable in class com.pixelmonmod.pixelmon.ai.flying.FlySpeeds
-
- acceleration - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
-
- accelerationX - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
-
- accelerationZ - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
-
- ACCELEROCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- ACCELGOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- accept(A, B, C, D) - Method in interface com.pixelmonmod.pixelmon.tools.QuadConsumer
-
- accept(A, B, C) - Method in interface com.pixelmonmod.pixelmon.tools.TriConsumer
-
- 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.
- AcceptNPCTradePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
A packet that is sent when a trader's offer is accepted by a player.
- AcceptNPCTradePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.AcceptNPCTradePacket
-
Initializes an empty packet.
- AcceptNPCTradePacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.AcceptNPCTradePacket
-
Initializes a packet with the trader ID.
- acceptQuery(ServerPlayerEntity, EnumBattleQueryResponse) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Handles event where a player accepts the challenge.
- acceptQuery(ServerPlayerEntity, 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(PlayerEntity, NPCEntity, TradePair, Pokemon, Pokemon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
-
- accuracy - Variable in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Use
-
- accuracy - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's accuracy modifier.
- accuracy - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
The effective accuracy of the move.
- 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
-
- 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_bike - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- acro_bike_frame - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ACROBATICS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Acrobatics - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the user is not holding an item.
- Acrobatics() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Acrobatics
-
- action - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestActionEvent
-
- action - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent.DoSpawn
-
- action - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.SpawnEvent
-
The specific information about the spawn.
- Action - Class in com.pixelmonmod.pixelmon.quests.actions
-
- Action(String[], Quest, Stage, int) - Constructor for class com.pixelmonmod.pixelmon.quests.actions.Action
-
- ActionButton(BattleScreen.EnumBattleButton, BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.ActionButton
-
- 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.
- actionPerformed(Button, int) - Method in class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesFixedScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.curryDex.CurryDexScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen
-
Called by the controls from the buttons when activated.
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.mail.MailScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.NPCTraderScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.SelectPartyPokemonScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.BattleRulesNPCEditorScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ChattingNPCEditorScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ConfirmDeleteNPCScreen
-
Called by the controls from the buttons when activated.
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.CreateNPCScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.QuestGiverNPCEditorScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ShopkeeperEditorScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TradeEditorScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorMoreScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TutorEditorScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorAdvancedScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.SelectStatScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.abilities.GuiOptional
-
- actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
-
- actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.BattleSpectatorScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
-
- actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.duel.FlippingCoinScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
-
- actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.TCGRuleEditorScreen
-
Called by the controls from the buttonList when activated.
- Actions - Class in com.pixelmonmod.pixelmon.quests.actions
-
- Actions() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- Activate(MysteryBoxTileEntity, PlayerEntity, 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(ServerPlayerEntity, ReassemblyUnitTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Activate
-
- activate(PixelmonWrapper, PixelmonWrapper, TranslationTextComponent) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Electromorphosis
-
- 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() - 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(PlayerEntity, ArcChaliceBlock, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
-
- activate(PlayerEntity, ShrineBlock, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BirdShrineTileEntity
-
- activate(PlayerEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
-
- activate(PlayerEntity, IlexShrineBlock, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.IlexShrineTileEntity
-
- activate(PlayerEntity, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
-
- activate(ServerPlayerEntity, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
-
- activate(PlayerEntity, TimespaceAltarBlock, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
-
- activate() - Method in class com.pixelmonmod.pixelmon.spawning.TrackingSpawnerCoordinator
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- activeCard - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- activeTarget - Variable in class com.pixelmonmod.tcg.client.gui.PlayerTargetsScreen
-
- actualPokedex - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
-
The array of enabled pokemon
- ACUPRESSURE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- adamant_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimationTypeAdapter
-
- adapter - Variable in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
-
- 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
-
- Adapter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags.Adapter
-
- Adapter() - Constructor for class com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove.Adapter
-
- 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(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(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(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(Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- add(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- add(BigDecimal) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- add(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Adds the given Pokemon to this storage in the first available position.
- add(double, T) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
-
- add(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.battles.raids.WeightedItemStacks
-
- add(ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
-
- add(CustomServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- add(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
-
- add(Matrix3f, Matrix3f) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
-
- add() - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel.MessageBuilder
-
- add(SpawnedTracker.SpawnedData) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
-
- add(PixelExtrasData) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
-
- add(Matrix4f, Matrix4f, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Add two matrices together and place the result in a third matrix.
- add(MutableVector3d) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- add(double, double, double) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
Adds the specified x,y,z vector components to this vector and returns the resulting vector.
- add(Vector4f, Vector4f, Vector4f) - Static method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
Add a vector to another vector and place the result in a destination
vector.
- add(RegistryObject<Structure<NoFeatureConfig>>) - Static method in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- addAction(String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage.Builder
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
-
- addAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.world.generation.features.GymVillagePiece
-
- addAll(WeightedItemStacks) - Method in class com.pixelmonmod.pixelmon.battles.raids.WeightedItemStacks
-
- addAllies(RaidPokemon...) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidAllyEvent
-
- addAlly(RaidPokemon) - Static method in class com.pixelmonmod.pixelmon.battles.raids.RaidRandomizer
-
- addAndDistribute(PixelExtrasData) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasStorage
-
- addAnimation(AttackAnimation) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Stores an attack animation that is currently running for this battle.
- 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
- addAttack(Attack) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
-
- 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, PlayerEntity, ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
-
- addBattleMessage(BattleTaskPacket) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Adds a battle message that will be displayed to the player.
- addBehaviourGoals() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
- addBerry(BerryItem, int) - Method in class com.pixelmonmod.pixelmon.battles.status.BerryEaten
-
- addBiome(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- addBiomeGeneration() - Static method in class com.pixelmonmod.pixelmon.world.dimension.PixelmonBiomeGeneration
-
- 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(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
-
- addButtons() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorScreen
-
- addButtons() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestOverviewScreen
-
- addButtons() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStageScreen
-
- addButtons() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStringsScreen
-
- addCard(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
-
- addCaughtType(Element) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
- addCaughtTypes(List<Element>) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
- addChat(String, String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- addChat(String, String, String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
Adds possible dialogue to the Trainer.
- addChild(Bone) - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- addChoice(Choice) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
- addClaimer(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
-
- addClaimer(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Registers a player who has claimed the Poké Gift.
- addClaimer(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
- addColonSeparated(StringBuilder, String, Object) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Separates a label and a value by a colon, and inserts a newline afterwards.
- addCondition(SpawnerCondition) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
-
- addCondition(String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage.Builder
-
- addCondition(PokemonCardState, CardCondition, Integer, GameServerState) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
-
- addCondition(CardCondition, Integer) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
-
- 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
-
- addDestroyEffects(BlockState, World, BlockPos, ParticleManager) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
-
- addDestroyEffects(BlockState, World, BlockPos, ParticleManager) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
-
- addDialogue(Dialogue) - Method in class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueChoiceEvent
-
- addDialogues(List<Dialogue>) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
- addDimensionalSpacing(WorldEvent.Load) - Method in class com.pixelmonmod.pixelmon.world.generation.AddToBiomes
-
- 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
-
- addDrop(ItemWithChance) - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.PokemonDropInformation
-
Adds a drop for the spec
- addDropDown(DropDown) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownManager
-
Adds a drop-down menu to the manager.
- addDropDown(DropDown<T>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
Adds a drop-down menu to the screen.
- addDropDown(DropDown<T>) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStageScreen
-
Adds a drop-down menu to the screen.
- addDrops(List<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockBroke
-
Adds drops to the event
- addDynamaxScale(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Adds to the Dynamax scale of the Pokémon.
- 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
-
- addEncounter(UUID, long) - Method in class com.pixelmonmod.pixelmon.api.util.EncounterData
-
- addEncounter(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
-
- addEntity(Entity) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
-
- addEntries(Map<K, V>, K[], V[]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
-
- addEntries(Map<K, V>, Object[]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
-
adds entries for every 2 objects in kvs
.
- addEntry(CustomServerSelectionList.Entry) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList
-
- addEssence(ItemStack, int, ServerPlayerEntity) - Static method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- addEssence(int) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
-
- 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(MatrixStack, IVertexBuilder, int, int, boolean, float, float, float, float, float) - 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.
- addGym(String, ItemStack, int) - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymData
-
- 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(Collection<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- addImmutable(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- addItem(BagSection, ItemStack, List<ItemData>) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
- addItem(ItemStack...) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
-
Deprecated.
- addItem(ShopItem) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- addItem(DuelLogItem) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
-
- 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
-
- addItems(ItemData...) - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems.Pre
-
- additionalInfo - Variable in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
-
- AdditiveDuration - Class in com.pixelmonmod.pixelmon.api.daycare.impl.duration
-
Duration type that adds the given amount in the specified units
- AdditiveDuration() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AdditiveDuration
-
- addKill() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Adds a wild Pokémon defeat to the player's stats.
- addLearnableMoves(NPCTutor.LearnableMove...) - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves.Pre
-
- addLearnMove(ServerPlayerEntity, UUID, ImmutableAttack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
- addLearnMove(ServerPlayerEntity, UUID, ImmutableAttack, Predicate<ServerPlayerEntity>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
- addLine(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
-
- addLine(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
-
- addLine(Quest) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- addLine(String) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- addLine(String) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- addLine(QuestProgressClient) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- addLines(List<ITextComponent>) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
-
- addLines(ITextComponent...) - 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.
- addModelFor(ContainerPlusBlock) - Static method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityDecorativeBase
-
- addMotion(Entity, EnumRotation, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.EntityHelper
-
Sets the motion of an entity in a particular axis relative to the world.
- addMulliganBonusDraws(int) - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
-
- addNewStage() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- addNotBossIfNotPresent() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
-
- addObjective(String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage.Builder
-
- addOffersFromItemListings(MerchantOffers, VillagerTrades.ITrade[], int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- addParticle(ScreenParticleEngine.GuiParticle) - Method in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine
-
- addParticlesAroundSelf(IParticleData) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- addPendingPrizeCount(int, int) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
-
- addPersistentTaskAtEvent(Class<E>, BiConsumer<E, BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Adds a task to the battle controller which will execute every time the given event fires.
- addPiece() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
-
- AddPlate(ServerPlayerEntity, ArcChaliceTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.AddPlate
-
- addPlayer(int, ServerPlayerEntity, Pokemon, int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
-
- addPlayerBoard(ServerPlayerEntity, Scoreboard) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
-
- addPlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<BallCaptureTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger
-
- addPlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<CaptureTypeTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger
-
- addPlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<LegendaryCaptureTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger
-
- addPlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<PokedexTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger
-
- addPlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<SpecTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger
-
- addPlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<StarterTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger
-
- addPlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<WildBattleVictoryTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger
-
- addPokemon(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPartyScreen
-
- addPokemon(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
Adds a new Pokémon to a certain party slot.
- addPokemon(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorPartyScreen
-
- addPokemon(PokemonBase) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
Adds a possible Pokémon to the Trainer.
- addPositionBoard(TargetPoint, Scoreboard) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
-
- addQuest(Quest) - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- 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, int, String) - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidStarGrouping
-
Adds a new raid to this group.
- addRaid(int, RaidRegistry.Raid) - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidStarGrouping
-
Adds a new raid to this group.
- addRaids(int, Collection<RaidRegistry.Raid>) - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidStarGrouping
-
Adds a collection of raids to this group.
- addRarityMultiplier(RarityMultiplier) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
-
- addRecoil(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
-
- addRegisteredSync(DataSync<?, ?>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.EntityDataSyncManager
-
- addRegularSpawners(SpawnerCoordinator) - Static method in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- addReloadListeners(AddReloadListenerEvent) - Static method in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
-
- addReloadListeners(AddReloadListenerEvent) - Static method in class com.pixelmonmod.tcg.init.loaders.TCGLoaders
-
- addReminderMove(ITechnicalMove, Pokemon) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionTechnicalMove
-
- addReward(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
-
- addRibbon(RibbonType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- addRibbon(RibbonType, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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.
- addScanner(BattleItemScanner.InventoryScanner) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Register a new inventory scanner to look for battle items in.
- addShake() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Adds a shake that will occur for the capture attempt this object is associated with.
- addSilently(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Advanced method for adding Pokémon to player storage.
- addSound(SoundEvent) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- addSpawnSets(SpawnSet...) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
-
- addSpawnSets(Collection<SpawnSet>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
-
- addSpecies(Species) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Adds a species to the registry.
- addSpeciesFormData(Species, String...) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.ImportExportForm
-
Adds form data for a certain Pokémon pokemon.
- addSpectator(Spectator) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Adds a spectator to the battle.
- addStage() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest.Builder
-
- addStat(BattleStatsType, int) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.stats.IStatStore
-
Adds value amount to the specific battle stat type
- addStatChangeAnimation(PixelmonWrapper, PixelmonWrapper, BattleStatsType, int) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
-
- addStatChangeAnimation(PixelmonWrapper, PixelmonWrapper, BattleStatsType, int) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
-
- addStatChangeAnimation(PixelmonWrapper, PixelmonWrapper, BattleStatsType, int) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
-
- addStatChangeAnimation(PixelmonWrapper, PixelmonWrapper, BattleStatsType, int) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
-
- addStatus(StatusBase, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Adds a status to the Pokémon.
- addStatus(StatusBase, PixelmonWrapper, TranslationTextComponent) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Adds a status to the Pokémon.
- addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.BanefulBunker
-
- addStatus(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Confusion
-
- 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, Attack, boolean, String, String) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusPersist
-
Adds the status to the target if possible.
- addString(String, String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest.Builder
-
- addStringAtIndex(String[], int, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Add a value at a certain spot in the index, shift everything after it one place further
- addSwitch(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
Registers a switch action.
- addSwitchingOut(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Adds a Pokémon to the list of Pokémon switching out.
- addTask(BattleController, Class<? extends BattleEvent>, BiConsumer<? extends BattleEvent, BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
- addTask(Callable<T>) - Static method in class com.pixelmonmod.pixelmon.client.models.ResourceLoader
-
- addTaskAtEvent(Class<E>, BiConsumer<E, BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Adds a task to the battle controller which will execute next time the given event fires and then be removed from
the list of future tasks.
- addTaskForBattleEnd(BattleEndTaskType, Consumer<Optional<BattleController>>) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Add a task to be executed once the client has left the battle UI.
- addTeamSelection(BattleRules, boolean, PartyStorage...) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry
-
Creates a new team selection.
- addTeamSelection(TeamSelection) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry
-
Creates a new team selection.
- addTeamStatus(StatusBase, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Adds a team status to all Pokémon on this Pokémon's side of the field.
- addTexture(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.BaseTrainer
-
- addTexture(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- addTier(T) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
-
Adds a tier as a registered tier and then returns it (for caching)
- addTime(WorldTime) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
-
- AddToBiomes - Class in com.pixelmonmod.pixelmon.world.generation
-
- AddToBiomes() - Constructor for class com.pixelmonmod.pixelmon.world.generation.AddToBiomes
-
- 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
-
- addToHistory - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
-
- addToHistory - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
-
- 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(CompoundNBT, List<PokemonRarity>) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
-
- addToTotalBred() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Increments the total amount of Pokémon the player has bred.
- addToTree(SearchTreeReloadable<ItemStack>, Collection<T>, Function<T, List<Pair<String, ItemStack>>>) - Static method in class com.pixelmonmod.pixelmon.client.gui.inventory.SearchTreeExtender
-
- addToYield(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
- AddTrainerPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Adds a Magikarp to an NPC Trainer's party.
- AddTrainerPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.AddTrainerPokemonPacket
-
Empty constructor for packet registration.
- AddTrainerPokemonPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.AddTrainerPokemonPacket
-
Initializes an add packet.
- addTransforms(int, Matrix4f) - Method in class com.pixelmonmod.pixelmon.client.models.smd.AnimFrame
-
- addTweak(SpawningTweak) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
-
- AddType - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Adds a temporary type to the target.
- AddType(Element) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AddType
-
Initializes the effect.
- addUses(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
-
- addVertex(DeformVertex, float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- addWeather(WeatherType) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
-
- addWin() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Adds a win to the player's win count.
- adjustCriticalHitChance(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Merciless
-
- adjustCriticalHitChance(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers at the last moment before a critical hit is rolled.
- adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Modifies the holder's critical hit ratio.
- adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.CritEnhancingItem
-
- adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RazorClawItem
-
- adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ScopeLensItem
-
- adjustEVs(PixelmonEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.IncreaseEVItem
-
Increases the Pokémon's EVs if possible.
- adjustEVs(PixelmonEntity, int) - Method in class com.pixelmonmod.pixelmon.items.JuiceShoppeItem
-
Increases the Pokémon's EVs if possible.
- 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
-
- AdminEyeItem - Class in com.pixelmonmod.tcg.item
-
- AdminEyeItem() - Constructor for class com.pixelmonmod.tcg.item.AdminEyeItem
-
- 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
-
- ADVANCED_MOVING - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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.
- AdvancedMovingJigsawPiece - Class in com.pixelmonmod.pixelmon.world.structure
-
- AdvancedMovingJigsawPiece(Either<ResourceLocation, Template>, Supplier<StructureProcessorList>, JigsawPattern.PlacementBehaviour, Integer, Integer, Integer, Boolean) - Constructor for class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- AdvancedMovingJigsawPiece(Template) - Constructor for class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- advancement - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonAdvancementEvent
-
The advancement being earned.
- AEGISLASH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- AEGISLASH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- AERIAL_ACE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Aerilate - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Changes Normal-type moves into Flying-type moves and increases their power by 1.3x.
- Aerilate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Aerilate
-
Initializes the Ability.
- AERILATE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- AEROBLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- AERODACTYL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- AERODACTYL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- aerodactylite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Aerodactyl
- affectedType - Variable in class com.pixelmonmod.pixelmon.battles.status.Sport
-
The type of move reduced by this status.
- affectMultiturnMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Determines whether the held item affects multi-turn moves.
- affectMultiturnMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.PowerHerbItem
-
- affectOwnedPokemon - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.GroundBirds
-
- affectsPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
-
Checks if the terrain can affect a Pokémon.
- affiliatedType - Variable in enum 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.
- AFKHandler() - Constructor for class com.pixelmonmod.pixelmon.api.config.GeneralConfig.AFKHandler
-
- 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 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
-
- afterSwitch() - 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
-
- 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
-
- age - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
-
- age - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- Aggression - Enum in com.pixelmonmod.pixelmon.api.pokemon.species.aggression
-
Pokémon aggression behavior.
- aggression - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- AGGRESSION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the Pokémon's aggression.
- 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.
- AggressionChances - Class in com.pixelmonmod.pixelmon.api.pokemon.species.aggression
-
Representing the chances of a
Species
being aggressive, timid
or passive.
- AggressionChances(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
-
Constructor taking all three values
- AggressionChances(int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
-
Default constructor for calculating passive
- 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(MobEntity, ServerPlayerEntity) - 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.
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- AGUAV - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- aguav_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- AGUAV_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 - 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
-
- aiHelper - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
The Pokémon's AI.
- AIPOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- AIPOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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_SLASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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.
- airBlockCategory - Variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- AIRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- AIRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
-
- AIRequirement(Aggression) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
-
- AirLock - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the effects of weather.
- AirLock() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AirLock
-
Initializes the Ability.
- airSaver - Variable in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
-
- AirSaver - Class in com.pixelmonmod.pixelmon.api.util
-
Preserves the player's current air count and prevents drowning.
- AirSaver(ServerPlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.api.util.AirSaver
-
Initializes an air saver.
- aiStep() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- 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
-
- 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
-
- ALIEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- align(EnumSet<Direction.Axis>) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- ALL - Static variable in enum com.pixelmonmod.pixelmon.comm.EnumUpdateType
-
- ALL_BATTLE_STATS - Static variable in enum 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_STRUCTURES - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- allGenerationsDisabled() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
Checks if all Generations are disabled.
- allGenerationsEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
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.
- 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.
- allowedBlocks - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Dig
-
Blocks that Dig can break.
- allowedPokemon - Variable in class com.pixelmonmod.pixelmon.battles.attacks.ZMove
-
- allowExit() - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
-
- allowExternalMoves - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
-
- allowExternalMoves - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
-
- allowMultiplayerWeather - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.WeatherChanger
-
- allowMultiple - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
Whether to allow multiple objects to be affected by a transaction at once.
- 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.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.Levitate
-
- allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sturdy
-
- allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderGuard
-
- allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Sends a battle message when the Pokémon's Ability nullifies an attack.
- allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Sends a battle message when the Pokémon's Ability nullifies an attack.
- allowsIncomingAttackTeammate(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Dazzling
-
- allowsIncomingAttackTeammate(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Determines whether an incoming attack can hit a teammate Pokémon
- allowsOutgoingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
-
Determines whether an outgoing attack can hit the target.
- allowsOutgoingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Prankster
-
- allowsOutgoingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Determines whether an outgoing attack can hit the target.
- allowSpectators - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
- allowSpectators() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Allows spectators for the battle
- allowSpectators(boolean) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets if spectating the battle is allowed
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BigPecks
-
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HyperCutter
-
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.KeenEye
-
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MindsEye
-
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MirrorArmor
-
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatDrop
-
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Whether the Pokémon Ability allows a stat to be modified.
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.battles.status.Mist
-
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status allows stats to be modified
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
-
- allowsStatChangeTeammate(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerVeil
-
- allowsStatChangeTeammate(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Whether a teammate's Ability allows a stat to be modified.
- allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.InnerFocus
-
- allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LeafGuard
-
- allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatus
-
- allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
-
- allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
-
- allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ThermalExchange
-
- allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterBubble
-
- allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Fires when a status attempts to apply.
- 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.
- allowUserInput - Variable in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
-
- allPlaced - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
- allPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
All Pokémon in the participant's party during battle.
- allPP - Variable in class com.pixelmonmod.pixelmon.items.PPRestoreItem
-
Whether the item heals all PP.
- allTransferMoves - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- allTutorMoves - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AllySwitch
-
- 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
-
- ALOMOMOLA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- aloraichium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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 - 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_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
-
- aluminum_base - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ALWAYS_CAPTURE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethods
-
- 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.
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- AMETHYST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
-
- AMETHYST_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
-
- amethyst_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- amethyst_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- AMETHYST_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- amethyst_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- amethyst_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- amethyst_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- AMETHYST_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- AMETHYST_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- amethyst_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- amethyst_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- amethyst_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.ContainerPlusBlock
-
- 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
-
- 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.
- AnalysePokemon - Class in com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills
-
- AnalysePokemon() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.AnalysePokemon
-
- Analytic - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases move power by 30% if the Pokémon moves after all other pokemon.
- Analytic() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Analytic
-
- ANALYTIC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- ANCHOR_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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_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_ULTRA_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
-
- AND_DELIMITER - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
- andThen(QuadConsumer<? super A, ? super B, ? super C, ? super D>) - Method in interface com.pixelmonmod.pixelmon.tools.QuadConsumer
-
- andThen(TriConsumer<? super A, ? super B, ? super C>) - Method in interface com.pixelmonmod.pixelmon.tools.TriConsumer
-
- ANGER_POINT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- ANGER_SHELL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- AngerPoint - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Maximizes the Pokémon's attack if it gets hit by a critical hit.
- AngerPoint() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AngerPoint
-
- 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
-
- angle(Vector4f, Vector4f) - Static method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
Calculate the angle between two vectors, in radians
- 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
-
- animatedTransforms - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- animateDynamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
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_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
-
- AnimationHelper - Class in com.pixelmonmod.pixelmon.client.gui.pokedex
-
- AnimationHelper(int, BiConsumer<MatrixStack, Integer>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokedex.AnimationHelper
-
- AnimationHelper(int, int, BiConsumer<MatrixStack, Integer>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokedex.AnimationHelper
-
- animationIncrement - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
-
- animationIncrement - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- animationName - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
-
- 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 - Enum in com.pixelmonmod.pixelmon.client.models.smd
-
Created by Jay113355 on 1/27/2018.
- 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(AnimFrame, SmdAnimation) - 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
-
- announced - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
-
- ANORITH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- ANORITH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- Anticipation - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Warns the Pokémon about a super effective move the opponent has.
- Anticipation() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Anticipation
-
- ANTICIPATION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- anticondition - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.RarityMultiplier
-
- 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
-
- anvil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- anvil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- ANVIL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- ANVIL - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
-
- ANVIL_ITEM_STATE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The stage of the item on the anvil.
- AnvilBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
-
- AnvilBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.AnvilBlock
-
- AnvilTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- AnvilTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.AnvilTileEntity
-
- anyMatch(Collection<T>, Collection<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
-
- anyMoves - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- APICOT - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- apicot_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- APICOT_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.CurryDishItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.FishingRodItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.FossilItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BlankTechnicalMachineItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
-
- appendHoverText(ItemStack, IBlockReader, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminEyeItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminKeyItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminNecklaceItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminPendantItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminRingItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminRodItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminScalesItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.CardBackItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.CardItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.CoinItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - Method in class com.pixelmonmod.tcg.item.DeckItem
-
- appendHoverText(ItemStack, World, List<ITextComponent>, ITooltipFlag) - 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.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_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(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(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(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(T) - Method in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
-
- apply(T) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
-
- apply(Random, IChunk, Biome, int, int, int, double, BlockState, BlockState, int, long, SurfaceBuilderConfig) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.surfacebuilders.UltraCraterSurfaceBuilder
-
- apply(int, int) - Method in enum com.pixelmonmod.tcg.api.card.CardModifier
-
- 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
-
- applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
-
- applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
-
- applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChainLightningEffect
-
- applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DisableAttackEffect
-
- applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.HurricaneEffect
-
- applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.IgnoreStatsEffect
-
- applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect
-
- applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwordsDanceEffect
-
- applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BeakBlast
-
Fires after the moves functionality has completed, after damage, etc.
- applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BurnUp
-
- applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ChiStrike
-
- applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CourtChange
-
- applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoubleShock
-
- applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RelicSong
-
- applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
-
Fires after the moves functionality has completed, after damage, etc.
- applyAllySwitchInEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
-
- applyAllySwitchInEffect(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers after an allied Pokémon switches in.
- applyAsBool(T, U) - Method in interface com.pixelmonmod.pixelmon.network.SimpleChannel.MessageBuilder.ToBooleanBiFunction
-
- applyAttackEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Applies status and stat modifiers.
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.AttachDiscardEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeResistanceEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeWeaknessEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DamageBonusEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DestinyBondEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DevolveEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DisableAttackEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DreamEaterEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.HardenEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.IgnoreStatsEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.MetronomeEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.MirrorMoveEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ProphecyEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ReduceDamageEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SandAttackEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardWithEnergyCostEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SuperFangEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ThunderstormEffect
-
- applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.WildfireEffect
-
- applyBeforeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SpeedSwapStatus
-
- applyBeforeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Triggers when the Pokémon gains the status.
- applyBeforeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Transformed
-
- applyBiomeDecoration(WorldGenRegion, 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.
- applyChange() - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- applyContact(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Triggered when a Pokémon makes contact.
- applyContactLate(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Triggered when a Pokémon makes contact.
- applyCooldown(Pokemon, int) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- applyData(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.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.GenderRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenerationRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GigantamaxFactorRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthStageRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HasSpecFlagRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HeldItemRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HiddenAbilityRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.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.LogicalOrRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MaximumLevelRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MinimumLevelRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NatureRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NicknameRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NoDropsRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NuggetsFedRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.OriginalTrainerNameRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PaletteRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokeBallRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokerusRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PrimalEvolutionRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.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.ShinyRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ShornRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatsModifyRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatsRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatusRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UltraBeastRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UltraBurstRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UnbattleableRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UnbreedableRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UncatchableRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UndexableRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UntradeableRequirement
-
- applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.WildRequirement
-
- applyData(A) - Method in interface com.pixelmonmod.api.requirement.Requirement
-
- 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.Befuddle
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BugBite
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BurningJealousy
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClearTerrain
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClearTerrainPresent
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Cuddle
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Defog
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DireClaw
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FellStinger
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Finale
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlameBurst
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Flee
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.IgnoreDefense
-
Causes various effects during the move.
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.KnockOff
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Malodor
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.OrderUp
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PartingShot
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pledge
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pursuit
-
- 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.DefenseCurl
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.DestinyBond
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Disable
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Electrify
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Embargo
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Encore
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.FairyLock
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.FixatedStatus
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Flinch
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.FollowMe
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Foresight
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Freeze
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.GastroAcid
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Grudge
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HealBlock
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HealingWish
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HelpingHand
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Imprison
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Infatuated
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Ingrain
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.IonDeluge
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LaserFocus
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Leech
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LockOn
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LuckyChant
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LunarBlessing
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LunarDance
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagicCoat
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagicRoom
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagnetRise
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MatBlock
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MeanLook
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Minimize
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Mist
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Nightmare
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.NoRetreat
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ObscuredStatus
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Octolock
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PartialTrap
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Perish
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Poison
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Powder
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PowerShift
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PowerTrick
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariationTeam
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Recharge
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Reflect
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.RepeatDamage
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Resonance
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SafeGuard
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SaltCure
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Snatch
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Splinters
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Split
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Sport
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Spotlight
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SpringtideStormStatus
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Stockpile
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Tailwind
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.TarShot
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Taunt
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Telekinesis
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ThroatChop
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Torment
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.TrickRoom
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Wish
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.WonderRoom
-
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Yawn
-
- applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Triggers after a Pokemon attacks all of its targets.
- applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FoulPlay
-
- applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SelfBoost
-
Fires after the moves functionality has completed, after damage, etc.
- applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShellTrap
-
Fires after the moves functionality has completed, after damage, etc.
- applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
-
Executes the stat effect after all hits of the attack have been completed.
- applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers after a Pokemon attacks all of its targets.
- applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LifeOrbItem
-
- applyEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Triggers at the end of every turn after residual status damage has been applied.
- applyEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GigatonHammer
-
- 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.BellyDrum
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Bestow
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BrickBreak
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Camouflage
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Captivate
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Celebrate
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ChangeAbility
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClangorousSoul
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Coaching
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Conversion
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Conversion2
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CoreEnforcer
-
Causes effects before move connects.
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CourtChange
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Curse
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DamageReflect
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Depletion
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Doodle
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoSetDamage
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonDarts
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonEnergy
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DreamEater
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.EerieSpell
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Endeavor
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Entrainment
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Feint
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FilletAway
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FinalGambit
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlowerShield
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FocusPunch
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GearUp
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Geomancy
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GoldRush
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Growth
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HappyHour
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Haze
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HealBell
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HoldHands
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Incinerate
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Instruct
-
Causes effects before move connects.
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.JungleHealing
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.LastResort
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagicPowder
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagneticFlux
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MeFirst
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Memento
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Mimic
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MindBlown
-
Causes effects before the move's power is calculated.
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.NaturesMadness
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.NightShade
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.OHKO
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PainSplit
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PayDay
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PollenPuff
-
Causes effects before move connects.
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Poltergeist
-
Causes effects before move connects.
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Present
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychoShift
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychUp
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Psywave
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Purify
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Quash
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rage
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RagingBull
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RaiseStats
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Recover
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Recycle
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ReflectType
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Refresh
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Replenish
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rest
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RevivalBlessing
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RolePlay
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Roost
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rototiller
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShedTail
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShellTrap
-
Causes effects before move connects.
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShoreUp
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SimpleBeam
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Sketch
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SkillSwap
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SleepTalk
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SmackDown
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Snore
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Soak
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SparklingAria
-
Causes effects before move connects.
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
-
Causes effects before move connects.
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpectralThief
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpeedSwap
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Spite
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Splash
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SteelRoller
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StuffCheeks
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Suicide
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Swallow
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Swap
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Sweetness
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SwitchOut
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Synchronoise
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Synthesis
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TeaTime
-
Causes effects before move connects.
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Teleport
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TidyUp
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TopsyTurvy
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Transform
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Trick
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.VenomDrench
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WorrySeed
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Bide
-
- applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.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.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 class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PoisonTouch
-
- applyEffectOnContactUser(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon makes contact.
- applyEffectOnStatModified(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Opportunist
-
- applyEffectOnStatModified(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the holder's stats are modified.
- applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
- applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
-
- applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HealingWish
-
- applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LunarDance
-
- applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Triggers when the statused Pokémon switches in.
- applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ToxicSpikes
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Causes effects before the move's power is calculated.
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Acrobatics
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Assist
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Assurance
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AuraWheel
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BarbBarrage
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BeatUp
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Belch
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BoltBeak
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BurnUp
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ChiStrike
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Copycat
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoubleOnHalf
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoubleShock
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Drive
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DynamaxCannon
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.EchoedVoice
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ElectroBall
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Eruption
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ExpandingForce
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Facade
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FakeOut
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.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.FoulPlay
-
- 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.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.Payback
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PhotonGeyser
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pledge
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PopulationBomb
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Present
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Psyblade
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Punishment
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pursuit
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RageFist
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Retaliate
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Return
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RevelationDance
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Revenge
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Reversal
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RisingVoltage
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Round
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShellSideArm
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SmellingSalt
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpitUp
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StompingTantrum
-
Causes effects before the move's power is calculated.
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StoredPower
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SuckerPunch
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainPulse
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Toxic
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TripleAxel
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TripleKick
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TrumpCard
-
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.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.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.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) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Imposter
-
Use applyRepeatedEffect for the cases where all Pokémon in a battle faint,
and the Pokémon with Imposter tries to transform into one of the fainted Pokémon.
- applyFoeSwitchInEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Trace
-
- applyFoeSwitchInEffect(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers after an enemy Pokémon switches in.
- applyHazards(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
- applyLocationMutations() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
-
- applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractPokemonRequirement
-
- 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.LogicalAndRequirement
-
- applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalOrRequirement
-
- applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
-
- applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
-
- applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
-
- applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.WildRequirement
-
- applyMinecraft(B) - Method in interface com.pixelmonmod.api.requirement.Requirement
-
- applyMinecraft(ItemStack) - Method in class com.pixelmonmod.api.tcg.requirement.AbstractCardRequirement
-
- applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Triggers when the move misses.
- applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Defog
-
Overriding this so that if a Defog hits a Substitute it still clears hazards and terrain
after not changing the stats of the target.
- applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonDarts
-
If Dragon Darts would not affect the target, it will target an ally Pokémon with both hits.
- applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FuryCutter
-
- applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.JumpKick
-
- applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SteelBeam
-
- applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Suicide
-
- applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.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() - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- applyModified(Bone, float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- applyOnCorrectCoinSideAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
-
- applyOnCorrectCoinSideAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ConditionEffect
-
- applyOnCorrectCoinSideAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DrawCardEffect
-
- applyOnCorrectCoinSideAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwitchPokemonEffect
-
- applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.AcidEffect
-
- applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
-
- applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BenchDamageOppSelectEffect
-
- applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ConditionEffect
-
- applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DamageEffect
-
- applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DisableCardEffect
-
- applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DiscardAttachmentEffect
-
- applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.HealEffect
-
- applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ImmuneEffect
-
- applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.MissedEffect
-
- applyPlaceholders(String) - Method in class com.pixelmonmod.pixelmon.quests.client.ObjectiveDetail
-
- applyPostSwitchEffect(PixelmonWrapper) - Method in 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
-
- applyRecoil(PixelmonWrapper, float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Recoil
-
Deals recoil damage to the user.
- 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(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.EchoedVoiceStatus
-
- 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.Endure
-
- applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.FairyLock
-
- 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(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(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.status.Hail
-
- 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(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.IonDeluge
-
- 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(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.MagicRoom
-
- 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(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.MysteriousAirCurrent
-
- applyRepeatedEffect(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.status.MysteriousAirCurrent
-
- 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(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.RepeatDamage
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Roosting
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SafeGuard
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SaltCure
-
- applyRepeatedEffect(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.status.Sandstorm
-
- 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(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.Sport
-
- 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.Tailwind
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Taunt
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Telekinesis
-
- applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
-
- applyRepeatedEffect(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
-
Triggers at the end of every turn.
- 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(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.TrickRoom
-
- applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
-
- applyRepeatedEffect(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
-
Triggers at the end of every turn.
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Wish
-
- applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.WonderRoom
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Yawn
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers at the end of every turn.
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.AssaultVestItem
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryJuiceItem
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryLeppaItem
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatIncreaseItem
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BlackSludgeItem
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ChoiceItem
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LeftoversItem
-
- applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.StickyBarbItem
-
- applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CudChew
-
- applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
-
Fires at the end of the turn.
- applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers at the end of every turn after residual status damage has been applied.
- applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers at the end of every turn after residual status damage has been applied.
- applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.FlameOrbItem
-
- applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ToxicOrbItem
-
- applyRepel(ServerPlayerEntity, 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.
- applyStatEffect(PixelmonWrapper, PixelmonWrapper, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
-
Executes the stat effect.
- applyStatEffect(PixelmonWrapper, PixelmonWrapper, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
-
Executes the stat effect.
- applyStatEffect(PixelmonWrapper, PixelmonWrapper, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
-
Executes the stat effect.
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Anticipation
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Aura
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
-
Override this in case Greninja spawns as Ash-Greninja
and the user flees or loses the battle.
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Comatose
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Costar
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CuriousMedicine
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DauntlessShield
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DeltaStream
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DesolateLand
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Download
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Drizzle
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Drought
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ElectricSurge
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlashFire
-
Triggers after the Pokémon switches in and when the Pokémon gains an Ability.
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forewarn
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Frisk
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GorillaTactics
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GrassySurge
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HadronEngine
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Hospitality
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
-
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.IgnoreWeather
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Imposter
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Intimidate
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IntrepidSword
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MistySurge
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MoldBreaker
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OfRuin
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OrichalcumPulse
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pressure
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatus
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PrimordialSea
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Protosynthesis
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PsychicSurge
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PurifyingSalt
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuarkDrive
-
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.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.BoosterEnergyItem
-
- 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.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.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.ZeroToHero
-
- applySwitchOutEffect(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon switches out.
- applySwitchOutEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HealingWish
-
If the switching out Pokémon was switched in with full health, it will have the Healing Wish
status and need to have that removed.
- 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
-
- 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
-
- 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.
- apricorn() - Method in enum com.pixelmonmod.pixelmon.enums.items.ApricornType
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- apricorn_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- APRICORN_HARVEST - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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
-
- APRICORN_TREES - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
-
- APRICORN_TREES - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- ApricornEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass event for all apricorn related actions.
- ApricornEvent(World, 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, AbstractBlock.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
-
- ApricornTreeFeatureConfig - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry
-
- ApricornTreeFeatureConfig(BlockStateProvider, BlockStateProvider, FoliagePlacer, AbstractTrunkPlacer, AbstractFeatureSizeType, List<TreeDecorator>, int, boolean, Heightmap.Type) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.ApricornTreeFeatureConfig
-
- ApricornTreeFeatureConfig.Builder - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry
-
- ApricornTreesFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
-
- ApricornTreesFeature(Codec<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ApricornTreesFeature
-
- ApricornType - Enum 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() - 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.api.registries.PixelmonTileEntities
-
- 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
-
Plate holder.
- ArcChaliceBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
-
- ArcChaliceTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- ArcChaliceTileEntity() - 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.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
-
- AREANAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The area name String for random encounters
- 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
-
- areShieldsUp() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- areSlotsLocked() - Method in enum com.pixelmonmod.pixelmon.api.battles.BattleType
-
- areTrainersDisabled() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- ArgsIn - Class in com.pixelmonmod.pixelmon.quests.quest
-
- ArgsIn(String[], QuestElementType) - Constructor for class com.pixelmonmod.pixelmon.quests.quest.ArgsIn
-
- Argument<T> - Class in com.pixelmonmod.pixelmon.quests.quest
-
- Arguments - Class in com.pixelmonmod.pixelmon.quests.quest
-
- ArgumentType - Enum in com.pixelmonmod.pixelmon.quests.editor.args
-
- 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
-
- ArmchairBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
-
- ArmchairBlock(DyeColor) - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.ArmchairBlock
-
- 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, World, PlayerEntity, 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
-
- 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.IPressable) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton
-
- ArrowButton.Direction - Enum 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 - 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.api.pokemon.ribbon.RibbonRegistry
-
- asa - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
-
- ASH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- 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
-
- AsOne - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
- AsOne() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
-
- ASPEAR - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- aspear_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ASPEAR_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- assault_vest - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.
- Assemble(ServerPlayerEntity, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
-
- assemble(IInventory) - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
-
- assignRandomFish(SpawnActionPokemon) - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
-
- ASSIST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- ASSURANCE - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Assurance
-
- 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.WildPixelmonParticipant
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.blocks.BellBlock
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- Attack - Class in com.pixelmonmod.pixelmon.battles.attacks
-
A Pokémon's attack.
- 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(Optional<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 - 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(BlockState, World, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
-
- attack - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.AttackData
-
- Attack - Variable in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
-
- attack() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor.LearnableMove
-
- 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
-
- 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
-
- 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
-
- 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
-
- AttackCategory - Enum 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(AttackEffectContract, int, float[], int, float[], StandardParticleAnimationData) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- AttackEffect(AttackEffectContract, double, double, double, double, double, double, int, int, boolean, double, double, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- AttackEffect.EnumParticleTexture - Enum 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
-
- AttackImplosion - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
-
- AttackImplosion() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
-
- 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.
- 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.
- AttackObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.battle
-
- AttackObjective(String) - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.AttackObjective
-
- 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 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
-
- AttackScatter - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
-
- AttackScatter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
-
- 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.
- 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
-
- AttackTags - Class in com.pixelmonmod.pixelmon.api.battles.attack
-
- AttackTags() - Constructor for class com.pixelmonmod.pixelmon.api.battles.attack.AttackTags
-
- 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
-
- attempt(float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.materials.Lighting
-
- attemptAppend(IFormattableTextComponent, String, Color) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
Attempts to append the segment to the TextComponent
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 one
ItemData
entry if a matching entry is already present.
- ATTRACT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Attribute(GenericArmor, World, PlayerEntity, 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
-
- 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
-
- 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 - 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() - 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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- 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
-
- autoTagSpecs - Variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- AUTOTOMIZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Autotomize - Class in com.pixelmonmod.pixelmon.battles.status
-
Lowers the user's weight.
- Autotomize() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Autotomize
-
Initializes the status.
- AUTUMN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- AUTUMN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- available - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
An empty Pokémon slot.
- 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(PacketBuffer) - Constructor for class com.pixelmonmod.tcg.duel.state.AvailableActions
-
- 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.entity.LivingEntity> - Class in com.pixelmonmod.pixelmon.ai
-
- AvoidEntitiesGoal(CreatureEntity, Class<T>, float, double, double) - Constructor for class com.pixelmonmod.pixelmon.ai.AvoidEntitiesGoal
-
- AvoidEntitiesGoal(CreatureEntity, Class<T>, Predicate<LivingEntity>, float, double, double, Predicate<LivingEntity>) - Constructor for class com.pixelmonmod.pixelmon.ai.AvoidEntitiesGoal
-
- AvoidEntitiesGoal(CreatureEntity, Class<T>, float, double, double, Predicate<LivingEntity>) - Constructor for class com.pixelmonmod.pixelmon.ai.AvoidEntitiesGoal
-
- awakening - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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(BattleController, int, ExperienceGainType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Awards experience to the Pokémon.
- awardEXP(int, ExperienceGainType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
-
- awardExp(List<BattleParticipant>, BattleParticipant, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.controller.Experience
-
Award exp.
- AXE_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- AXEW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- AXEW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- AXIS - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- AXIS - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
-
- AXIS - Static variable in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
-
- 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
-
- 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
-
- cachedBaseBlocks - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- cachedBiomeCategories - Variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- cachedBlockCategories - Variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- cachedDimensions - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- cachedNeededNearbyBlocks - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- cachedWeathers - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- cacheMap - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
-
- cacheRegistry(RegistryKey<? extends Registry<T>>, ArrayList<String>, Collection<T>, HashMap<String, Set<T>>) - Static method in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- cacheRegistry(RegistryKey<? extends Registry<T>>, ArrayList<String>, Collection<ResourceLocation>, HashMap<String, Set<T>>, Function<T, ResourceLocation>) - Static method in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- cacheSets - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
- CACNEA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- CACNEA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- CACTURNE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- CACTURNE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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(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
-
- calcMoveSpeed() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- calcR(int, int) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Blob
-
- calculate(double, double) - Method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective.Operator
-
- 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, ServerPlayerEntity, 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, ServerPlayerEntity, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
The main method of capture calculations.
- calculateCatchRate(PokeBall, PokeBallEntity, ServerPlayerEntity, 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
-
- calculateFaceNormal() - Method in class com.pixelmonmod.pixelmon.client.models.smd.NormalizedFace
-
- 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
-
- calculateGen() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Works out and sets which generation this Trainer is for.
- 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
-
- calculateNominalRarity() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
Attempts to calculate the nominal rarity of this spawn.
- 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
-
- calculateSpatialData(World, BlockPos, int, boolean, Predicate<Block>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
- 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
-
- 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
-
- calculateTrainerEffect() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
-
- 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(ItemStack, ClientWorld, LivingEntity) - Method in class com.pixelmonmod.pixelmon.items.ItemFinderItem.PropertyGetter
-
- call(ItemStack, ClientWorld, LivingEntity) - Method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem.TMPropertyGetter
-
- callback - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- CALM_MIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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 - 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
-
Dynamic camera used during battles.
- CameraEntity(World) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraEntity
-
- CameraEntity(EntityType<CameraEntity>, World) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraEntity
-
Initializes a battle camera.
- CameraEntity(World, CameraMode) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraEntity
-
Initializes a battle camera.
- CameraEntity(EntityType<CameraEntity>, World, 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(ServerPlayerEntity, 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 in com.pixelmonmod.pixelmon.client.camera
-
- CameraMovement - Class in com.pixelmonmod.pixelmon.client.camera.movement
-
- CameraMovement(World, 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
-
Camera used for Pokémon battles.
- CameraScreen() - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraScreen
-
Initializes a camera.
- CameraScreen(CameraMode) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraScreen
-
- CameraScreen(CameraEntity) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraScreen
-
Initializes a camera.
- CameraTarget - Interface in com.pixelmonmod.pixelmon.client.camera
-
- CameraTargetEntity - Class in com.pixelmonmod.pixelmon.client.camera
-
- CameraTargetEntity(Entity) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- CameraTargetLocation - Class in com.pixelmonmod.pixelmon.client.camera
-
- CameraTargetLocation(double, double, double) - Constructor for class com.pixelmonmod.pixelmon.client.camera.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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- camping_gear - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- CAN_MEGA_EVOLVE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- 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_SEE_SKY_KEY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
- 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(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
-
- 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
-
- 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, World, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.items.CameraItem
-
- 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(Attack) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- 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
-
- canBeCollidedWith() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- canBeCollidedWith() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- canBeControlledByRider() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- canBeControlledByRider() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- 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 prevents anything that can copy this ability, including transform effects etc.
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
-
- canBeDisabled() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability can be disabled by external effects eg.
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
-
- 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.FullMetalBody
-
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
-
- 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.ShadowShield
-
- 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(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- canBeLeashed(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- canBeReplaced(BlockState, Fluid) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
-
- canBeReplaced(BlockState, BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
-
- canBeReplaced(BlockState, Fluid) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
-
- canBeReplaced(BlockState, BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.FallenLeafBlock
-
- canBeReplaced(BlockState, BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
-
- canBeReplaced(BlockState, Fluid) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
-
- canBeRiddenInWater(Entity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- canBeRiddenInWater(Entity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- canBeRiddenInWater(Entity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- canBlockStay(World, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
-
- canBlockStay(World, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MaxMushroomBlock
-
- canBlockStay(World, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
-
- canBlockStay(World, BlockState, BlockPos, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
-
- 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(Gender, Gender) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.EggGroup
-
- canBreed(Gender, Gender) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
-
- canBreed(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
-
- 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(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(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 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(List<EggGroup>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
-
- 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.BasicEggGroup
-
- canBreedWith(List<EggGroup>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UndiscoveredEggGroup
-
- 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.UndiscoveredEggGroup
-
- canBreedWith(EggGroup) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UniversalEggGroup
-
- canCameraSeeTarget(CameraEntity, CameraTarget) - Static method in class com.pixelmonmod.pixelmon.client.camera.SmartCameraUtils
-
- canCameraSeeTarget(CameraEntity) - Static method in class com.pixelmonmod.pixelmon.client.camera.SmartCameraUtils
-
- canCameraSeeTargetFrom(CameraEntity, CameraTarget, double, double, double) - Static method in class com.pixelmonmod.pixelmon.client.camera.SmartCameraUtils
-
- canCameraSeeTargetFrom(CameraEntity, double, double, double) - Static method in class com.pixelmonmod.pixelmon.client.camera.SmartCameraUtils
-
- canCameraSeeTargetFrom(CameraEntity, BlockPos) - Static method in class com.pixelmonmod.pixelmon.client.camera.SmartCameraUtils
-
- canCatch() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
-
- 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.
- 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(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
- canClaim(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
Deprecated.
- canCollideWith(Entity) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- canConnectRedstone(BlockState, IBlockReader, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
-
- canConnectTo(IBlockReader, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- 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.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.HarvestFarmLandGoal
-
Returns whether an in-progress EntityAIBase should continue executing
- 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.TrainerInBattleGoal
-
- 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.
- canDespawn - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- CANDY_CANE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
-
- CANDY_CANE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- CandyCaneFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.lanakila
-
- CandyCaneFeature(Codec<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.lanakila.CandyCaneFeature
-
- 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.PixelmonWrapper
-
Checks if the Pokémon can Dynamax.
- canDynamax(Stats, HeldItem) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if a 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(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- canDynamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- 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(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
- canDynamax() - Method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItem
-
- canDynamax() - Method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
-
- 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
-
- canEncounter(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.util.EncounterData
-
- canEngage - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Whether players can engage this NPC or not.
- canEquip(ItemStack, EquipmentSlotType, Entity) - Method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
-
- canEquip(ItemStack, EquipmentSlotType, Entity) - Method in class com.pixelmonmod.pixelmon.items.BadgeItem
-
- canEquip(ItemStack, EquipmentSlotType, Entity) - Method in class com.pixelmonmod.pixelmon.items.heldItems.SafetyGogglesItem
-
- canEquip(ItemStack, EquipmentSlotType, Entity) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
- canEquip(ItemStack, EquipmentSlotType, Entity) - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
-
- canEquip(ItemStack, EquipmentSlotType, Entity) - Method in class com.pixelmonmod.pixelmon.items.RelicCrownItem
-
- canEquip(ItemStack, EquipmentSlotType, Entity) - Method in class com.pixelmonmod.pixelmon.items.SpriteItem
-
- canEquip(ItemStack, EquipmentSlotType, Entity) - Method in class com.pixelmonmod.pixelmon.items.SymbolItem
-
- canEquipMegaItem() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- canEvolve(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
- canEvolve(PixelmonEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.InteractEvolution
-
- canEvolve(PixelmonEntity, 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.types.TickingEvolution
-
Exposes the underlying canEvolve.
- canEvolve(PixelmonEntity, Species) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.TradeEvolution
-
- canEvolve() - Method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItem
-
Deprecated.
- canEvolve(int, int) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
-
- canExtend() - Method in class com.pixelmonmod.pixelmon.api.util.Bounds
-
Checks if the region can be extended.
- canExtend(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.api.util.Bounds
-
Checks if the region can be extended.
- 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.ProxyPathNavigator
-
- 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
-
Checks if the player can forfeit the battle.
- canGainXP() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Checks if the participant's Pokémon can give experience.
- canGainXP() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
- canGainXP() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- canGainXP() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- canGainXP() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
- canGenerateStructure(Structure<?>) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorldBiomeProvider
-
- 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(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
Whether the provided
Pokemon
can Gigantamax based on this object.
- 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.
- 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.
- 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(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- canLearn(Stats, ImmutableAttack, BaseStatsLearnType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- canLearn(ITechnicalMove) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- canLearn(Stats, ImmutableAttack) - Method in enum com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
-
- canLearn(ServerPlayerEntity, Pokemon, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- CanLearnMove(PlayerEntity, Pokemon, ImmutableAttack) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.CanLearnMove
-
- canLearnMove(ServerPlayerEntity, UUID, ImmutableAttack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
- 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
-
- 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() - Method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItem
-
- canMega() - Method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
-
- 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.PixelmonWrapper
-
Checks if the Pokémon can Mega Evolve with its 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.
- 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() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
- canMegaEvolve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- 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.
- 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(Vector3d, Vector3d, int, int, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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.
- 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.
- 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
-
- 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.
- 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(BlockItemUseContext, BlockState) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
- canPlace(BlockPos, Direction, World, MultiBlock, PlayerEntity, ItemStack, Block) - Static method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
Checks if a multiblock can be placed in a certain location.
- canPlaceBlockAt(World, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
-
- canPlaceBlockOn(Block) - 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(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).
- 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
-
- 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.
- canPriceVary() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItem
-
- canProgress() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- canRandomlySpawn() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
-
- 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(BlockState) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldCaveCarver
-
- canReplaceBlock(BlockState, BlockState) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldCaveCarver
-
- canReplaceBlock(BlockState) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraSpaceCaveCarver
-
- canReplaceBlock(BlockState, 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.pixelmon.AbstractBaseEntity
-
- canRiderInteract() - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- canRiderInteract() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- canRideShoulder() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
-
- canRunFromBattle() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if the player can run from battle.
- canSeeSky(BlockPos, World) - Static method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawningHeightmap
-
Convenience method for checking if a given block can see the sky
- canSeeTexture(Species) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
Checks if the data allows a special texture to be used.
- canSeeTexture(PlayerEntity, 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.entities.npcs.registry.ShopItemWithVariation
-
- canSendOutPokemon - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
-
Whether players can send out Pokémon.
- 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
-
- canSpecialEvolve() - Method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItem
-
- canStandOnFluid(Fluid) - 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
-
- canStartBattle(PlayerEntity, boolean) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Checks if the NPC can start a new battle.
- 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, IWorldReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
-
- canSurvive(BlockState, IWorldReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
-
- canSustainPlant(BlockState, IBlockReader, BlockPos, Direction, IPlantable) - Method in class com.pixelmonmod.pixelmon.blocks.PixelmonBlock
-
- canSustainPlant(BlockState, IBlockReader, BlockPos, Direction, IPlantable) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDesertCactus
-
- canSustainPlant(BlockState, IBlockReader, BlockPos, Direction, IPlantable) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraSpaceSand
-
- canSwitch(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Checks if Pokémon can switch or flee.
- canSwitch - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the current Pokémon can switch.
- 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.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
-
- canUltraBurst() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon can Ultra Burst with its held item.
- 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() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
- canUltraBurst(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
- CanUpdateListener - Class in com.pixelmonmod.pixelmon.listener
-
Created by Jay113355 on 2/9/2021.
- CanUpdateListener() - Constructor for class com.pixelmonmod.pixelmon.listener.CanUpdateListener
-
- canUpdatePath() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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.HarvestFarmLandGoal
-
Returns whether the EntityAIBase should begin execution.
- 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.TargetEnvironmentGoal
-
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
-
Returns whether the EntityAIBase should begin execution.
- 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.TrainerInBattleGoal
-
- 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(ItemStack) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- canUseZMove() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
- canUseZMove(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
- 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
-
- capitalizeString(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
-
- CAPTIVATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Captivate
-
- CAPTURE - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
-
- CAPTURE_TYPE_TRIGGER - Static variable in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
-
- captureCalculation(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayerEntity, 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(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).
- CaptureHealth(RaidData.RaidPlayer, RaidData) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Constructs a new CaptureHealth representing a raid capture.
- CaptureMethod - Interface in com.pixelmonmod.pixelmon.api.pokemon.catching
-
Interface representing a capture method.
- CaptureMethodRegistry - Class in com.pixelmonmod.pixelmon.api.pokemon.catching
-
- 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(World, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilMachineBlock
-
Gives the Pokémon in the machine to a player.
- CaptureTypeTrigger - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
-
Created by MoeBoy76 on 23/12/2017.
- 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
-
- 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 - Class in com.pixelmonmod.tcg.api.card
-
- Card(CompoundNBT) - Constructor for class com.pixelmonmod.tcg.api.card.Card
-
- Card(PacketBuffer) - Constructor for class com.pixelmonmod.tcg.api.card.Card
-
- Card(String, int, String...) - Constructor for class com.pixelmonmod.tcg.api.card.Card
-
- card - Variable in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
-
- 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 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 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 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
-
- CardProxy() - Constructor for class com.pixelmonmod.tcg.api.card.CardProxy
-
- CardRarity - Enum 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 - Class in com.pixelmonmod.tcg.api.accessors
-
- Cards() - Constructor for class com.pixelmonmod.tcg.api.accessors.Cards
-
- cards - Variable in class com.pixelmonmod.tcg.api.events.PackOpenEvent
-
- 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 in com.pixelmonmod.tcg.client.gui.enums
-
Created by Hy on 5/19/2016.
- CardSelectorPurpose - Enum 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, 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(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(PacketBuffer) - 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
and
ItemStack
types for TCG
- CardSpecification(String, List<Requirement<Card, ItemStack, ?>>) - Constructor for class com.pixelmonmod.api.tcg.CardSpecification
-
- CardSpecificationProxy - Class in com.pixelmonmod.api.tcg
-
- CardSpecificationProxy() - Constructor for class com.pixelmonmod.api.tcg.CardSpecificationProxy
-
- 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 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(PacketBuffer) - Constructor for class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
-
- 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(IChunk, Function<BlockPos, Biome>, BitSet, Random, BlockPos.Mutable, BlockPos.Mutable, BlockPos.Mutable, int, int, int, int, int, int, int, int, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldCaveCarver
-
- carveBlock(IChunk, Function<BlockPos, Biome>, BitSet, Random, BlockPos.Mutable, BlockPos.Mutable, BlockPos.Mutable, int, int, int, int, int, int, int, int, 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
-
- cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- 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(ServerPlayerEntity, 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
-
- CASTFORM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-
- CATASTROPIKA - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Catch(ServerPlayerEntity, HookEntity, SpawnAction<? extends Entity>, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.FishingEvent.Catch
-
- 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(ServerPlayerEntity) - 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_charm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.
- catchingCharmBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- CatchingCharmCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- CatchingCharmCommand(CommandDispatcher<CommandSource>) - 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_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(PokeBall) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the ball of the Pokemon
- 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
-
- cause - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- causeFallDamage(float, float) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- causeFallDamage(float, float) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- causeFallDamage(float, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- causeFallDamage(float, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- causeFallDamage(float, float) - 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_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
-
- 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
-
- CEASELESS_EDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- CELEBI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- CELEBI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- CELEBRATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Celebrate - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Does nothing.
- Celebrate() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Celebrate
-
- 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
-
- cells - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
-
- cells - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Seperate
-
- 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.init.registry.SoundRegistration
-
- CETITAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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>, World) - Constructor for class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- ChairMountEntity(World, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- ChairMountRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
-
- ChairMountRenderer(EntityRendererManager) - 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.pokemon.stats.evolution.conditions.ChanceCondition
-
- chance - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
- 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
-
- 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_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.
- changeDimension(ServerWorld, ITeleporter) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- changeDimension(ServerWorld) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- changeDynamaxLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- changeIcon() - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- 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 in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage
-
- changePokemon(Species) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPokemonScreen
-
- changePokemon(Species) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
Changes the Pokémon into a different Pokémon.
- changePokemon(Species) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- 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
-
Changes a player's Pokémon from one pokemon to another.
- ChangePokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonPacket
-
Empty constructor for packet registration.
- ChangePokemonPacket(UUID, Species) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonPacket
-
Initializes a change packet.
- ChangeResistanceEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
- ChangeResistanceEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.ChangeResistanceEffect
-
- changeRules(ServerPlayerEntity) - 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
-
- 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.init.registry.SoundRegistration
-
- charcoal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- CHARGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Charge - Class in com.pixelmonmod.pixelmon.battles.status
-
Doubles an Electric-type move's power for the next turn.
- Charge() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Charge
-
Initializes the status.
- CHARGE_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- CHARISMATIC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- 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 - 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
-
- CharmScreen - Class in com.pixelmonmod.pixelmon.client.gui
-
- CharmScreen(EnumCharms) - Constructor for class com.pixelmonmod.pixelmon.client.gui.CharmScreen
-
- CHARTI - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- charti_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- CHARTI_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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.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.custom.dialogue.DialogueInputScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
-
- 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.ChattingNPCScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.QuestGiverNPCScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.BattleRulesNPCEditorScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ChattingNPCEditorScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.QuestGiverNPCEditorScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ShopkeeperEditorScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TradeEditorScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorMoreScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TutorEditorScreen
-
- 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.pokechecker.TextFieldTransparent
-
Call this method from you GuiScreen to process the keys into textbox.
- 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.ImportExportScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorAdvancedScreen
-
- 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.pixelmon.quests.client.editor.ui.TextField
-
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 - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
A message the chatting NPC says.
- chat - Variable in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
-
The chat component in the GUI.
- chat - Static variable in class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreen
-
The shopkeeper's dialogue.
- CHAT_NUM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of chat messages the chatting NPC says.
- chatChanged - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ChattingNPCEditorScreen
-
Whether the chatting NPC's dialogue has been changed in the current editing session.
- chatChanged - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.QuestGiverNPCEditorScreen
-
Whether the quest giver NPC's dialogue has been changed in the current editing session.
- 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
-
- chatIndex - Variable in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
The index of the default dialogue that the chatting NPC is using.
- chatIndex - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
The random index to get the NPC's default messages from.
- 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(Minecraft) - Constructor for class com.pixelmonmod.pixelmon.client.gui.ChatOverlayScreen
-
Initializes the chat overlay.
- ChatOverlayScreen - Class in com.pixelmonmod.tcg.listener
-
- ChatOverlayScreen(Minecraft) - Constructor for class com.pixelmonmod.tcg.listener.ChatOverlayScreen
-
- chatPages - Static variable in class com.pixelmonmod.pixelmon.client.gui.npc.ChattingNPCScreen
-
The chatting NPC's dialogue.
- chatPages - Static variable in class com.pixelmonmod.pixelmon.client.gui.npc.QuestGiverNPCScreen
-
The quest giver NPC's dialogue.
- chatPages - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ChattingNPCEditorScreen
-
The chatting NPC's dialogue.
- chatPages - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.QuestGiverNPCEditorScreen
-
The quest giver NPC's dialogue.
- ChattableCameraScreen - Class in com.pixelmonmod.pixelmon.client.camera
-
Handles chat during battle.
- ChattableCameraScreen() - Constructor for class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
-
Initializes chat with the default location.
- ChattableCameraScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
-
Initializes chat with a specified x coordinate.
- ChattableCameraScreen(int, int) - Constructor for class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
-
Initializes chat at a specified location.
- ChattableCameraScreen(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
-
Initializes chat at a specified location and width.
- ChattableCameraScreen(CameraEntity, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
-
Initializes chat at a specified location and width.
- 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
-
- ChattingNPCEditorScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
Editing GUI for a chatting NPC.
- ChattingNPCEditorScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.ChattingNPCEditorScreen
-
Initializes the GUI.
- ChattingNPCScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc
-
GUI when talking to a chatting NPC.
- ChattingNPCScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.ChattingNPCScreen
-
Opens the chatting NPC GUI.
- checkAndDropBlock(World, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
-
- checkAndDropBlock(World, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
-
- checkAndHandleImportantInteractions(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
- checkAndHandleImportantInteractions(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- checkAndHandleImportantInteractions(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- 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.
- Checkbox - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
- Checkbox(int, int, int, int, int, boolean, Button.IPressable) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.Checkbox
-
- 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() - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Randomly determines whether a secondary effect will occur based on the multiplier.
- 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.
- checkCost(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- 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.moveSkills.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
- checkEffectRendering() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
-
- checkEffectRendering() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
-
- checkEggIvs - Variable in class com.pixelmonmod.pixelmon.api.config.CommandsConfig
-
- checkEvo - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.AttackData
-
- checkFields() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
Checks if inputted fields are valid, then saves them.
- checkFields() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- checkForCharms() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
- checkForCube(PlayerEntity) - 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
-
- checkForRarityDespawn() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Keeps track of when to despawn the NPC.
- checkForRarityDespawn() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- checkForShinyCharm() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
- 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) - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- checkInventory(ServerPlayerEntity, BagSection, IInventory, List<ItemData>) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Iterates over a given
IInventory
and checks for battle items of the given
BagSection
, populating
the given list of
ItemData
with any matches.
- checkInventory(ServerPlayerEntity, 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 given
BagSection
,
populating the given list of
ItemData
with any matches.
- checkInventory(ServerPlayerEntity, 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 given
BagSection
,
populating the given list of
ItemData
with any matches.
- checkMoveSpeed(BattleController) - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
-
Calculates turn order.
- checkPermission(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
-
Checks to see if the user has permission to edit the pixelmon spawner
- checkPermission(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.items.ChiselItem
-
Checks to see if the user has permission for the Chisel.
- checkPermission(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.items.NPCEditorItem
-
Checks to see if the user has permission for the NpcEditor.
- checkPermission(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.items.PokemonEditorItem
-
Checks to see if the user has permission for the PokeEditor.
- checkPermission(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.items.QuestEditorItem
-
Checks to see if the user has permission for the Quest Editor.
- 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(PlayerEntity) - 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() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
- checkPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- checkPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- checkPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
- 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(IWorld, SpawnReason) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- checkSpawnRules(IWorld, SpawnReason) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- checkSpawns - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
- checkSpawns - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
-
- checkSpawns(AbstractSpawner, CommandSource, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.FishingCheckSpawns
-
- checkSpawns(AbstractSpawner, CommandSource, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.GenericTriggerCheckSpawns
-
- checkSpawns(AbstractSpawner, CommandSource, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.LegendaryCheckSpawns
-
- checkSpawns(AbstractSpawner, CommandSource, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.PlayerTrackingCheckSpawns
-
- checkSpawns(AbstractSpawner, CommandSource, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.RayTraceCheckSpawns
-
- CheckSpawns - Interface in com.pixelmonmod.pixelmon.api.spawning.calculators
-
Interface for performing /checkspawns calculations.
- checkSpawns(AbstractSpawner, CommandSource, List<String>) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CheckSpawns
-
Executes /checkspawns directly from the command.
- checkSpawns(AbstractSpawner, CommandSource, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.calculators.CurryCheckSpawns
-
- CheckSpawnsCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- CheckSpawnsCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CheckSpawnsCommand
-
- checkTabClicked(SurvivalTab, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
-
- 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
-
- cheerSuccessChance - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
- CHERI - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- cheri_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- CHERI_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
-
- CHERRIM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- CHERUBI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- CHERUBI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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_ISTER - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PixelmonISTERs
-
- ChestISTER - Class in com.pixelmonmod.pixelmon.client.render.item.ister
-
- ChestISTER() - Constructor for class com.pixelmonmod.pixelmon.client.render.item.ister.ChestISTER
-
- CHESTO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- chesto_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- CHESTO_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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.init.registry.SoundRegistration
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- chilan_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- CHILAN_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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
-
- 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
-
- 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.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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ChiStrike
-
- CHLOROBLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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 - Class in com.pixelmonmod.pixelmon.api.dialogue
-
Object representation of a dialogue choice.
- Choice(String, Consumer<DialogueChoiceEvent>) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
- Choice(String, Consumer<DialogueChoiceEvent>, int) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
- Choice(PacketBuffer) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
- Choice(PacketBuffer, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
- Choice(PacketBuffer, QuestProgressClient) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
- choice - Variable in class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueChoiceEvent
-
The choice that was selected.
- Choice.ChoiceBuilder - Class in com.pixelmonmod.pixelmon.api.dialogue
-
- 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
-
- ChoiceBuilder() - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice.ChoiceBuilder
-
- choiceID - Variable in class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
The runtime-unique ID for this choice.
- 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.
- 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
-
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(List<JsonItemStack>) - Static method in class com.pixelmonmod.pixelmon.api.item.JsonItemStack
-
- choose(AbstractSpawner, SpawnLocation, List<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.
- 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.
- 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.
- 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.
- 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.
- chooseMove - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Move details GUI when replacing a move.
- chooseMove2 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Move details GUI when choosing a move.
- 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
-
- 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, ServerPlayerEntity, ArrayList<ArrayList<ServerPlayerEntity>>) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent.ChoosePlayer
-
- ChoosePokemon - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon
-
GUI for choosing a party Pokémon.
- 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 - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon
-
Created by Jay113355 on 10/21/2020.
- ChoosePokemon(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.ChoosePokemon
-
Initializes the battle screen.
- choosePokemon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
GUI for choosing party Pokémon.
- 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.
- 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
-
- 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.
- chooseValueForMode(String, Boolean, Integer) - Method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
-
- chooseViaPercentage(AbstractSpawner, List<SpawnInfo>) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.SelectionAlgorithm
-
- choosingMoveset - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChooseMovesetPacket
-
- ChoosingMovesetData - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset
-
- ChoosingMovesetData(ServerPlayerEntity, 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- chople_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- CHOPLE_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
-
- 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
-
- ChunkSearchStructure<C extends net.minecraft.world.gen.feature.IFeatureConfig> - Class in com.pixelmonmod.pixelmon.world.structure.type
-
- ChunkSearchStructure(Codec<C>) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.ChunkSearchStructure
-
- 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_THROW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Claim(ServerPlayerEntity, PokeChestTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.Claim
-
- CLAIMER_UUID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
- 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
-
- ClangorousSoulblazeCorrectBoostAmountTest - Class in com.pixelmonmod.pixelmon.api.test.notexamples
-
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.
- 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
-
- 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_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
-
- cleanse_tag - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.util.WeightedSet
-
- clear() - Method in class com.pixelmonmod.pixelmon.client.models.ModelHolder
-
- clear() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelHolder
-
- clear() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
- clear() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestDataClient
-
- clear() - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
-
- 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_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 interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- clearAll() - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Is called when resetting data.
- 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.
- clearBattleStatsNoCrit() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Resets battle stats besides critical hit ratio.
- 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.
- 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
-
- clearData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- clearDefaultStrings(int, int) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- clearDefaultStrings(int, int, boolean) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- 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
-
- clearGreetings() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- clearHurtTimer() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Resets the hurt timers of all Pokémon in battle.
- clearLearnMoves(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
- clearLearnMoves(UUID) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
- clearLines() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
-
- clearOptions() - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
-
- clearRaid() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.ChooseSpecies
-
- clearRaids() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.Register
-
- 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
-
- ClearTrainerPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
- ClearTrainerPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ClearTrainerPokemonPacket
-
- 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
-
- 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_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, ServerPlayerEntity, 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
-
Handles mouse input on the buy screen.
- ClickDrop(String, ServerPlayerEntity, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent.ClickDrop
-
- clicked(int, int, ClickType, PlayerEntity) - Method in class com.pixelmonmod.tcg.client.container.BinderContainer
-
- clicked(int, int, ClickType, PlayerEntity) - Method in class com.pixelmonmod.tcg.client.container.DeckContainer
-
- 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 - Static variable in enum com.pixelmonmod.pixelmon.comm.EnumUpdateType
-
- client - Variable in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
-
- 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
-
- 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
-
- ClientInitializePCPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc
-
- ClientInitializePCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientInitializePCPacket
-
- ClientInitializePCPacket(PCStorage) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientInitializePCPacket
-
- ClientNetworkListener - Class in com.pixelmonmod.pixelmon.listener
-
- ClientNetworkListener() - Constructor for class com.pixelmonmod.pixelmon.listener.ClientNetworkListener
-
- ClientNPCData - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
Client-side chatting NPC data for the NPC editor.
- ClientNPCData(String, String) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientNPCData
-
Initializes the container.
- ClientNPCData(String) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientNPCData
-
Initializes the container.
- ClientNPCData(PacketBuffer) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientNPCData
-
Decodes data from a buffer.
- 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
-
- 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(ServerPlayerEntity, 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, List<String>, List<String>) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
-
Initializes a shopkeeper data object.
- ClientShopkeeperData(String) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
-
Initializes a shopkeeper data object.
- ClientShopkeeperData(PacketBuffer) - 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
-
- ClientStorageManager() - Constructor for class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
-
- clientTicker - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
-
- 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
-
- 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.api.registries.PixelmonTileEntities
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ClockTileEntity
-
- 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.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_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_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.api.registries.PixelmonTileEntities
-
- 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, PlayerEntity, 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() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
-
- close() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
- CLOSE - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- CLOSE_COMBAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - 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)
- closeable - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
- 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.
- closeConsumer - Variable in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
-
- closedItemStack - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail
-
- closeDrawer() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
-
- ClosedScreen(ServerPlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.dialogue.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(Consumer<CustomDropsEvent.CloseScreen>) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
-
- 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(String, ServerPlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent.CloseScreen
-
- closeScreen() - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Closes a GUI.
- 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
-
- 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.
- 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.init.registry.BlockRegistration
-
- COACHING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Coaching - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
- Coaching() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Coaching
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- coba_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- COBA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicate
-
- codec() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicate
-
- codec - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicateType
-
- CODEC - Static variable 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.AlwaysModelPredicate
-
- CODEC - Static variable 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.BattleModelPredicate
-
- CODEC - Static variable 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.FlyingModelPredicate
-
- CODEC - Static variable 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.RidingModelPredicate
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.WalkingModelPredicate
-
- codec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.WalkingModelPredicate
-
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
-
- codec() - Method 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() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
-
- codec - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.MovementType
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
-
- codec() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleType
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.FlameParticleData
-
- codec() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.FlameParticleType
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.dimension.debug.PixelmonDebugChunkGenerator
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorldBiomeProvider
-
- codec() - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorldBiomeProvider
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- codec() - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- codec() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.GingkoFancyTrunkPlacer
-
- 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.dimension.ultraspace.UltraSpaceBiomeProvider
-
- codec() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpaceBiomeProvider
-
- 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.treedecorator.UltraLeaveVineTreeDecorator
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraTrunkVineDecorator
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.structure.type.GymConfig
-
- 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 - 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
-
- CoinSide - Enum 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- colbur_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- COLBUR_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- collection - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection.SpawnInfoCollection
-
- 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(ServerPlayerEntity, BagSection, List<ItemStack>, ItemStack, List<ItemData>) - Method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.InventoryScanner
-
- CollectItems(BattleController, String, ServerPlayerEntity, BagSection, List<ItemData>) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems
-
- CollectLearnableMoves(PlayerEntity, NPCTutor, Pokemon, List<NPCTutor.LearnableMove>) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
-
- 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
-
- collisionShapeByIndex - Variable in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- COLOR - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
-
- color(TextFormatting, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
- color - Variable in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
-
- color - Variable in enum com.pixelmonmod.pixelmon.enums.BerryType
-
- color - Variable in enum com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
- color - Variable in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
-
- color - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- color - Variable in class com.pixelmonmod.pixelmon.quests.comm.QuestMarker
-
- color - Static variable in class com.pixelmonmod.pixelmon.storage.ClientData
-
- 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
-
- 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
-
- ColorEnum - Enum 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
-
- 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 ITextComponent
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(FontRenderer, int, int, int, int, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.ColouredTextFieldWidget
-
- ColouredTextFieldWidget(FontRenderer, int, int, int, int, TextFieldWidget, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.ColouredTextFieldWidget
-
- com.pixelmonmod.api - package com.pixelmonmod.api
-
- com.pixelmonmod.api.helpers - package com.pixelmonmod.api.helpers
-
- com.pixelmonmod.api.loader - package com.pixelmonmod.api.loader
-
- 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.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.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.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.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.drops - package com.pixelmonmod.pixelmon.api.drops
-
- com.pixelmonmod.pixelmon.api.economy - package com.pixelmonmod.pixelmon.api.economy
-
- 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.dialogue - package com.pixelmonmod.pixelmon.api.events.dialogue
-
- 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.quests - package com.pixelmonmod.pixelmon.api.events.quests
-
- 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.moveskills - package com.pixelmonmod.pixelmon.api.moveskills
-
- 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.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.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.screens - package com.pixelmonmod.pixelmon.api.screens
-
- com.pixelmonmod.pixelmon.api.selection - package com.pixelmonmod.pixelmon.api.selection
-
- 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.npcs.trainers - package com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers
-
- 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.test - package com.pixelmonmod.pixelmon.api.test
-
- com.pixelmonmod.pixelmon.api.test.example - package com.pixelmonmod.pixelmon.api.test.example
-
- com.pixelmonmod.pixelmon.api.test.notexamples - package com.pixelmonmod.pixelmon.api.test.notexamples
-
- 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.util - package com.pixelmonmod.pixelmon.api.util
-
- com.pixelmonmod.pixelmon.api.util.helpers - package com.pixelmonmod.pixelmon.api.util.helpers
-
- 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.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.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.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.multiplayer - package com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- com.pixelmonmod.pixelmon.client.gui.pc - package com.pixelmonmod.pixelmon.client.gui.pc
-
- 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.raids - package com.pixelmonmod.pixelmon.client.gui.raids
-
- 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.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.npcs - package com.pixelmonmod.pixelmon.client.models.npcs
-
- 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.plates - package com.pixelmonmod.pixelmon.client.models.plates
-
- 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.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.layers - package com.pixelmonmod.pixelmon.client.render.entity.layers
-
- com.pixelmonmod.pixelmon.client.render.entity.renderers - package com.pixelmonmod.pixelmon.client.render.entity.renderers
-
- com.pixelmonmod.pixelmon.client.render.item - package com.pixelmonmod.pixelmon.client.render.item
-
- com.pixelmonmod.pixelmon.client.render.item.ister - package com.pixelmonmod.pixelmon.client.render.item.ister
-
- com.pixelmonmod.pixelmon.client.render.layers - package com.pixelmonmod.pixelmon.client.render.layers
-
- com.pixelmonmod.pixelmon.client.render.layers.npc - package com.pixelmonmod.pixelmon.client.render.layers.npc
-
- com.pixelmonmod.pixelmon.client.render.player - package com.pixelmonmod.pixelmon.client.render.player
-
- 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.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.editor - package com.pixelmonmod.pixelmon.comm.packetHandlers.editor
-
- 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.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.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.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.vendingMachine - package com.pixelmonmod.pixelmon.comm.packetHandlers.vendingMachine
-
- 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.quests - package com.pixelmonmod.pixelmon.command.impl.quests
-
- 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.datafix - package com.pixelmonmod.pixelmon.datafix
-
- 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.movement - package com.pixelmonmod.pixelmon.entities.pixelmon.movement
-
- com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills - package com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills
-
- 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.group - package com.pixelmonmod.pixelmon.items.group
-
- 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.network - package com.pixelmonmod.pixelmon.network
-
- com.pixelmonmod.pixelmon.quests - package com.pixelmonmod.pixelmon.quests
-
- com.pixelmonmod.pixelmon.quests.actions - package com.pixelmonmod.pixelmon.quests.actions
-
- com.pixelmonmod.pixelmon.quests.actions.actions - package com.pixelmonmod.pixelmon.quests.actions.actions
-
- com.pixelmonmod.pixelmon.quests.client - package com.pixelmonmod.pixelmon.quests.client
-
- com.pixelmonmod.pixelmon.quests.client.editor - package com.pixelmonmod.pixelmon.quests.client.editor
-
- com.pixelmonmod.pixelmon.quests.client.editor.ui - package com.pixelmonmod.pixelmon.quests.client.editor.ui
-
- com.pixelmonmod.pixelmon.quests.client.rendering - package com.pixelmonmod.pixelmon.quests.client.rendering
-
- com.pixelmonmod.pixelmon.quests.client.ui - package com.pixelmonmod.pixelmon.quests.client.ui
-
- com.pixelmonmod.pixelmon.quests.comm - package com.pixelmonmod.pixelmon.quests.comm
-
- com.pixelmonmod.pixelmon.quests.comm.editor - package com.pixelmonmod.pixelmon.quests.comm.editor
-
- com.pixelmonmod.pixelmon.quests.editor - package com.pixelmonmod.pixelmon.quests.editor
-
- com.pixelmonmod.pixelmon.quests.editor.args - package com.pixelmonmod.pixelmon.quests.editor.args
-
- com.pixelmonmod.pixelmon.quests.exceptions - package com.pixelmonmod.pixelmon.quests.exceptions
-
- com.pixelmonmod.pixelmon.quests.listeners - package com.pixelmonmod.pixelmon.quests.listeners
-
- com.pixelmonmod.pixelmon.quests.objectives - package com.pixelmonmod.pixelmon.quests.objectives
-
- com.pixelmonmod.pixelmon.quests.objectives.objectives.battle - package com.pixelmonmod.pixelmon.quests.objectives.objectives.battle
-
- com.pixelmonmod.pixelmon.quests.objectives.objectives.entity - package com.pixelmonmod.pixelmon.quests.objectives.objectives.entity
-
- com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters - package com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- com.pixelmonmod.pixelmon.quests.objectives.objectives.location - package com.pixelmonmod.pixelmon.quests.objectives.objectives.location
-
- com.pixelmonmod.pixelmon.quests.objectives.objectives.meta - package com.pixelmonmod.pixelmon.quests.objectives.objectives.meta
-
- com.pixelmonmod.pixelmon.quests.objectives.objectives.player - package com.pixelmonmod.pixelmon.quests.objectives.objectives.player
-
- com.pixelmonmod.pixelmon.quests.objectives.objectives.world - package com.pixelmonmod.pixelmon.quests.objectives.objectives.world
-
- com.pixelmonmod.pixelmon.quests.quest - package com.pixelmonmod.pixelmon.quests.quest
-
- com.pixelmonmod.pixelmon.quests.util - package com.pixelmonmod.pixelmon.quests.util
-
- 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.drowned.generator - package com.pixelmonmod.pixelmon.world.dimension.drowned.generator
-
- 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.surfacebuilders - package com.pixelmonmod.pixelmon.world.dimension.ultraspace.surfacebuilders
-
- 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.gyms - package com.pixelmonmod.pixelmon.world.generation.gyms
-
- 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.type - package com.pixelmonmod.pixelmon.world.structure.type
-
- com.pixelmonmod.pixelmon.world.structure.type.ultraspace - package com.pixelmonmod.pixelmon.world.structure.type.ultraspace
-
- com.pixelmonmod.pixelmon.world.weather - package com.pixelmonmod.pixelmon.world.weather
-
- com.pixelmonmod.tcg - package com.pixelmonmod.tcg
-
- com.pixelmonmod.tcg.achievement - package com.pixelmonmod.tcg.achievement
-
- 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
-
- 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
-
- combinationMoves - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- combine(Object...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
- ComboExperienceBonus(ServerPlayerEntity, float) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.CatchComboEvent.ComboExperienceBonus
-
- ComboIncrement(ServerPlayerEntity, 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
-
- COMFEY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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(String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
-
Initializes the Ability as a placeholder for an unimplemented Ability.
- ComingSoon() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
-
- 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 - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.PlayerCommandAction
-
- COMMAND - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- COMMAND_GIVEN - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
-
- CommandAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- CommandAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.CommandAction
-
- 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(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 - 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 - 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(PacketBuffer) - 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
-
- 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(Entity, Entity) - Method in class com.pixelmonmod.pixelmon.ai.TargetSorter
-
- compare(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.SpeedComparator
-
- compare(String, String) - Method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TestDataObjective.Mode
-
- compare(ItemStack, Item, int, int, String, CompoundNBT) - Static method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.player.ItemObjective
-
- compareKeys(RegistryKey<?>, RegistryKey<?>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
- 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
-
- CompEditCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- CompEditCommand(CommandDispatcher<CommandSource>) - 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(ServerPlayerEntity, QuestProgress) - Constructor for class com.pixelmonmod.pixelmon.api.events.quests.FinishQuestEvent.Complete
-
- Complete(ServerPlayerEntity, QuestProgress, Stage, Objective, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.quests.QuestObjectiveEvent.Complete
-
- Complete(ServerPlayerEntity, QuestProgress, Stage) - Constructor for class com.pixelmonmod.pixelmon.api.events.quests.QuestStageEvent.Complete
-
- COMPLETE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- complete() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Skips all existing requirements, and timers.
- complete(Object) - Method in class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
-
- complete - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
-
- complete - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- complete(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- COMPLETE_QUEST - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- CompleteAllQuestsCommand - Class in com.pixelmonmod.pixelmon.command.impl.quests
-
Complete all of a player's quests.
- CompleteAllQuestsCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.quests.CompleteAllQuestsCommand
-
- 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
-
- completeObjective(int) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
Ticks the completed count
- completePlayerName() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Auto-completes player name.
- completeRequirement(ServerPlayerEntity, DayCareBox, DayCareRequirement) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Attempts to complete the requirement
- completeRequirement(ServerPlayerEntity, DayCareBox, DayCareRequirement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
-
- completion - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestObjectiveEvent.Progress
-
- completionRate - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
-
- completionSync - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
-
- 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<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CompSearchCommand
-
- CompSeeCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- CompSeeCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CompSeeCommand
-
- CompTakeCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- CompTakeCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CompTakeCommand
-
- CompTestCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- CompTestCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CompTestCommand
-
- 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.
- CONCATENATE_INSERTER - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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.pokemon.LearnMoveController.LearnMove
-
- condition - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.RarityMultiplier
-
- condition - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
- CONDITION_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
-
- 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
-
- conditions - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
- conditions - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
- conditions - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
-
- conditions - Variable in class com.pixelmonmod.pixelmon.api.spawning.CompositeSpawnCondition
-
- CONFIDE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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 - Variable in class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
-
- 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 Type 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 Type in com.pixelmonmod.pixelmon.api.config.api.ui
-
- CONFIGURED_FEATURES - Static variable in class com.pixelmonmod.pixelmon.world.generation.WorldGenRegistration
-
- ConfiguredCarvers - Class in com.pixelmonmod.pixelmon.world.dimension
-
- ConfiguredCarvers() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.ConfiguredCarvers
-
- 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.
- ConfirmDeleteNPCScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
Created by Jay113355 on 3/24/2020.
- ConfirmDeleteNPCScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.ConfirmDeleteNPCScreen
-
- 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.
- 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
-
- 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.
- CONFUSION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Confusion
-
Initializes confusion and randomly chooses a duration for it.
- CONKELDURR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- Connections() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.FancyPillarBlock.Connections
-
- connectorModel - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPicketFence
-
- connectsTo(BlockState, boolean, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLogBlock
-
- 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
-
- 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
-
- CONSTRICT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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.npcs.trainers.SpawnInfoNPCTrainer
-
- 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
-
- construct() - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
-
- constructNew(World) - Method in enum com.pixelmonmod.pixelmon.enums.EnumNPCType
-
- constructValues(PokeBall, PokeBallEntity, ServerPlayerEntity, 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(ServerPlayerEntity, ItemStack, ItemStack) - Method in interface com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.ItemConsumer
-
- ConsumeFilm(ServerPlayerEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.CameraEvent.ConsumeFilm
-
- consumeInterval(String) - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- consumeItem(ItemStack, ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Attempts to consume an ItemStack
matching a given ItemStack
within a player's inventory, seeking
through any sub-inventories within items known about.
- consumeItem(ItemStack, ServerPlayerEntity, IInventory) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Attempts to consume an ItemStack
matching a given ItemStack
within a given inventory, seeking
through any sub-inventories within items known about.
- consumeItem(ServerPlayerEntity, ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.InventoryScanner
-
- consumeItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Consumes the Pokémon's held item.
- consumeItemStack - Variable in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
-
- consumer(BiConsumer<ServerPlayerEntity, List<Pokemon>>) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
-
- consumer - Variable in class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
-
- consumer(BiConsumer<MSG, Supplier<NetworkEvent.Context>>) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel.MessageBuilder
-
- consumer(SimpleChannel.MessageBuilder.ToBooleanBiFunction<MSG, Supplier<NetworkEvent.Context>>) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel.MessageBuilder
-
Function returning a boolean "packet handled" indication, for simpler channel building.
- consumesHeldItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
- 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
-
- ContainerPlusBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
-
- ContainerPlusBlock(Material) - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- 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
-
- contains(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- contains(T[], T) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Checks if an array contains a value.
- contains(SpawnLocationType[], SpawnLocationType) - Static method in enum com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Checks if an array of spawn locations contains a certain type of spawn
location.
- contains(UUID) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
-
- contains(SpawnedTracker.SpawnedData) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
-
- 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
-
- containsOnly(SpawnLocationType[], SpawnLocationType) - Static method in enum 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 - Class in com.pixelmonmod.pixelmon.quests.quest
-
- Context() - Constructor for class com.pixelmonmod.pixelmon.quests.quest.Context
-
- Context(Object[]) - Constructor for class com.pixelmonmod.pixelmon.quests.quest.Context
-
- CONTINENTAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- CONTINENTAL_CRUSH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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
-
- CONVERSION_2 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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 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.api.registries.PixelmonTileEntities
-
- 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
-
- 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, PlayerInventory, CookingPotTileEntity) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotContainer
-
- CookingPotContainer(int, PlayerInventory, PacketBuffer) - 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, PlayerInventory, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotScreen
-
- CookingPotTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- CookingPotTileEntity() - 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 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Shading for the cooldown timer for external moves.
- CooldownCheck(PlayerEntity, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck
-
- cooldownTicks - Variable in class com.pixelmonmod.pixelmon.api.events.moveskills.MoveSkillCooldownEvent
-
The number of ticks that this use will take to cool down.
- cooldownTicks - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
The base time for the skill to require to cooldown.
- 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
-
- CopiedTargetedBoosts - Class in com.pixelmonmod.pixelmon.battles.status
-
- CopiedTargetedBoosts(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.CopiedTargetedBoosts
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- COPPERAJAH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- copy(T) - Method in class com.pixelmonmod.pixelmon.api.data.BlockedDataSerializer
-
- 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() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
- 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.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.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.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 - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- copy() - Method in class com.pixelmonmod.pixelmon.quests.editor.args.QuestElementArgument
-
- copy() - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- copy() - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- copy(Vector3i) - Static method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
Copies the coordinates of an int vector exactly.
- copy() - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- 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
-
- COPYCAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- copyCentered(Vector3i) - Static method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
Copies the coordinates of an Int vector and centers them.
- copyCenteredHorizontally(Vector3i) - Static method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
Copies the coordinates of an int vector and centers them horizontally (x and z)
- copyCenteredWithVerticalOffset(Vector3i, double) - Static method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
Copies the coordinates of an int vector and centers them horizontally and applies a vertical offset.
- copyFrom(CustomServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- copyIVs(IVStore) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Copies IVs into another IV store.
- copyModelAngles(ModelRenderer, ModelRenderer) - Static method in class com.pixelmonmod.pixelmon.client.render.player.ModelPlayerOnBike
-
- copyModelSettings(ModelRenderer, ModelRenderer) - Static method in class com.pixelmonmod.pixelmon.client.render.player.ModelPlayerOnBike
-
- 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
-
- CORE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- cornn_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- CORNN_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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
-
- 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
-
- COSMIC_POWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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 - 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.entities.npcs.NPCTutor.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
-
- 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
-
- COUNTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Counter - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals double damage back to the target if hit by a physical move.
- Counter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Counter
-
Initializes Counter.
- 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
-
- counterEndTime - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- 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
-
- countNames() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
Gets the number of different possible names that the shopkeeper has.
- 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.
- countTeam() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Counts how many Pokémon are in the participant's party.
- countTileEntitiesOfType(World, ChunkPos, Class<? extends TileEntity>) - 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_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.
- 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
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.CraftyShield
-
Initializes the status.
- 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
-
- CRATER_GYSER - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
-
- CRATER_GYSER - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- CRATER_GYSER - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructureFeatures
-
- CRATER_GYSER - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- CRATER_MONOLITH - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
-
- CRATER_MONOLITH - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- CRATER_PIPES - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
-
- CRATER_PIPES - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- CraterGeyserPiece - Class in com.pixelmonmod.pixelmon.world.structure.type.ultraspace
-
- CraterGeyserPiece(Random, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.ultraspace.CraterGeyserPiece
-
- CraterGeyserPiece(TemplateManager, CompoundNBT) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.ultraspace.CraterGeyserPiece
-
- CraterGyserFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater
-
- CraterGyserFeature(Codec<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterGyserFeature
-
- CraterGyserStructure - Class in com.pixelmonmod.pixelmon.world.structure.type.ultraspace
-
- CraterGyserStructure(Codec<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.ultraspace.CraterGyserStructure
-
- CraterGyserStructure.Start - Class in com.pixelmonmod.pixelmon.world.structure.type.ultraspace
-
- CraterMetalPipeFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater
-
- CraterMetalPipeFeature(Codec<NoFeatureConfig>) - 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<NoFeatureConfig>) - 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
-
- create() - Method in class com.pixelmonmod.api.EmptySpecification
-
- create(boolean) - Method in class com.pixelmonmod.api.EmptySpecification
-
- create(AddReloadListenerEvent) - Method in class com.pixelmonmod.api.loader.DatapackLoader.Builder
-
- create() - Method in class com.pixelmonmod.api.pokemon.PokemonSpecification
-
- create(boolean) - Method in class com.pixelmonmod.api.pokemon.PokemonSpecification
-
- create(World) - Method in class com.pixelmonmod.api.pokemon.PokemonSpecification
-
- create(String...) - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
- create(Object...) - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
-
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
-
- 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() - Method in interface com.pixelmonmod.api.Specification
-
Creates an instance of the reforged data object
- 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(Class<? extends Specification<A, B>>, String...) - Static method in class com.pixelmonmod.api.SpecificationFactory
-
- create(Class<? extends Specification<A, B>>, Object...) - Static method in class com.pixelmonmod.api.SpecificationFactory
-
- create() - Method in class com.pixelmonmod.api.tcg.CardSpecification
-
- create(boolean) - Method in class com.pixelmonmod.api.tcg.CardSpecification
-
- create(String...) - Static method in class com.pixelmonmod.api.tcg.CardSpecificationProxy
-
- create(Object...) - Static method in class com.pixelmonmod.api.tcg.CardSpecificationProxy
-
- 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(Species) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
Creates an implementation of the Pokémon from the given species
- 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(CompoundNBT) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
Creates a new Pokémon from the given NBT compound
- create(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
Creates a new Pokémon from the given packet buffer
- create(UUID) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.PokemonProxy
-
Creates a new T
implementation with the given UUID
- create(Species) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.PokemonProxy
-
Creates an implementation of the Pokémon from the given species
- create(PokemonSpecification) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.PokemonProxy
-
Creates a new implementation of the Pokémon using the given spec
- create(CompoundNBT) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.PokemonProxy
-
Creates a new Pokémon from the given NBT compound
- create() - Static method in class com.pixelmonmod.pixelmon.battles.raids.WeightedItemStacks
-
- create(Quest, String) - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- create(Argument<?>...) - Static method in class com.pixelmonmod.pixelmon.quests.quest.Arguments
-
- createAccessor(int) - Method in class com.pixelmonmod.pixelmon.api.data.BlockedDataSerializer
-
- createAI(BattleParticipant) - Method in enum com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Creates a new AI corresponding to the mode.
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
-
Creates the additional values of the block.
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.FancyPillarBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.GenericDoubleRotatableModelBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.GenericModelBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.AnvilBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.multi.OldTVBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.multi.SmallTVBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
-
- createBlockStateDefinition(StateContainer.Builder<Block, BlockState>) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- 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
- 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
-
- createCardItem(ImmutableCard) - Static method in class com.pixelmonmod.tcg.api.card.CardProxy
-
- 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.moveSkills.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
-
- 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.npcs.trainers.SpawnActionNPCTrainer
-
- 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.
- createExtraTextField() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
Creates a text field for extra Pokémon data, like form index.
- CreateFlute(UUID, ArcChaliceTileEntity, ItemEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.CreateFlute
-
- createFoliage(IWorldGenerationReader, Random, BaseTreeFeatureConfig, int, FoliagePlacer.Foliage, int, int, Set<BlockPos>, int, MutableBoundingBox) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractBerryTreeFoliagePlacer
-
- createFoliage(IWorldGenerationReader, Random, BaseTreeFeatureConfig, int, FoliagePlacer.Foliage, int, int, Set<BlockPos>, int, MutableBoundingBox) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractComplexTreeFoliagePlacer
-
- createFullJarItem(DyeColor) - Static method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- createFullJarItem(Color, String) - Static method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- createInstance(Ability) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
-
- createInstance(Aggression) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
-
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
-
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CanMegaEvolveRequirement
-
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CloneRequirement
-
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CrownedRequirement
-
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EggGroupRequirement
-
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EggRequirement
-
- 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(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.FormRequirement
-
- createInstance(Gender) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
-
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenerationRequirement
-
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GigantamaxFactorRequirement
-
- createInstance(EnumGrowth) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
-
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthStageRequirement
-
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HasSpecFlagRequirement
-
- createInstance(HeldItem) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HeldItemRequirement
-
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HiddenAbilityRequirement
-
- 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(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LegendaryRequirement
-
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LevelRequirement
-
- 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(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MaximumLevelRequirement
-
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MinimumLevelRequirement
-
- createInstance(Pair<Integer, ImmutableAttack>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
-
- createInstance(Nature) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NatureRequirement
-
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NicknameRequirement
-
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NoDropsRequirement
-
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NuggetsFedRequirement
-
- 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(PokeBall) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokeBallRequirement
-
- createInstance(PokerusStrain) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokerusRequirement
-
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
-
- 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(Set<String>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RibbonRequirement
-
- 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(RegistryValue<Species>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
-
- 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(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatusRequirement
-
- createInstance(Pair<Integer, Element>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
-
- 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(C) - Method in interface com.pixelmonmod.api.requirement.Requirement
-
Creates a new instance of the requirement with the given value
- createInstance(CardRarity) - Method in class com.pixelmonmod.api.tcg.requirement.impl.RarityRequirement
-
- createInstance(JsonObject, ConditionArrayParser) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger
-
Deserialize a ICriterionInstance of this trigger from the data in the JSON.
- createInstance(JsonObject, ConditionArrayParser) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger
-
- createInstance(JsonObject, ConditionArrayParser) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger
-
- createInstance(JsonObject, ConditionArrayParser) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger
-
Deserialize a ICriterionInstance of this trigger from the data in the JSON.
- createInstance(JsonObject, ConditionArrayParser) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger
-
- createInstance(JsonObject, ConditionArrayParser) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger
-
Deserialize a ICriterionInstance of this trigger from the data in the JSON.
- createInstance(JsonObject, ConditionArrayParser) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger
-
Deserialize a ICriterionInstance of this trigger from the data in the JSON.
- createJarItem(DyeColor) - Static method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- createJarItem(double, Color, String) - 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(World, BlockState, ServerPlayerEntity, PokeStopTileEntity) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
-
- createMenu(int, PlayerInventory, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
- createMenu(int, PlayerInventory, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
- createMenu(int, PlayerInventory, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
-
- createMenu(int, PlayerInventory, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
-
- createModel() - Method in class com.pixelmonmod.pixelmon.client.models.DualModelDualTextureFactory
-
- createModel() - Method in class com.pixelmonmod.pixelmon.client.models.DualModelFactory
-
- createModel() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- createMountLanakila() - Static method in class com.pixelmonmod.pixelmon.world.dimension.DimensionRegistration
-
- 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.
- createMoveChoices(PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Creates a list of move choices for an attack.
- 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.moveSkills.AnalysePokemon
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Cut
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Dig
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Explode
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Flash
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Fly
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Forage
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.GroundBirds
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Headbutt
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.HealOther
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Ignite
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Lightning
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.MountBoost
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.OreSense
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.RockSmash
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Scare
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Smelt
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.SweetScent
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Teleport
-
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Wormhole
-
- createNavigation(World) - 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
-
- CreateNPCPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Created by Jay113355 on 3/23/2020
- CreateNPCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.CreateNPCPacket
-
Empty constructor for packet registration.
- CreateNPCPacket(EnumNPCType, BlockPos, float) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.CreateNPCPacket
-
- CreateNPCScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
GUI for choosing which NPC to spawn.
- CreateNPCScreen(BlockPos) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.CreateNPCScreen
-
Initializes the GUI.
- createOrGetValue(String) - Method in class com.pixelmonmod.api.registry.RegistryManager.Registry
-
- createOrUpdateQuest(Quest) - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- createPacket(PokemonLink) - Static method in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
-
Creates a stats container with a Pokémon.
- createParticle(BasicParticleType, ClientWorld, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleSmoke.Factory
-
- createParticle(EvolutionBeamParticleData, ClientWorld, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleFactory
-
- createParticle(FlameParticleData, ClientWorld, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.FlameParticleFactory
-
- createPath(Stream<BlockPos>, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- createPath(Set<BlockPos>, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- createPath(BlockPos, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- createPath(Entity, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- createPath(Set<BlockPos>, int, boolean, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- createPathFinder(int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- createPokemon(List<PokemonSpecification>) - Method in class com.pixelmonmod.pixelmon.config.starter.Starter
-
- createPokemonPacket(Pokemon) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.UpdateTrainerPartyPacketPacket
-
- createPokemonPacket(Pokemon) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
-
Creates a packet for an individual Pokémon.
- createPokemonPacket(Pokemon) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdatePlayerPartyPacket
-
- createRainMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.WeatherChanger
-
- createRandomNewIVs() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Generates a new set of random IVs.
- createRotationMatrix(Vector3d) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
-
- createScreen(PlayerEntity, EnumGuiScreen, int[]) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractIntegerPokemonRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractPokemonRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractStringPokemonRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HeldItemRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NatureRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokeBallRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokerusRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RibbonRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.requirement.AbstractBooleanRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.requirement.AbstractIntegerRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.requirement.AbstractRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.requirement.AbstractStringRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.tcg.requirement.AbstractCardRequirement
-
- createSimple(String, String) - Method in class com.pixelmonmod.api.tcg.requirement.impl.RarityRequirement
-
- 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
-
- CreateStatue(ServerPlayerEntity, ServerWorld, BlockPos, StatueEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.StatueEvent.CreateStatue
-
- createSunMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.WeatherChanger
-
- createSystem(Minecraft, int, float[], int, float[]) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
-
- createTileEntity(BlockState, IBlockReader) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
-
- createTileEntity(BlockState, IBlockReader) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
-
- createTileEntity(BlockState, IBlockReader) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
-
- createTileEntity(BlockState, IBlockReader) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
-
- createTileEntity(BlockState, IBlockReader) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
-
- createTileEntity(BlockState, IBlockReader) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
-
- createTileEntity(BlockState, IBlockReader) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
-
- createTileEntity(BlockState, IBlockReader) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
- createTileEntity(BlockState, IBlockReader) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
-
- 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
-
- CreativeInventoryExtendedScreen - Class in com.pixelmonmod.pixelmon.client.gui.inventory
-
The Pokémon party screen in the inventory GUI when in Creative mode.
- CreativeInventoryExtendedScreen(PlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
-
Opens the party GUI.
- 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, ServerPlayerEntity, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Performs a critical capture check and sets the
CaptureValues
accordingly.
- CriticalHit(BattleController, PixelmonWrapper, PixelmonWrapper, double) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.CriticalHit
-
- 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.
- critMultiplier - Variable in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.CriticalHit
-
The multiplier for damage.
- 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 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- cross(Vector4f, Vector4f, Vector4f) - Static method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- 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.init.registry.BlockRegistration
-
- crossProduct(Vector3f, Vector3f) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
-
- crossProduct(MutableVector3d) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
Returns a new vector with the result of this vector x the specified vector.
- crossTexture - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- crown_pass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- CROWNED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- CROWNED_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- CrownedRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- CrownedRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.CrownedRequirement
-
- CrownedRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.CrownedRequirement
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
-
- CRYSTAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- crystal - Variable in class com.pixelmonmod.pixelmon.battles.attacks.ZMove
-
- 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_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 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(ServerPlayerEntity, 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
-
- 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.
- 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
-
- currentNormalMod - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- currentNPCID - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ChattingNPCEditorScreen
-
The ID of the chatting NPC being edited.
- currentNPCID - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.QuestGiverNPCEditorScreen
-
The ID of the quest giver NPC being edited.
- 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
-
- currentTradePair - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- currentTrainerID - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorScreen
-
The unique Trainer ID of the Trainer.
- currentTurnLog - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
-
- CURRY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- curry - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- 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_cheese - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- curry_coconut - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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_leek - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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
-
- 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
-
- 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(ServerPlayerEntity, 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
-
- currySpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- CURSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Curse
-
- CURSE - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
-
- 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() - Constructor for class com.pixelmonmod.tcg.duel.power.Curse
-
- Cursed - Class in com.pixelmonmod.pixelmon.battles.status
-
Damages the Pokémon for 25% hp every turn.
- 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
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- custap_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- CUSTAP_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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_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.multiplayer
-
- CustomAddServerScreen(Screen, BooleanConsumer, CustomServerData) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.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
-
- 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, PositionTriState) - 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, boolean) - 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
-
- CustomDropsEvent(String, ServerPlayerEntity) - 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, ITextComponent, List<ItemStack>, ITextComponent...) - 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, ITextComponent, ItemStack[], ITextComponent[]) - 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
-
- 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 in com.pixelmonmod.pixelmon.enums
-
This is an Enum for storing custom models.
- CustomMultiplayerScreen - Class in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- CustomMultiplayerScreen(Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.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
-
- 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
-
- 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.NPCEntity
-
Randomly changes the NPC's current action.
- customServerAiStep() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- CustomServerData - Class in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- CustomServerData(String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- CustomServerData.ServerResourceMode - Enum in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- CustomServerList - Class in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- CustomServerList(Minecraft) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- CustomServerSelectionList - Class in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- CustomServerSelectionList(CustomMultiplayerScreen, Minecraft, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList
-
- CustomServerSelectionList.Entry - Class in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- CustomServerSelectionList.LanDetectedEntry - Class in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- CustomServerSelectionList.LanScanEntry - Class in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- CustomServerSelectionList.NormalEntry - Class in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- CustomServerSelectionList.ScrollEntry - Class in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- CustomSignTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- CustomSignTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.CustomSignTileEntity
-
- customTitle - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
The custom Title
- CUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Cut - Class in com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills
-
Cuts down wood.
- Cut() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Cut
-
- 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
-
- cwPanel - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
White GUI background for many GUIs.
- CYAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- cyan_armchair - 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_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_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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
-
- cycleDisplayQuest() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestDataClient
-
- cycleDynamax(RaidPixelmonParticipant) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
-
- cycleJson(ServerPlayerEntity, String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
Changes the shopkeeper to the next registered shopkeeper.
- cycleName(ServerPlayerEntity, int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
Changes the shopkeeper's name to the next registered name for the shopkeeper's type.
- cycleTexture(ServerPlayerEntity, ClientNPCData) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
Changes the chatting NPC's type.
- CycloneBlob - Class in com.pixelmonmod.pixelmon.client.particle.particles
-
- CycloneBlob(double, double, double, double, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.CycloneBlob
-
- CYNDAQUIL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- CYNDAQUIL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- D - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
- DACHSBUN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- Damage(BattleController, PixelmonWrapper, PixelmonWrapper, double) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Damage
-
- 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 - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
-
Deals a fixed amount of damage.
- Damage(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Damage
-
- 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_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 in com.pixelmonmod.tcg.duel.attack.enums
-
Created by Hy on 6/19/2016.
- DAMAGED - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.FancyPillarBlock
-
- 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.
- 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 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
-
- 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.notexamples
-
- DancerTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.notexamples.DancerTest
-
- 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 - 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_FOREST_GROTTO - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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 - 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() - 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
-
- darkinium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- DARKNESS_TOWER - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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.comm.packetHandlers.pokemoneditor.UpdateEditedPokemonPacket
-
The updated Pokémon data.
- data - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Map from lang codes to NPC data.
- data - Variable in class com.pixelmonmod.tcg.duel.state.CommonCardState
-
- DATA_HOOK_STATE - Static variable in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
-
- DataCopier - Class in com.pixelmonmod.pixelmon.api.pokemon.species
-
- DataCopier() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
-
- DataFixesExtender - Class in com.pixelmonmod.pixelmon.datafix
-
- DataFixesExtender() - Constructor for class com.pixelmonmod.pixelmon.datafix.DataFixesExtender
-
- 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
-
- dataLongMap - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- DatapackLoader - Class in com.pixelmonmod.api.loader
-
- DatapackLoader() - Constructor for class com.pixelmonmod.api.loader.DatapackLoader
-
- DatapackLoader.Builder - Class in com.pixelmonmod.api.loader
-
- dataStringMap - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- DataSync<A,B> - Class in com.pixelmonmod.pixelmon.api.data
-
Wrapper class used for optimizing data from DataParameter
as cache's are faster (no concurrency checks/locking)
- DataSync(Class<? extends Entity>, IDataSerializer<B>, BiConsumer<A, B>) - Constructor for class com.pixelmonmod.pixelmon.api.data.DataSync
-
- DataSync(Class<? extends Entity>, DataParameter<B>, BiConsumer<A, B>) - Constructor for class com.pixelmonmod.pixelmon.api.data.DataSync
-
- DataSync(Class<? extends Entity>, IDataSerializer<B>, BiConsumer<A, B>, BiConsumer<Pokemon, B>) - Constructor for class com.pixelmonmod.pixelmon.api.data.DataSync
-
- DataSync(Class<? extends Entity>, DataParameter<B>, BiConsumer<A, B>, BiConsumer<Pokemon, B>) - Constructor for class com.pixelmonmod.pixelmon.api.data.DataSync
-
- DataSyncControlPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
-
- DataSyncControlPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.DataSyncControlPacket
-
- DataSyncControlPacket(String, boolean, long) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.DataSyncControlPacket
-
- 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.PixelmonPaintingEntity
-
- dataSyncManager - Variable in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- dataSyncManager - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- 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
-
- DATE - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- DateObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.meta
-
- DateObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.DateObjective
-
- DAUNTLESS_SHIELD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- DauntlessShield - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts defense on entering battle
- DauntlessShield() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DauntlessShield
-
- DAWN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- DAWN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- DAWN_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- dawn_stone_helm - 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_legs - 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_plate - 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 - 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_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<ITextComponent>) - 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
-
- 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
-
- 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, ITextComponent, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareConditionStatusResponsePacket
-
- DayCareContainer - Class in com.pixelmonmod.pixelmon.client.gui.daycare
-
- DayCareContainer(int, PlayerInventory, PacketBuffer) - Constructor for class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareContainer
-
- DayCareContainer(int, PlayerInventory) - 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
-
- DayCareEvent(ServerPlayerEntity, 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, PlayerInventory, ITextComponent) - 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- deactivate(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
-
- 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.
- 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.Drain
-
- 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.
- dealtDamage(PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LifeOrbItem
-
- Debug() - Constructor for class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Debug
-
- DebugKeyBindings - Class in com.pixelmonmod.pixelmon.client.keybindings
-
- DebugKeyBindings() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.DebugKeyBindings
-
- debugModel - Static variable in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
-
- debugResourceStuff(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.materials.Cubemap
-
- decide(PacketBuffer) - Static method in enum com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
-
- decidium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- DECIDUEYE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- DECIMAL_INSERTER - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- DECK - Static variable in class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
-
- deck - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
-
- DECK - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
-
- Deck(Inventory, boolean, int) - Constructor for class com.pixelmonmod.tcg.item.DeckItem.Deck
-
- DeckCardBackSlot - Class in com.pixelmonmod.tcg.client.container.slot
-
- DeckCardBackSlot(IInventory, 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(IInventory, int, int, int) - Constructor for class com.pixelmonmod.tcg.client.container.slot.DeckCoinSlot
-
- DeckContainer - Class in com.pixelmonmod.tcg.client.container
-
- DeckContainer(int, PlayerEntity, PlayerInventory, DeckItem.Deck) - Constructor for class com.pixelmonmod.tcg.client.container.DeckContainer
-
- DeckContainer(int, PlayerInventory, PacketBuffer) - Constructor for class com.pixelmonmod.tcg.client.container.DeckContainer
-
- DeckInventory - Class in com.pixelmonmod.tcg.client.container
-
- DeckInventory(ItemStack, PlayerEntity) - 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
-
- DeckScreen - Class in com.pixelmonmod.tcg.client.gui
-
- DeckScreen(DeckContainer, PlayerInventory, ITextComponent) - 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(IInventory, int, int, int) - Constructor for class com.pixelmonmod.tcg.client.container.slot.DeckSlot
-
- declineQuery(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Closes the GUI if a player declines the battle.
- declineQuery(ServerPlayerEntity, UUID) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
-
Cancels an evolution.
- decode(PacketBuffer) - Method in interface com.pixelmonmod.pixelmon.api.overlay.scoreboard.BoardPosition
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.ImageEntry
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.TextEntry
-
- decode(PacketBuffer) - Method in interface com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardEntry
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
-
- decode(PacketBuffer) - Method in enum com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
- decode(PlayerDayCare, PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Decodes the data from a packet buffer
- decode(PlayerPartyStorage, PacketBuffer) - 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(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
-
- decode(PacketBuffer) - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.PropertyValue
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BattleTypeValue
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BooleanValue
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.ClausesValue
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.IntegerValue
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.OldGenModeValue
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.TierValue
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedReviveTask
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedSwitchTask
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.tasks.HPIncreaseTask
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.tasks.HPUpdateTask
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDropsTask
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDynamaxTask
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidShieldsTask
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.tasks.StatusUpdateTask
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.ClientUpdatePokedexPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
-
- decode(PacketBuffer) - Method in interface com.pixelmonmod.pixelmon.comm.data.PixelmonPacket
-
Decodes the information from the buffer to the packet instance
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.AcceptNPCTradePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket
-
Convert from the supplied buffer into your specific this type
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.OpenBadgeCasePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.AcceptDeclineBattlePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BackToMainMenuPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BagPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleQueryPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CheckPlayerBattlePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ChooseAttackPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CloseBattlePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxMegaRulePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnforcedRevivePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FleePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FormBattleUpdatePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.MegaEvolvePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music.PlayBattleMusicPacket
-
Convert from the supplied buffer into your specific message type
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.OpenBattleModePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ParticipantReadyPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RemoveSpectatorPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestBagItemsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestSpectatePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ReturnBagItemsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.DisplayBattleQueryRulesPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.ProposeBattleRulesPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.CloseTeamSelectScreenPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ConfirmTeamSelectPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.RejectTeamSelectPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.UnconfirmTeamSelectPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.SetProposedRulesPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateBattleQueryRulesPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateClientRulesPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetAllBattlingPokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetBattlingPokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokeBallIdPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokemonBattleDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokemonTeamDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetStrugglePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ShowSpectateMessagePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartBattlePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartSpectatePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwapPositionPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwitchPokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateMovesetPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTerrainPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTurnPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateWeatherPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseEtherPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseItemPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.camera.ItemCameraPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChooseMovesetPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ChooseStarterPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ClientboundUpdateSpawnerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ClientSetPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientChangeOpenPCPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientInitializePCPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientQueryResultsPCPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientSetLastOpenBoxPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerQueryPCPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerSetLastOpenBoxPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerUpdateBoxPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerSwapPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerTrashPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.SetTempMode
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsActionPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsOpenPacket
-
Convert from the supplied buffer into your specific this type
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardDisplayPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardUpdatePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.AddToDayCarePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CancelDayCareBoxPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CompleteDayCareRequirementPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareAllErrorsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareConditionStatusResponsePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareHourglassUsedPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestAllErrorsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestConditionUpdatePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RequestDayCareChildPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RespondDayCareChildPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.SendEntireDayCarePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareBoxPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareHistoryPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.WithdrawDayCareBoxPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.DeleteMovePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueChoiceMadePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
-
Convert from the supplied buffer into your specific this type
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.SetDialogueDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportRequestPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportResponsePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportRequestPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportResponsePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionResponsePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolvePokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.OpenEvolutionGUIPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.GuiOpenClosePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.HealerGuiClosePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.HoverPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.IlluminatePositionsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.mail.MailPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.RegisterMoveSkillPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.UseMoveSkillPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.AddTrainerPokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.CreateNPCPacket
-
Convert from the supplied buffer into your specific this type
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteNPCPacket
-
Convert from the supplied buffer into your specific message type
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteTrainerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteTrainerPokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.InteractNPCPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.LoadTutorDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCLearnMovePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCServerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.RandomiseTrainerPokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SelectPokemonResponsePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetChattingNPCTexturesPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCEditDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetShopkeeperClientPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopKeeperPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.StoreTrainerDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.StoreTrainerPokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.StoreTutorDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.UpdateTrainerPokemonPacketPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.NPCTeachMovePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenReplaceMoveScreenPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenScreenPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.overlay.scoreboard.ScoreboardDisplayPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayClientPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayServerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayBattleParticleSystemPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayerExtrasPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayParticleSystemPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.RequestSpawnDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.SendSpawnDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.ServerPokedexPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonOpenGUIPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.CheckPokemonEditorAllowedPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.DeletePokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RandomizePokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditedPlayerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditingPlayerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RespondPokemonEditorAllowed
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditedPlayerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditingPlayerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetImportPokemonIDPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdatePlayerPokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateSinglePokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PokemonListPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationResult
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.CloseRaidPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidDropsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.UpdateRaidCatchPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RenamePokemonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ReplaceMovePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RequestExtrasDisplayDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingMovementPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingVerticalMovementPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RotateEntityPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.OpenSelectionPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SelectionResponsePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SetSelectionOptionsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectMovePacket
-
Convert from the supplied buffer into your specific this type
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectStatPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerCosmeticsUpdatePacket
-
Convert from the supplied buffer into your specific message type
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetCharmPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetDisplayRibbonPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetHeldItemPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetMegaItemPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.spriteItem.UpdateSpriteItemRequestPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayOpenPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplaySwapPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayUpdatePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.UpdateClientEditingStatuePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.StopStartLevellingPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ClientboundSetSelectedSlotPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ServerboundSetSelectedSlotPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SummonParticleArcaneryPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SwapMovePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.DataSyncControlPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncNPCsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPossibleTradesPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncShopKeepersPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SyncSpectatorRangePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.RegisterTraderPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetClientTradePairPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetSelectedStatsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetTradeTargetPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.TradeReadyPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.RequestTrainerCardPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardColorPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UIKeyPressPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdatePixelmonMovementPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdateSpawnerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UseRevivePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.vendingMachine.SetVendingMachineDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.vendingMachine.VendingMachinePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeCubePacket
-
Convert from the supplied buffer into your specific this type
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeReassemblyPacket
-
- decode(PacketBuffer, ArrayList<Attack>, ArrayList<ArrayList<ItemStack>>) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
Decodes tutor data from bytes.
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor.LearnableMove
-
- decode(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.comm.AbandonQuestPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.comm.editor.FetchQuestDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.comm.editor.PullQuestDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.comm.editor.PushQuestDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.comm.SendQuestDataPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.comm.SetDisplayQuestPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
-
- decode(PacketBuffer) - Method in interface com.pixelmonmod.tcg.network.data.TCGPacket
-
Decodes the information from the buffer to the packet instance
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.CardSelectorToServerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.CoinFlipAckPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.CustomGUIChoiceToServerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.EndGamePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.ForceEndBattlePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.GameStateSyncPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.GenericActionRequestPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToClientPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToServerPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.RenderStatePreBattleSyncPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.RenderStateSyncPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.RetreatAndSwitchPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.ShowOpponentCardPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.SwitchPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.TCGGuiClientPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.TrainerPlayedPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.battles.UpdateServerCardRecordPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.BattleSpectatorUpdatePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.CardBackSyncPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.CardSyncPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.CoinSyncPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.GenericGUIPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.OpenPackGuiPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.OpenPackPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.PackSyncPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.packets.RulebookUpdatePacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.sync.SyncCardsPacket
-
- decode(PacketBuffer) - Method in class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket
-
- decodeFrom(PacketBuffer) - 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(PacketBuffer) - Method in interface com.pixelmonmod.pixelmon.api.util.IEncodeable
-
Decodes the object from a buffer.
- decodeInto(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Imports rules from a byte array.
- decodeInto(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
-
- decodeInto(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.SetTrainerData
-
Decodes the data from a buffer.
- decodeInto(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientNPCData
-
- decodeInto(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
-
- decodeNPCs(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
- decoder(Function<PacketBuffer, MSG>) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel.MessageBuilder
-
- decodeStringArray(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Reads a string array from a buffer.
- decodeStringList(PacketBuffer) - 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
-
- DecorationBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
-
- DecorationBlock(AbstractBlock.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
-
- DECORATIVE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
-
- decorative_tree - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- DECORATIVE_TREE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
-
- DecorativeBaseTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- DecorativeBaseTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.DecorativeBaseTileEntity
-
- DecorativeBaseTileEntity(TileEntityType<? extends DecorativeBaseTileEntity>) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.DecorativeBaseTileEntity
-
- decorators(List<TreeDecorator>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.ApricornTreeFeatureConfig.Builder
-
- decreaseCritStage(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Attempts to increase critical hit ratio.
- 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(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
-
- DEDENNE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- DEDENNE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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_KELP - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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_SPIKES - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- DEEP_SEA_SURFACE_BUILDER - Static variable in class com.pixelmonmod.pixelmon.world.dimension.SurfaceBuilders
-
- deep_sea_tooth - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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
-
- deepCopy() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Makes a copy of the move object.
- DeepKelpFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike
-
- DeepKelpFeature(Codec<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DeepKelpFeature
-
- DeepSeaPickAxeBlock - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
-
- DeepSeaPickAxeBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.DeepSeaPickAxeBlock
-
- DeepSeaShovelBlock - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
-
- DeepSeaShovelBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.DeepSeaShovelBlock
-
- DeepSeaSpikeFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike
-
- DeepSeaSpikeFeature(Codec<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DeepSeaSpikeFeature
-
- 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 - 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_WALLPAPER - Static variable in class com.pixelmonmod.pixelmon.client.listener.WallpapersListener
-
- defaultBaseForm - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- defaultBlock - Variable in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- defaultBlock - Variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- defaultColor - Variable in enum com.pixelmonmod.pixelmon.enums.EnumBike
-
- defaultFluid - Variable in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- defaultFluid - Variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- 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
-
- 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
-
- defaultText - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
-
- defaultTexUnit - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- 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
-
- 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
-
- 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
-
- DEFENSE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- Defense - Variable in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
-
- 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() - 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.DenEntity
-
- define(DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- define(DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- define(Entity, DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.EntityDataSyncManager
-
- define(DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
- 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.PixelmonPaintingEntity
-
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- DeformVertex - Class in com.pixelmonmod.pixelmon.client.models.smd
-
- DeformVertex(DeformVertex) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- DeformVertex(float, float, float, float, float, float, int, float, float) - 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
-
- 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
-
- delete(Quest) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- deleteChars(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TextFieldMultipleLine
-
- deleteFromCursor(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
delete the selected text, otherwsie deletes characters from either side of the cursor.
- deleteFromCursor(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
delete the selected text, otherwsie deletes characters from either side of the cursor.
- 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
-
- DeleteNPCPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Created by Jay113355 on 3/24/2020
- DeleteNPCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteNPCPacket
-
Empty constructor for packet registration.
- DeleteNPCPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteNPCPacket
-
- deletePokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPokemonScreen
-
- deletePokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
Deletes the Pokémon from the party.
- deletePokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- deletePokemon(int, int, NetworkEvent.Context, boolean) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteTrainerPokemonPacket
-
Deletes a Pokémon from an NPC Trainer's party.
- deletePokemon(UUID, int, NetworkEvent.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.
- deleteQuest(Quest) - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- DeleteTrainerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
- DeleteTrainerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteTrainerPacket
-
- DeleteTrainerPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteTrainerPacket
-
- DeleteTrainerPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Deletes a Pokémon from an NPC Trainer's party.
- DeleteTrainerPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteTrainerPokemonPacket
-
Empty constructor for packet registration.
- DeleteTrainerPokemonPacket(int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteTrainerPokemonPacket
-
Initializes a delete packet.
- DeleteType - Enum in com.pixelmonmod.pixelmon.api.enums
-
- deleteType - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonDeletedEvent
-
The means by which the Pokémon is being deleted
- deleteWords(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
Deletes the specified number of words starting at the cursor position.
- deleteWords(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Deletes the specified number of words starting at the cursor position.
- 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_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
-
- 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
-
- DenEntity - Class in com.pixelmonmod.pixelmon.entities
-
- DenEntity(EntityType<DenEntity>, World) - Constructor for class com.pixelmonmod.pixelmon.entities.DenEntity
-
- DenEntity(World) - Constructor for class com.pixelmonmod.pixelmon.entities.DenEntity
-
- DenEntity(World, 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(EntityRendererManager) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.DenRenderer
-
- DenStructure - Class in com.pixelmonmod.pixelmon.world.structure.type
-
- DenStructure(String, Biome.Category...) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.DenStructure
-
- DenStructure(String, boolean, Biome.Category...) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.DenStructure
-
- DenStructure.Start - Class in com.pixelmonmod.pixelmon.world.structure.type
-
- 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(PacketBuffer) - 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
-
- deRegisterBattle(BattleController) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Removes a battle from the battle list.
- deregisterKeyListener() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- deregisterStarterList(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.TickHandler
-
Removes a player from the starter Pokémon GUI list.
- desc - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- DescendKey - Class in com.pixelmonmod.pixelmon.client.keybindings
-
- DescendKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.DescendKey
-
- describe(String...) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Adds the given strings onto the description of the move skill.
- 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(ITextComponent) - Method 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 - Variable in class com.pixelmonmod.pixelmon.api.trading.TradePair
-
- descriptions - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
The description of the 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.SpecificationTypeAdapter
-
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimationTypeAdapter
-
- deserialize(Type, Object) - Method in class com.pixelmonmod.pixelmon.api.config.adapter.PokeLootRateAdapter
-
- 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.ModelLocatorTypeAdapter
-
- 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(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(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(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.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.pixelmon.quests.quest.QuestTypeAdapter
-
- 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.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
-
- deserializeFromNBT(CompoundNBT) - 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(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- deserializeNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- deserializeNBT(CompoundNBT) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
- deserializeNBT(CompoundNBT) - Method in class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
-
- deserializeNBT(CompoundNBT) - 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.FlameParticleData
-
- DESERT_CAVES - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ConfiguredCarvers
-
- DESERT_DEN - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- DESERT_GROTTO - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- DESERT_SPIKE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
-
- DESERT_SPIKES - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- DESERT_WAY_POINT - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- DesertSpikeFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike
-
- DesertSpikeFeature(Codec<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DesertSpikeFeature
-
- 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
-
- despawnAllPokemon() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
-
- despawnCounter - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
The despawn counter for the NPC.
- 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() - 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
-
- 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(IWorld, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BenchBlock
-
- destroy(IWorld, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GenericDoubleRotatableModelBlock
-
- destroy(IWorld, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
-
- destroy(IWorld, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableSittableModelBlock
-
- destroy(IWorld, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CookingPotBlock
-
- destroy(IWorld, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
-
- destroy(IWorld, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
-
- destroy(IWorld, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
-
- DESTROYED - Static variable in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
-
- DestroyStatue(ServerPlayerEntity, 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- detection - Variable in class com.pixelmonmod.pixelmon.api.replacement.replacement.SpawnReplacement
-
- determinant() - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- DEVASTATING_DRAKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- DeveloperRibbonType - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl
-
- DeveloperRibbonType(String, String, ResourceWithFallback, ITextComponent, ITextComponent, ITextComponent, 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
-
- 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<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.client.DevScoreboardCommand
-
- DevSpriteCheckCommand - Class in com.pixelmonmod.pixelmon.command.impl.client
-
- DevSpriteCheckCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.client.DevSpriteCheckCommand
-
- DevTempPartyCommand - Class in com.pixelmonmod.pixelmon.command.impl.client
-
This command is registered on the client command handler.
- DevTempPartyCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.client.DevTempPartyCommand
-
- 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_VALUES_SPEC_INSERTER - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- DexCheckCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- DexCheckCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.DexCheckCommand
-
- DHELMISE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- DIALGA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- DIALGA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- Dialogue - Class in com.pixelmonmod.pixelmon.api.dialogue
-
Represents a page of dialogue.
- Dialogue(PacketBuffer) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.
- Dialogue(PacketBuffer, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.
- Dialogue(PacketBuffer, UUID) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
- Dialogue(String, String, String, boolean, ArrayList<Choice>) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
- DIALOGUE - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- DIALOGUE - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- Dialogue.DialogueBuilder - Class in com.pixelmonmod.pixelmon.api.dialogue
-
- DialogueBuilder() - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
- DialogueChoiceEvent - Class in com.pixelmonmod.pixelmon.api.events.dialogue
-
Event fired when there was a GUI choice and the server is expected to
provide the next action.
- DialogueChoiceEvent(ServerPlayerEntity, Choice) - Constructor for class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueChoiceEvent
-
- 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.events.dialogue
-
Fired when a player finishes going through the entirety of a
Dialogue
set.
- DialogueEndedEvent(ServerPlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueEndedEvent
-
- DialogueInjectAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- DialogueInjectAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.DialogueInjectAction
-
- DialogueInjectObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.entity
-
- DialogueInjectObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.DialogueInjectObjective
-
- 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
-
Created by Jay113355 on 8/15/2020
- DialogueInputActionPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
-
Empty constructor for packet registration.
- DialogueInputActionPacket(String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
-
- DialogueInputEvent - Class in com.pixelmonmod.pixelmon.api.events.dialogue
-
- DialogueInputEvent(ServerPlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueInputEvent
-
- DialogueInputEvent.ClosedScreen - Class in com.pixelmonmod.pixelmon.api.events.dialogue
-
- DialogueInputEvent.Submitted - Class in com.pixelmonmod.pixelmon.api.events.dialogue
-
- DialogueInputScreen - Class in com.pixelmonmod.pixelmon.api.dialogue
-
Created by Jay113355 on 8/13/2020.
- DialogueInputScreen() - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.DialogueInputScreen
-
- DialogueInputScreen - Class in com.pixelmonmod.pixelmon.client.gui.custom.dialogue
-
Created by Jay113355 on 8/13/2020.
- DialogueInputScreen(ITextComponent, ITextComponent, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
-
- DialogueInputScreen.Builder - Class in com.pixelmonmod.pixelmon.api.dialogue
-
- 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 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
-
- 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
-
- DIANCIE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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.npcs.NPCChatting
-
- die(DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHoldsItemsEntity
-
- die(DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- difference - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- DIG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Dig - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Digs underground and avoids most attacks on first turn.
- Dig() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Dig
-
Initializes Dig.
- Dig - Class in com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills
-
Breaks blocks in a region around a certain block.
- Dig() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Dig
-
- 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 - Variable in class com.pixelmonmod.pixelmon.quests.comm.QuestMarker
-
- 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.quests.objectives.Objectives
-
- DimensionHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
- DimensionHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
-
- DimensionObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.world
-
- DimensionObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.DimensionObjective
-
- DimensionRegistration - Class in com.pixelmonmod.pixelmon.world.dimension
-
- DimensionRegistration() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.DimensionRegistration
-
- Dimensions - Class in com.pixelmonmod.pixelmon.api.pokemon.species.dimensions
-
Represents the dimensions of the
Stats
(form) of a given
Species
- Dimensions(double, double, double, float, float) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.dimensions.Dimensions
-
- dimensions - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- dimensions - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- 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
type
TypeAdapter
for the
Dimensions
class such that it can be converted
to and from Json text when loading to/from
Species
data.
- DimensionsTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.DimensionsTypeAdapter
-
- dimScreen(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Darkens the whole screen.
- 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.
- 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
-
- 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
-
- DIRECTION - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
-
- DISABLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Disable - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the Pokémon from using a certain move.
- 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(int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
-
- 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<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.DisableBattleCommand
-
- 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.
- 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.
- 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, PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
Disable evolution of a particular Pokemon
- DisableEvolution - Class in com.pixelmonmod.tcg.duel.power
-
- DisableEvolution() - Constructor for class com.pixelmonmod.tcg.duel.power.DisableEvolution
-
- disableEvolution(PokemonCardState, PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.DisableEvolution
-
- disableEvolution(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.DisableEvolution
-
- disableEvolution(PokemonCardState, PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Transform
-
- 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
-
- 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
-
- discard - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- DISCARD - Static variable in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
-
- 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_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
-
- DISCHARGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Discharge - Class in com.pixelmonmod.pixelmon.client.particle.systems
-
- Discharge() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.Discharge
-
- DiscordButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
- DiscordButton(int, int, int, int, ITextComponent, Button.IPressable) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.DiscordButton
-
- discount_coupon - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- DisenchantSlot - Class in com.pixelmonmod.tcg.client.container.slot
-
- DisenchantSlot(IInventory, 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
-
- 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 shiny value of the Pokémon to be disguised as.
- disguisedParticlesResourceLocation - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
-
The shiny value of the Pokémon to be disguised as.
- disguisedPokemon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
-
The pokemon of Pokémon to be disguised as.
- disguisedTexture - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
-
The texture of the Pokémon to be disguised as.
- 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
-
- DISK_CLAY - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- DISK_GILDED_ULTRA_SAND - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- DISK_GRAVEL - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- DISK_MAGMA_BLOCK - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- dispatch(MatrixStack, IRenderTypeBuffer, float) - Static method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- dispatchToDimension(World, double, double, double, double, double, double, double, float, Particles, Object...) - Static method in class com.pixelmonmod.pixelmon.api.world.ParticleArcaneryDispatcher
-
- dispatchToPlayer(ServerPlayerEntity, double, double, double, double, double, double, float, Particles, Object...) - Static method in class com.pixelmonmod.pixelmon.api.world.ParticleArcaneryDispatcher
-
- displacePokemonIfShouldered(ServerPlayerEntity, 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
-
- displayLines - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- displayLines - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- displayLines - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- displayLines - Variable in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- 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
-
- distance - Variable in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
-
- distanceFrom(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
-
- distanceTo(MutableVector3d) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
Euclidean distance between this and the specified vector, returned as double.
- 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.api.battles.attack.AttackRegistry
-
- Dive - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Charges on first turn and avoids most attacks, attacks on second turn.
- Dive() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Dive
-
Initializes Dive.
- dive - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Dive Ball.
- 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
-
- 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
-
- doAfterEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BallLogic
-
Action to be performed after a
Pokemon
is successfully caught in a
PokeBall
with this logic.
- 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.
- dock - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The bar containing the Pokémon.
- 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 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.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.
- 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
- doesTransformSurroundingLand() - Method in class com.pixelmonmod.pixelmon.world.structure.type.GymConfig
-
- doEvolution(PixelmonEntity, String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
- doFailEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BallLogic
-
Action to be performed after a
Pokemon
is unsuccessfully caught in a
PokeBall
with this logic.
- doGrow() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
-
- doJump() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- doLater(Runnable, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
- doLegendarySpawn(ServerPlayerEntity) - 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<CommandSource>) - 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_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
-
- donorType - Variable in class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Spread
-
- doNothing() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonRegistries
-
- DONPHAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- DONPHAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- DOODLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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
-
- doRender(MatrixStack, IRenderTypeBuffer) - 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
-
- doRotation(MatrixStack, BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityDecorativeBase
-
Rotates the block according to its metadata.
- 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
-
- DOS_SHRINE - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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(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.
- DoSpawn(AbstractSpawner, SpawnAction<? extends PixelmonEntity>) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent.DoSpawn
-
- 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
-
- doStandardParticleRotation(Vector3d, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- doStuckDetection(Vector3d) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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(Vector4f, Vector4f) - Static method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
The dot product of two vectors is calculated as
v1.x * v2.x + v1.y * v2.y + v1.z * v2.z + v1.w * v2.w
- DOT_SYMBOL - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
-
- dotProduct(MutableVector3d) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- 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
-
- 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_ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- 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_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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- doubleOnly - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
If this Pokémon should only appear in double battles.
- DoubleShock - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
If used by an Electric-type Pokémon,
Double Shock will inflict damage to the target and cause the user to lose its Electric type
(unless
Double Shock fails if the user is not Electric-type,
making the move always fail after the first use until the Pokémon regains 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.
- doubleYields() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
- 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(ServerPlayerEntity, 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(ServerPlayerEntity, 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(ServerPlayerEntity, PlayerPartyStorage) - Method in class com.pixelmonmod.pixelmon.api.pokemon.effects.WalkingPassiveEffectTicker
-
- doWeatherEffects(int, ClientWorld, Minecraft, ActiveRenderInfo) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
-
- doWithoutSendingUpdates(Runnable) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
- DOWN - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.FancyPillarBlock
-
- DOWN - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
-
- DOWN - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- 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(String, String) - Method in class com.pixelmonmod.pixelmon.client.PixelmonDownloadingPackFinder
-
- 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.
- 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
-
- DRAGON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
-
- DRAGON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- Dragon - Class in com.pixelmonmod.pixelmon.client.particle.particles
-
- Dragon(float, float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.Dragon
-
- 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_CLAW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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_GYM - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructureFeatures
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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 - 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
-
- 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
-
- DragonEnergy - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
- DragonEnergy() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonEnergy
-
- 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
-
- DRAGONS_MAW - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- 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
-
- Drain - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Drains health from the target.
- Drain(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Drain
-
Initializes Drain.
- Drain - Class in com.pixelmonmod.pixelmon.client.particle.systems
-
- Drain() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.Drain
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- drash_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- DRASH_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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(MatrixStack) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
-
- draw(MatrixStack) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomScoreboardOverlay
-
- draw(MatrixStack, double, double, double, double, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
-
- draw(MatrixStack, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidButton
-
- draw(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine
-
- draw(MatrixStack, String) - Method in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine
-
- draw(MatrixStack, Minecraft, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.Shadow
-
- draw(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DescriptiveText
-
Draws the text.
- draw(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.KeybindIcon
-
- draw(MatrixStack, int, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ProgressBar
-
- draw(MatrixStack, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SWSHButton
-
- draw(MatrixStack) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.SimpleButton
-
- draw(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiKeybindIconQuest
-
- draw(MatrixStack, Minecraft, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- draw(MatrixStack, DuelLog, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.DuelLogScreen
-
- draw(MatrixStack, int, int) - Method in class com.pixelmonmod.tcg.client.gui.PlayerTargetsScreen
-
- draw(MatrixStack, int, int) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
-
- draw(int, VertexFormat, MatrixStack, Consumer<BufferBuilderWrapper>) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- draw(ResourceLocation, int, VertexFormat, MatrixStack, Consumer<BufferBuilderWrapper>) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- draw2DLine(MatrixStack, double, double, double, double, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
-
- draw2DLine(MatrixStack, double, double, double, double, float, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
-
- draw2DRectangle(MatrixStack, double, double, double, double, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
-
- DRAW_CARD_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
-
- drawArrows(MatrixStack, 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(MatrixStack, String, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine
-
- drawAttackInfoBox(MatrixStack, float, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a gray box to contain attack information.
- drawAttackInfoList(MatrixStack, 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.
- drawAttackInfoList(MatrixStack, Attack, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws information about an attack in a move list choose screen.
- drawAttackInfoMoveset(MatrixStack, 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.
- drawBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
Optionally draws a background behind the list.
- drawBackground - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- drawBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- drawBackground - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- drawBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- drawBackground - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- drawBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- drawBackground - Variable in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- drawBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesFixedScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
-
Draws the screen background under the drop-down menus.
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.BattleRulesNPCEditorScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ChattingNPCEditorScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.QuestGiverNPCEditorScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ShopkeeperEditorScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TradeEditorScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TutorEditorScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorAdvancedScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
- drawBackgroundUnderMenus(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
Draws the screen background under the drop-down menus.
- drawBar(MatrixStack, double, double, double, double, float, Color) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawBar(MatrixStack, double, double, double, double, float, Color, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawBar(MatrixStack, double, double, double, double, float, Color, Color, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a bar.
- drawBasePokemonInfo(MatrixStack) - 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(MatrixStack, boolean, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawBattleTimer(MatrixStack, Screen, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws the battle timer on the screen.
- drawBoardOutline(MatrixStack, IRenderTypeBuffer, BattleOwnedTileEntityController, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
-
- drawBorder - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- drawBorder - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- drawBorder - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- drawBorder - Variable in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- drawBox(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
- drawButton(MatrixStack, Screen, boolean) - Method in enum com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
-
- drawButton(MatrixStack, int, int, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
Draws the button on the screen.
- drawButton(MatrixStack, int, int, double, double, float, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
Draws the button on the screen.
- drawButtonClose(MatrixStack, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Draws a button to close the GUI.
- drawButtonReady(MatrixStack, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Draws a button to mark the player as ready to trade.
- drawButtons(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
-
- drawButtonTrade(MatrixStack, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Draws a button to allow the player to trade.
- drawCard(MatrixStack, CommonCardState, int, int, float, float, double, PlayerClientMyState, PlayerClientOpponentState) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
-
- drawCard(MatrixStack, float, float, float, CommonCardState, int, FontRenderer, float, PlayerCommonState, PlayerCommonState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
-
- drawCardBack(MatrixStack, int, int, float, PlayerCommonState) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
-
- drawCardBack(MatrixStack, int, int, float, CardBack) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
-
- drawCardBase(MatrixStack, double, double, double, CommonCardState, boolean, PlayerCommonState, PlayerCommonState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
-
- drawCardBase(MatrixStack, 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(MatrixStack, float, float, float, CommonCardState, int, FontRenderer, float, PlayerClientOpponentState, PlayerClientOpponentState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
-
- drawCardOutline(MatrixStack, IRenderTypeBuffer, 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(MatrixStack, ITextComponent, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCentered(MatrixStack, FontRenderer, ITextComponent, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCenteredLimitedString(MatrixStack, String, float, float, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a center point.
- drawCenteredSplitString(MatrixStack, String, float, float, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain point.
- drawCenteredSplitString(MatrixStack, String, float, float, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain point.
- drawCenteredSplitText(MatrixStack, String) - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
-
Draws a centered, split message in the middle of the box.
- drawCenteredSquashedString(MatrixStack, String, boolean, double, int, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawCenteredSquashedString(MatrixStack, FontRenderer, String, boolean, double, int, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawCenteredString(MatrixStack, String, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCenteredString(MatrixStack, String, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCenteredString(MatrixStack, ITextComponent, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawCenteredString(MatrixStack, FontRenderer, String, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCenteredString(MatrixStack, ITextComponent, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCenteredString(MatrixStack, FontRenderer, ITextComponent, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawCenteredStringColour(MatrixStack, FontRenderer, String, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.HoverDisableButton
-
- drawCenteredStringWithoutShadow(MatrixStack, String, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Draws a string at a certain position without any shadow.
- drawCenteredStringWithoutShadow(MatrixStack, ITextComponent, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
- drawCircle(MatrixStack, double, double, double, double, int, Color) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawConfirmText(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoDialogue
-
Draws confirmation text on the dialogue box.
- drawConfirmText(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoForfeit
-
- drawConfirmText(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoReplaceMove
-
- drawCursor(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
- drawDialogueBox(MatrixStack, 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(MatrixStack, Screen, ITextComponent, ITextComponent, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a chat box with the dialogue of an NPC.
- drawDialogueBox(MatrixStack, Screen, String, String, 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(MatrixStack, 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(MatrixStack, CommonCardState, int, int, int, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
-
- drawElement(MatrixStack, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
-
- drawElement(MatrixStack, int, int, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
-
- drawElement(MatrixStack, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
-
- drawElement(MatrixStack, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MenuReuseElement
-
- drawElement(MatrixStack, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.AllyElement
-
- drawElement(MatrixStack, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OpponentElement
-
- drawElement(MatrixStack, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.RaidElement
-
- drawElement(MatrixStack, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
-
- drawElementScaled(MatrixStack, int, int, int, int, float, int, Screen, ScreenParticleEngine) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
-
- drawEllipse(MatrixStack, double, double, double, double, double, int, Color) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawEntity(MatrixStack, ResourceLocation, ResourceLocation, LivingEntity, String, int, int, int, int, int, int, int, int, int, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Draws the player's side of the screen.
- drawEntity(MatrixStack, LivingEntity, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Draws an entity's head on the GUI.
- drawEntity(MatrixStack, LivingEntity, int, int, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws an entity in the GUI.
- drawEntityToScreen(MatrixStack, int, int, int, int, PixelmonEntity, float, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
-
Draws the statue model on the GUI.
- drawEntityToScreen(MatrixStack, int, int, int, int, StatueEntity, float, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
Draws the statue model on the GUI.
- drawExtraText(MatrixStack, int, int, float, TextFieldWidget, String) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
Draws the extra text field.
- drawFooter(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
- drawFooterBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
- drawGradientRect(MatrixStack, 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(MatrixStack, int, int, float, int, int, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a gradient rectangle.
- drawGradientRect(MatrixStack, int, int, float, int, int, Vector4f, Vector4f, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a gradient rectangle.
- drawGuiContainerBackgroundLayer(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
-
- drawGuiContainerBackgroundLayer(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Draws the GUI background.
- drawGuiContainerBackgroundLayer(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
- drawGuiContainerBackgroundLayer(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
- drawGuiContainerBackgroundLayer(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerStatsScreen
-
- drawGuiContainerBackgroundLayer(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTMsScreen
-
- drawGuiContainerBackgroundLayer(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.PokeCheckerRibbonsScreen
-
- drawGuiContainerBackgroundLayer(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
- drawGuiContainerForegroundLayer(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
- drawGuiContainerForegroundLayer(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
- drawGuiContainerForegroundLayer(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerStatsScreen
-
- drawGuiContainerForegroundLayer(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTMsScreen
-
- drawGuiContainerForegroundLayer(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.PokeCheckerRibbonsScreen
-
- drawGuiContainerForegroundLayer(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
- drawHealthBar(MatrixStack, 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(MatrixStack, int, int, int, int, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Draws a Pokémon's health bar.
- drawHealthBar(MatrixStack, int, int, int, int, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerStatsScreen
-
- drawHover(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
- drawHoveringText(MatrixStack, List<ITextComponent>, int, int, Energy) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
-
- drawIcon(MatrixStack, Screen) - Method in enum com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
-
- drawIcon(MatrixStack, double, double, float, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectPokemonIcon
-
Draws the Pokémon icon.
- drawIcon(MatrixStack, int, int, ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.NormalEntry
-
- drawImage(ResourceLocation, MatrixStack, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawImage(MatrixStack, ResourceLocation, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawImage(ResourceLocation, MatrixStack, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawImage(MatrixStack, ResourceLocation, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawImageQuad(ResourceLocation, MatrixStack, 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, MatrixStack, float, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawImageQuad(ResourceLocation, MatrixStack, float, float, float, float, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawImageQuadUV(ResourceLocation, MatrixStack, float, float, float, float, float, float, float, float, float, float, float, float, float) - 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(MatrixStack, ItemStack, float, float, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawItem(MatrixStack, ItemStack, float, float, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawMenuButtons(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
-
- drawMoveDescription(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Draws move details for valid moves.
- drawMoveset(MatrixStack, 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(MatrixStack, float, float, float, CommonCardState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
-
- drawNameTag(NPCEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCRenderer
-
- drawNorth - Variable in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
-
- drawOpponentPokeBalls(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Draws the opponent's party Poké Balls.
- drawPokeBalls(String[], int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Draws the player's team Poké Balls.
- drawPokeChecker(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
This explicitly draws the pokéchecker, because even if it's a button, it has to be drawn above some other things.
- drawPokemon(MatrixStack, Pokemon, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUI
-
Draws the pokemon on the screen.
- drawPokemon(MatrixStack, Pokemon, int, int, int, int, float, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUI
-
Draws the pokemon on the screen.
- drawPokemonHoverInfo(MatrixStack, Pokemon, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawPokemonInfoChooseMove(MatrixStack, 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(MatrixStack, double, double, double, Minecraft, float, CommonCardState, BoardLocation, int, int, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
-
- drawPokemonName(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Draws the name and nickname of the Pokémon.
- drawPokemonSelection(MatrixStack, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Draws a rectangle around the selected Pokémon.
- drawPrizeOutline(MatrixStack, IRenderTypeBuffer, float, float, float, int, int, int) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
-
- drawQuad(MatrixStack, float, float, float, float, float, float, float, float, float, float, float, float, Color) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawRarity(MatrixStack, float, float, float, CommonCardState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
-
- drawRectWithBorder(MatrixStack, int, int, int, int, int, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
-
- drawRectWithSemicircleEnds(MatrixStack, 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.
- drawScaledCenteredSplitString(MatrixStack, String, float, float, int, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawScaledCenteredSplitString(MatrixStack, String, float, float, int, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawScaledCenteredString(MatrixStack, String, float, float, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is centered and scaled 8)
- drawScaledImage(MatrixStack, ResourceLocation, float, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawScaledSquashedString(MatrixStack, String, float, float, int, float, double) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is scaled and squashed
- drawScaledSquashedString(MatrixStack, String, float, float, int, float, double, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawScaledString(MatrixStack, String, float, float, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is scaled
- drawScaledStringRightAligned(MatrixStack, String, float, float, int, boolean, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is aligned right.
- drawScaledStringWithOutline(MatrixStack, 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(MatrixStack, 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(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Draws the chatbox.
- drawScreenForeground(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
-
- drawScreenForeground(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
-
- drawSelected(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.AllyElement
-
- drawSelected(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OpponentElement
-
- drawSelected(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.RaidElement
-
- drawSelectedRect(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Draws a green rectangle around the selected move.
- drawSelectedRectBin(MatrixStack, 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(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Draws a white rectangle around the selected move.
- drawSlot(MatrixStack, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.ClauseListScreen
-
- drawSlot(MatrixStack, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.MoveListScreen
-
- drawSlot(MatrixStack, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.TutorListScreen
-
- drawSlot(MatrixStack, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerDropListSlotScreen
-
- drawSlot(MatrixStack, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
-
- drawSlot(MatrixStack, 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(MatrixStack, String, int, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawSplitString(MatrixStack, ITextComponent, int, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawSprite(MatrixStack, float, float, float, CommonCardState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
-
- drawSquashedString(MatrixStack, FontRenderer, String, boolean, float, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawSquashedString(MatrixStack, FontRenderer, ITextComponent, boolean, float, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawStar(MatrixStack, double, double, double, double, double, int, boolean, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawStraightLine(MatrixStack, IRenderTypeBuffer, float, float, float, float, float, float, int, int, int, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
-
- drawString(MatrixStack, FontRenderer, String, int, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTMsScreen
-
- drawString(MatrixStack, String, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text.
- drawString(MatrixStack, String, float, float, int, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawString(MatrixStack, FontRenderer, String, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text.
- drawString(MatrixStack, FontRenderer, String, float, float, int, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawString(MatrixStack, FontRenderer, ITextComponent, float, float, int, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawString(MatrixStack, FontRenderer, String, float, float, int, boolean, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- drawString(MatrixStack, String, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text at a certain location.
- drawStringRightAligned(MatrixStack, String, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is aligned right.
- drawStringRightAligned(MatrixStack, String, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is aligned right.
- drawStringRightAligned(MatrixStack, String, float, float, int, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is aligned right.
- drawText(MatrixStack) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- drawText(MatrixStack) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- drawText(MatrixStack) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- drawText(MatrixStack) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- drawUp - Variable in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
-
- drawWarningText(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ReleaseWarningScreen
-
- drawWarningText(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerWarningLevelScreen
-
- drawWarningText(MatrixStack) - 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
-
- 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 - 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
-
- 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
-
- 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(ServerPlayerEntity, PokeChestTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.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(PacketBuffer) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
-
- drop(ServerPlayerEntity, Vector3d) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
-
- drop - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
-
- dropAllItems(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
-
- dropBossItems(ServerPlayerEntity) - 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 - 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
-
- dropDownManager - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
The drop-down manager for the screen.
- DropDownScreen - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
A container with a drop-down manager.
- DropDownScreen(ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
Initializes a container.
- DropEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a Pokémon drops its items after a battle.
- DropEvent(ServerPlayerEntity, CreatureEntity, 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(Entity) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
-
- dropItem - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Whether to drop an item when the Poké Ball makes contact with something.
- DropItemHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Methods for giving Pokémon drops to players.
- dropItemOnGround(Vector3d, ServerPlayerEntity, 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(Vector3d, 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(ServerPlayerEntity) - 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(ServerPlayerEntity) - 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(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
-
- 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
-
- droppedItemList - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQuery
-
- Drops() - Constructor for class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Drops
-
- Drops(ServerPlayerEntity, PokeStopTileEntity, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Drops
-
- drops - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
-
- DROPS_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
-
- 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(PacketBuffer) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet
-
- DropSet.Drop - Class in com.pixelmonmod.pixelmon.api.pokemon.boss
-
- 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 - 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_WORLD_CARVER - Static variable in class com.pixelmonmod.pixelmon.world.dimension.DimensionRegistration
-
- DROWNED_WORLD_CAVES - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ConfiguredCarvers
-
- 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_ISLAND - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- DROWNED_WORLD_KELP - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
-
- DROWNED_WORLD_KELP - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- DROWNED_WORLD_SEAGRASS - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
-
- DROWNED_WORLD_SEAGRASS - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- DROWNED_WORLD_SURFACE_BUILDER - Static variable in class com.pixelmonmod.pixelmon.world.dimension.SurfaceBuilders
-
- 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
-
- DrownedWorldBiomeProvider - Class in com.pixelmonmod.pixelmon.world.dimension.drowned
-
- DrownedWorldBiomeProvider(long, Registry<Biome>) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorldBiomeProvider
-
- DrownedWorldCaveCarver - Class in com.pixelmonmod.pixelmon.world.dimension.drowned.generator
-
- DrownedWorldCaveCarver(Codec<ProbabilityConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldCaveCarver
-
- DrownedWorldChunkGenerator - Class in com.pixelmonmod.pixelmon.world.dimension.drowned.generator
-
- DrownedWorldChunkGenerator(BiomeProvider, long, Supplier<DimensionSettings>) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- 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<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldIslandFeature
-
- DrownedWorldKelpFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.drownedworld
-
- DrownedWorldKelpFeature(Codec<NoFeatureConfig>) - 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<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldSeaGrassFeature
-
- Drowsy - Class in com.pixelmonmod.pixelmon.battles.status
-
33% chance of making a Pokémon do nothing instead of making a move.
- Drowsy() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Drowsy
-
- drowsy(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
-
Drowsy the target if possible.
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- dry - Variable in enum com.pixelmonmod.pixelmon.enums.BerryType
-
- 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
-
- 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
-
- DualModelDualTextureFactory - Class in com.pixelmonmod.pixelmon.client.models
-
Created by Waterdude on 27/03/2021.
- DualModelDualTextureFactory(ResourceWithFallback[]) - Constructor for class com.pixelmonmod.pixelmon.client.models.DualModelDualTextureFactory
-
- DualModelDualTextureFactory.TransparentImpl<T extends AbstractClientEntity> - Class in com.pixelmonmod.pixelmon.client.models
-
- DualModelFactory - Class in com.pixelmonmod.pixelmon.client.models
-
Created by Jay113355 on 3/9/2018.
- DualModelFactory(ResourceWithFallback...) - Constructor for class com.pixelmonmod.pixelmon.client.models.DualModelFactory
-
- DualModelFactory.TransparentImpl<T extends AbstractClientEntity> - Class in com.pixelmonmod.pixelmon.client.models
-
- dubious_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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
-
- 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(PacketBuffer) - 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(PacketBuffer) - 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(PacketBuffer) - 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(PacketBuffer) - 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(PacketBuffer) - 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(PacketBuffer) - 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(PacketBuffer) - 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(PacketBuffer) - 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(PacketBuffer) - 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(PacketBuffer) - 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(PacketBuffer) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogStalemateParameter
-
- DuelLogType - Enum 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
-
- DummyImpl() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.calculators.CalculateSpawnLocations.DummyImpl
-
- 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
-
- duplicate(QuestElement) - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- DuplicatePhoto(ServerPlayerEntity, 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.moveSkills.MountBoost
-
- durationTicks - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationStationary
-
- durationTicks - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TemporaryLightTileEntity
-
- durationTicks - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Flash
-
- durationTicks - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.OreSense
-
- DURIN - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- durin_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- DURIN_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- DUSCLOPS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- DUSCLOPS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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.client.gui.Resources
-
Outline for a Pokémon in a Dusk Ball.
- 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_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- dusk_stone_helm - 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_legs - 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_plate - 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 - 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
-
- dustMite - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- 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
-
- 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
-
- 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(boolean, float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- 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_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_LEVEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Dynamax Level of the entity.
- dynamaxAnimationTicks - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- dynamaxAnimationTicksDown - Static variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- dynamaxAnimationTicksDownAmount - Static variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- dynamaxAnimationTicksUp - Static variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- dynamaxAnimationTicksUpAmount - Static variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- dynamaxBandBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- DynamaxBandCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- DynamaxBandCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.DynamaxBandCommand
-
- dynamaxBandSprite - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- DynamaxCandyEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fires whenever a Dynamax Candy is attempted to be used on a Pokémon.
- DynamaxCandyEvent(ServerPlayerEntity, 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
-
- 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.
- dynamaxLevel - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- dynamaxLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the Pokemon to have the provided 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, MatrixStack, IRenderTypeBuffer, 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
-
- dynamo_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- dynite_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- dzFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
Dracozolt's Fossil's model.
- g - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
-
- 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, Throwable) - Constructor for exception com.pixelmonmod.pixelmon.client.models.smd.GabeNewellException
-
- GabeNewellException(String) - 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_helm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- galactic_legs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- galactic_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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
-
- 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
-
- GameData - Class in com.pixelmonmod.pixelmon.api.registries
-
- GameData() - Constructor for class com.pixelmonmod.pixelmon.api.registries.GameData
-
- gamePhase - Variable in class com.pixelmonmod.tcg.duel.state.GameCommonState
-
- GamePhase - Enum 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, PlayerEntity) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.GameStateSyncPacket
-
- GANLON - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- ganlon_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- GANLON_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 - 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() - 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
-
- 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.
- Gen1TechnicalMachines - Enum in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- 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.SummonLegendary.Post - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
- Gen2BellEvent.SummonLegendary.Pre - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
- Gen2TechnicalMachines - Enum in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- Gen3TechnicalMachines - Enum in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- Gen4TechnicalMachines - Enum in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- Gen5TechnicalMachines - Enum in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- Gen6TechnicalMachines - Enum in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- Gen7TechnicalMachines - Enum in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- GEN8_DEFAULT - Static variable in enum com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
-
- Gen8TechnicalMachines - Enum in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- Gen8TechnicalRecords - Enum in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- Gen9TechnicalMachines - Enum in com.pixelmonmod.pixelmon.enums.technicalmoves
-
- 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
-
- gender - Variable in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
- gender(Gender) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the gender of the Pokemon
- Gender - Enum in com.pixelmonmod.pixelmon.api.pokemon.species.gender
-
Represents all supported Gender types
- 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 - 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_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 - 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
- genderProperties - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- GenderPropertiesTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
type
TypeAdapter
for the
GenderProperties
class such that it can be converted
to and from Json text when loading to/from
Species
data.
- GenderPropertiesTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.GenderPropertiesTypeAdapter
-
- GenderRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- GenderRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
-
- GenderRequirement(Gender) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
-
- genders - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GenderCondition
-
- GeneralConfig - Class in com.pixelmonmod.pixelmon.api.config
-
- GeneralConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- GeneralConfig.AFKHandler - Class in com.pixelmonmod.pixelmon.api.config
-
- GeneralConfig.Debug - Class in com.pixelmonmod.pixelmon.api.config
-
- GeneralConfig.Drops - Class in com.pixelmonmod.pixelmon.api.config
-
- GeneralConfig.Healing - Class in com.pixelmonmod.pixelmon.api.config
-
- GeneralConfig.OreColor - Class in com.pixelmonmod.pixelmon.api.config
-
- GeneralConfig.OutsideEffects - Class in com.pixelmonmod.pixelmon.api.config
-
- GeneralConfig.Pokerus - Class in com.pixelmonmod.pixelmon.api.config
-
- GeneralConfig.Riding - Class in com.pixelmonmod.pixelmon.api.config
-
- GeneralConfig.TMHM - Class in com.pixelmonmod.pixelmon.api.config
-
- GeneralNPCData - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
Server-side data defining a chatting NPC.
- GeneralNPCData(String) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.GeneralNPCData
-
- generate(ISeedReader, Random, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FireStoneOreFeature
-
- generate(ISeedReader, Random, int, int, int) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FossilsFeature
-
- generate(ISeedReader, Random, int, int, int) - Method in class com.pixelmonmod.pixelmon.world.generation.features.LeafStoneOreFeature
-
- generateBaseState(double, int) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- generateBaseState(double, int) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- 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.
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BasicStructure.Start
-
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BiomeGenericStructure.Start
-
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BoatStructure.Start
-
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.DenStructure.Start
-
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.FlyingStructure.Start
-
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, GymConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.GymStructure.Start
-
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.HauntedTowerStructure.Start
-
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.ShrineStructure.Start
-
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.TowerStructure.Start
-
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.ultraspace.CraterGyserStructure.Start
-
- generatePieces(DynamicRegistries, ChunkGenerator, TemplateManager, int, int, Biome, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.WayPointStructure.Start
-
- 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
- generatePositions() - Method in class com.pixelmonmod.pixelmon.client.camera.movement.CameraMovement
-
- generatePositions() - Method in class com.pixelmonmod.pixelmon.client.camera.movement.PlayerControlledMovement
-
- generatePositions() - Method in class com.pixelmonmod.pixelmon.client.camera.movement.PositionedMovement
-
Generates possible positions that the camera can be at.
- 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
-
- generateSphere() - Method in class com.pixelmonmod.pixelmon.client.camera.movement.PlayerControlledMovement
-
- GENERATION_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- GenerationRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- GenerationRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GenerationRequirement
-
- GenerationRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GenerationRequirement
-
- GenerationSettings(GenerationStage.Decoration, ConfiguredFeature<?, ?>, Predicate<BiomeLoadingEvent>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.WorldGenRegistration.GenerationSettings
-
- GenerationSettings(GenerationStage.Decoration, ConfiguredFeature<?, ?>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.WorldGenRegistration.GenerationSettings
-
- 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(IArmorMaterial, EquipmentSlotType) - 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(IItemTier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericAxe
-
- GenericBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Created by clienthax on 22/4/2015.
- GenericBlock(AbstractBlock.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericBlock
-
- GenericBlockContainer - Class in com.pixelmonmod.pixelmon.blocks
-
Created by clienthax on 19/7/2015.
- GenericBlockContainer(AbstractBlock.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericBlockContainer
-
- GenericDoubleRotatableModelBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Created by Jay113355 on 5/1/2020.
- GenericDoubleRotatableModelBlock(AbstractBlock.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 in com.pixelmonmod.tcg.network.packets
-
- GenericHammer - Class in com.pixelmonmod.pixelmon.items.tools
-
Used on an anvil to make Poké Balls.
- GenericHammer(IItemTier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericHammer
-
Initializes the hammer.
- GenericHoe - Class in com.pixelmonmod.pixelmon.items.tools
-
- GenericHoe(IItemTier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericHoe
-
- GenericModelBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Created by clienthax on 7/3/2015.
- GenericModelBlock(AbstractBlock.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericModelBlock
-
- GenericModelHolder<M extends net.minecraft.client.renderer.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>, ResourceLocation) - 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>) - Constructor for class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
-
- GenericModelHolder(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
-
- GenericModelHolder(String) - Constructor for class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
-
- GenericOreBlock - Class in com.pixelmonmod.pixelmon.blocks
-
A PixelUtilities ore block.
- GenericOreBlock(AbstractBlock.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(IItemTier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericPickaxe
-
- GenericRotatableBlock - Class in com.pixelmonmod.pixelmon.blocks
-
- GenericRotatableBlock(AbstractBlock.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericRotatableBlock
-
- GenericRotatableModelBlock - Class in com.pixelmonmod.pixelmon.blocks
-
- GenericRotatableModelBlock(AbstractBlock.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
-
- GenericRotatableSittableModelBlock - Class in com.pixelmonmod.pixelmon.blocks
-
- GenericRotatableSittableModelBlock(AbstractBlock.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(IItemTier) - 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(ResourceLocation, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
-
- GenericSmdModel(String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
-
- GenericSmdModel(String, String) - 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(IItemTier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericSword
-
- GenericTriggerCheckSpawns - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns
-
- 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_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- GEODUDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GEODUDE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- GEOMANCY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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.
- get(String) - Method in class com.pixelmonmod.api.registry.RegistryManager.Registry
-
- get(Class<T>, String) - Static method in class com.pixelmonmod.api.registry.RegistryValue
-
- get(String) - Static method in enum com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
-
- get(String, PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
-
- 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 com.pixelmonmod.pixelmon.api.pokedex.PokedexRegistrationStatus
-
Gets a register status enum from its enum index.
- get(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonTypeRegistry
-
- get(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- get(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the value associated with the given stat
- 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(StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- get(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- get(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- get(StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- get(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- get(StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
-
- get(int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
-
- get(StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
- get() - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
-
- get() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
-
- get(Random) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
-
- get(World) - Static method in enum com.pixelmonmod.pixelmon.api.world.WeatherType
-
- get(BattleProperty<T>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
- 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(int) - Static method in enum com.pixelmonmod.pixelmon.battles.controller.participants.ParticipantType
-
- get() - Method in class com.pixelmonmod.pixelmon.battles.raids.WeightedItemStacks
-
- get(int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- get(ResourceWithFallback...) - Method in enum com.pixelmonmod.pixelmon.client.models.ModelFactoryFactory
-
- get(int) - Static method in enum com.pixelmonmod.pixelmon.client.particle.ParticleSystems
-
- get(ResourceLocation) - Static method in enum com.pixelmonmod.pixelmon.client.particle.ParticleSystems
-
- get(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryTrainers
-
Gets an NPC Trainer type from its name.
- get(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
-
Gets the evolution that a player is currently in.
- get(short) - Static method in enum com.pixelmonmod.pixelmon.enums.TextJustification
-
- get(String) - Static method in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- get() - Static method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- get(UUID) - Method in class com.pixelmonmod.pixelmon.quests.client.QuestDataClient
-
- get(String) - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective.Mode
-
- get(String) - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective.Operator
-
- get(String) - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TestDataObjective.Mode
-
- get(int) - Method in class com.pixelmonmod.pixelmon.quests.quest.ArgsIn
-
- get(int) - Method in class com.pixelmonmod.pixelmon.quests.quest.Arguments
-
- get(int) - Method in class com.pixelmonmod.pixelmon.quests.quest.Context
-
- get(int, T) - Method in class com.pixelmonmod.pixelmon.quests.quest.Context
-
- get(UUID) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
-
Gets the SpawnedData from the entity UUID.
- get(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
-
- get(UUID) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
-
- get(ServerPlayerEntity, boolean) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- get() - Method in interface com.pixelmonmod.pixelmon.tools.LazySupplier
-
- 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, int) - 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(int) - 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(int) - Static method in class com.pixelmonmod.tcg.api.accessors.ThemeDecks
-
- get() - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
-
- get() - Method in interface com.pixelmonmod.tcg.duel.BufferSupplier
-
- 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.npcEditor.TrainerDropListSlotScreen
-
- 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.npcEditor.TrainerDropListSlotScreen
-
- get255Color() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
- getAABBIndex(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- 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(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- 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
-
- 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.events.dialogue.DialogueChoiceEvent
-
- getAction(SpawnLocation, float) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TriggerSpawner
-
Gets
SpawnAction
for this location and chance, if possible.
- getAction(String) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- getAction(String) - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- 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.
- getActions() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- getActionsForStage(Stage) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- 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.
- getActiveStage() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- 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.
- getActualMove() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The unmodified attack details.
- getActualType() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
- getAddEntityPacket() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- getAddEntityPacket() - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- getAddEntityPacket() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
-
- getAddEntityPacket() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
-
- getAddEntityPacket() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
- getAddEntityPacket() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
-
- getAddEntityPacket() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
-
- getAdditionalInfo() - Method in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
-
Additional information in integer form that the specific item might need to function.
- 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
-
- getAdjustedRarity(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
- 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.GeneralConfig.AFKHandler
-
- getAfkHandler() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- getAfkTimerTurnSeconds() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.AFKHandler
-
- 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(int) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
Gets a type of aggression.
- getAggression() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- getAggression() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- 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.
- getAIMode() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the tutor's AI mode.
- getAirBlocks() - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- 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.MoveRequirement
-
- 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
-
- 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.NpcKillCommand
-
- 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() - 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
-
- 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
-
- 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.
- 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 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 interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- getAllCachedStorages() - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets any currently cached storages
- 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(IInventory) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ContainerHelper
-
Collects all items in a given inventory into a list.
- getAllItems() - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
-
- 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.
- getAllowedBoxes() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Gets the number of allowed ranch boxes the player has
- getAllPossibleTrades() - Static method in class com.pixelmonmod.pixelmon.api.trading.PossibleTradeList
-
Now does a check for valid trades when one or more generations are disabled
- getAllProperties() - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
-
Gets a list of all registered properties
- getAllQuests() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- 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 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.PlayerParticipant
-
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
-
Returns the sound this mob makes while it's alive.
- getAmount() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
-
- getAmount() - Method in class com.pixelmonmod.pixelmon.items.ExpCandyItem
-
- getAmuletCoinMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
-
- getAmuletCoinMultiplier() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
- getAnalogOutputSignal(BlockState, World, 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
-
- 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
-
- 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.
- getAnimationVariables() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets the variables used to animate the model.
- getAnimationVariables() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the variables used to animate the model.
- getApexRadius() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
-
- 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
-
- getArcaneryTypes(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getArgs() - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- getArgsOffset() - Method in enum com.pixelmonmod.pixelmon.quests.editor.QuestElementType
-
- getArguments() - Method in class com.pixelmonmod.pixelmon.quests.quest.Arguments
-
- 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, EquipmentSlotType, String) - Method in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
-
- getArmorTexture(ItemStack, Entity, EquipmentSlotType, String) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBootsItem
-
- 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
-
- 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.
- getAttackIndex() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Deprecated.
- 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 com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
- getAttackName() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
- getAttackName() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
- getAttackName() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
- getAttackName() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
- getAttackName() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
- getAttackName() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
- getAttackName() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
- getAttackName() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
- getAttackName() - Method in enum 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(String[]) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Gets move details for an array of moves.
- 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
-
- 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.
- getAttenuation() - Method in class com.pixelmonmod.pixelmon.client.music.BattleMusic.FixedTrackSound
-
- 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
-
- getAttributeModifiers(EquipmentSlotType, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
-
- getAttributeValue(Attribute) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- 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 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
- 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.GeneralConfig
-
- getAzureFlute() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.CreateFlute
-
- getAzureFlute() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.PlayFlute
-
- getB() - Method in class com.pixelmonmod.pixelmon.quests.quest.QuestColor
-
- 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.
- getBadge() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymInfo
-
- 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, IBakedModel) - 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(ServerPlayerEntity, BankAccount, BigDecimal) - Constructor for class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.GetBalance
-
- 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
-
- 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 enum 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
-
Attempts to get the bank account for the given UUID
, presumably a player's UUID
- getBankAccount(ServerPlayerEntity) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccountManager
-
Attempts to get the bank account for the given ServerPlayerEntity
- getBankAccount(UUID) - Static method in class com.pixelmonmod.pixelmon.api.economy.BankAccountProxy
-
Attempts to get the bank account for the given UUID
, presumably a player's UUID
- getBankAccount(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.economy.BankAccountProxy
-
Attempts to get the bank account for the given ServerPlayerEntity
- getBankAccount(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
-
- getBankAccount(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
-
- getBankAccountManager() - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
-
- getBankAccountUnsafe(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
- getBankAccountUnsafe(ServerPlayerEntity) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccountManager
-
Unsafe method of getting the player's bank account
Will return null if not found
- getBankAccountUnsafe(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
- getBankAccountUnsafe(ServerPlayerEntity) - 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(CommandSource, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
-
- getBanner(CommandSource, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.DayCareStrategy
-
- getBanner(CommandSource, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.EvolutionStrategy
-
- getBanner(CommandSource, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.FormsPaletteStrategy
-
- 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).
- getBaseColumn(int, int) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- getBaseColumn(int, int) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- 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
-
- getBaseHeight(int, int, Heightmap.Type) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- getBaseHeight(int, int, Heightmap.Type) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- getBaseItem() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItem
-
- getBaseNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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
-
- getBaseShopItem() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItemWithVariation
-
- 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
-
- getBaseTrainer() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the base NPC Trainer data from the NPC.
- 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(PlayerEntity) - 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(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's 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.
- 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
-
- getBattleAIMode() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the Trainer's battle AI mode.
- 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.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.pixelmon.entities.npcs.NPCTrainer
-
Gets the NPC's battle controller.
- getBattleController() - Method in class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
-
- getBattleExcludeSpectate(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Finds the battle a player is battling in.
- getBattleMode() - Method in enum 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 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 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(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets the types of participants in the battle.
- getBattleType() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the Trainer's battle type.
- 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
-
- 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.SpawningConfig
-
- getBellRenderType() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getBellSuccessChance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getBenchCards() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- getBerry() - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryItem
-
- getBerryItem() - Method in enum 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(int, int) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- getBiome() - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidBiomeGrouping
-
Gets the biome name this group is for.
- getBiomes() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- getBiomes() - Method in enum 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 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(int, int, int) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- 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
-
- getBlockCategory(String) - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- getBlockedGenerations() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- 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.GeneralConfig.OreColor
-
- getBlockImpactMap() - Static method in class com.pixelmonmod.pixelmon.listener.RotomListener
-
- 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
- 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(World, 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(BlockPos) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- 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 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
-
- getBoneByID(int) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
-
- getBoneByName(String) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
-
- getBonemealAgeIncrease(World) - 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.SpawningConfig.BossSpawning
-
- getBossRate(RegistryKey<World>) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.BossSpawning
-
- getBossSpawnChance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.BossSpawning
-
- getBossSpawning() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getBossSpawnTicks() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.BossSpawning
-
- getBossTier(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
-
- getBossTier() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the boss tier of the NPC.
- getBossTier() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- getBossTier() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the Pokémon's boss tier.
- 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
-
- getBottomIndex() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
- getBoudariesText() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
-
- getBoundingBox(TemplateManager, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- getBoundingBox(TemplateManager, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- 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
-
- 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
- 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(ServerWorld, AgeableEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- getBrightnessDependentFogColor(Vector3d, float) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
-
- getBrightnessDependentFogColor(Vector3d, float) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld.DrownedWorldRenderInfo
-
- getBrightnessDependentFogColor(Vector3d, 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
-
- getBufferImpl() - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- 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.
- 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
-
- getBuyCost() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItemWithVariation
-
- getBuyMultiplier() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItem
-
- getByCode(char) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
Converts the legacy character to the TextFormatting
type
- getById(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Gets an NPC shopkeeper from its internal ID.
- getById(int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryTrainers
-
Gets an NPC Trainer type from its internal ID.
- getByName(String) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryTrainers
-
Gets an NPC Trainer type from its name descriptor.
- getCalculatedChild() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
-
- getCalculatedChild() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
- 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
-
Gets the client camera entity.
- 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.SpawningConfig
-
- getCapability(Capability<T>) - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- getCapability(Capability<T>) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- 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.
- getCaptureMethod() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the capture method used by this Poké Ball.
- getCaptureMethodID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
- getCaptureValues() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent.StartCapture
-
- getCaptureValues() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent.StartRaidCapture
-
- 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(PlayerEntity, ItemStack) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
-
- getCards(List<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 com.pixelmonmod.tcg.api.card.CardType
-
- getCatchablePokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, 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, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BeastBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.DiveBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.DreamBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.DuskBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.FastBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LevelBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LoveBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LureBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.MoonBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.NestBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.NetBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.QuickBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.RepeatBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.SafariBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.SportBall
-
- getCatchBonus(PokeBall, PokeBallEntity, PlayerEntity, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.TimerBall
-
- getCatchBonus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the catch bonus of this Poké Ball.
- 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.GeneralConfig
-
- 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
- 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.SpawningConfig
-
- 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.
- 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(T) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
-
- getChance() - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Gets the chance that the effect will occur.
- getChanceOfNothing() - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Cast
-
- getChanceString(T, int) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
-
- getChanceToGetSpecialBidoof() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- getChanceToHealStatusPassively() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Healing
-
- getChanceToRevivePassively() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Healing
-
- getChange() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PreTransaction
-
Gets the amount the balance will change by after the transaction
- getChat() - Method in class com.pixelmonmod.pixelmon.api.events.NPCChatEvent
-
- getChat(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
Gets the translated trainer's chat.
- getChat(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
Gets the translated trainer's chat.
- getChat(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the Trainer's translated dialogue.
- getChat(int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
-
- getChat(int) - Method in interface com.pixelmonmod.pixelmon.entities.npcs.registry.ITrainerData
-
- getChat(int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
- 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.npcs.IndexedNPCEntity
-
- getClassification(boolean) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- 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
-
- getClonedConditions() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
-
- getCloneItemStack(IBlockReader, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.BerrySaplingBlock
-
- getCloneItemStack(IBlockReader, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
-
- getCloneItemStack(IBlockReader, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepTallSeaGrass
-
- getCloneItemStack(IBlockReader, BlockPos, BlockState) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- getClosed() - Method in class com.pixelmonmod.pixelmon.items.heldItems.MailItem
-
- 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.palette.locator.ModelPredicateType
-
- getCodec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.MovementType
-
- getCodes() - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
-
- getCoin() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- 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, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
-
- getCollisionShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.UmbrellaBlock
-
- getCollisionShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
-
- getCollisionShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
-
- getCollisionShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- getCollisionShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
-
- getCollisionShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.TemporaryLightBlock
-
- getCollisionShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.TimedFallBlock
-
- getCollisionShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
-
- getColor() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.OreColor
-
- getColor() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
-
- getColor() - Method in enum 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(JsonElement) - Static method in class com.pixelmonmod.pixelmon.config.starter.ColorTypeAdapter
-
- getColor(int) - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
-
- 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 com.pixelmonmod.pixelmon.enums.BerryType
-
- getColor(ItemStack, boolean) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getColor(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getColor() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- getColor(long) - Method in class com.pixelmonmod.pixelmon.quests.comm.QuestMarker
-
- getColor() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- getColor() - Method in enum com.pixelmonmod.tcg.api.card.CardRarity
-
- getColor() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
-
- getColorName() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
-
- getColorRGBA() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- 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
-
- getCompleteQuests() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestDataClient
-
- getComponentItems() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
- getComputerBoxes() - Method in class com.pixelmonmod.pixelmon.api.config.StorageConfig
-
- getComputerStorage(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
- 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
-
- getConditions() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets all the current conditions for a Day Care box
- getConditions(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DayCareHelper
-
Retrieve all static Pixelmon Day Care Condition for a pokemon
- getConditions() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttackParameters
-
- getConditions() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
-
- 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(Random, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.trees.UltraElmTree
-
- getConfiguredFeature(Random, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.trees.UltraGingkoTree
-
- getConfiguredFeature(Random, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.trees.UltraJungleTree
-
- getConfiguredFeature(Random, boolean) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.ApricornTree
-
- getConfiguredFeature(Random, boolean) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.BerryTree
-
- getConfiguredMegaFeature(Random) - Method in class com.pixelmonmod.pixelmon.blocks.trees.UltraJungleTree
-
- getConnections(IWorld, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.FancyPillarBlock
-
- 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
-
Returns the number of slots in the inventory.
- 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
-
- 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
-
- getControllingPassenger() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- getControllingPassenger() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
- 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
-
- getCoordinate(Direction.Axis) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- getCoordinates() - Method in enum com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
-
- 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(PlayerEntity, ItemStack) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
-
- getCost() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
Gets the relearner's cost from data.
- 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
-
- getCount() - Static method in class com.pixelmonmod.pixelmon.api.registries.EggGroupRegistry
-
- getCount() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PopulationBomb
-
- getCount() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TripleAxel
-
- getCount() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.AnvilTileEntity
-
- getCounter(int, E) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- getCounter(int, Entity) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
-
- getCounter(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.AnimationVariables
-
- getCounterEndTime() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- getCreativeTab() - Method in class com.pixelmonmod.pixelmon.items.ScrollItem
-
- getCritical() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets whether the Poké Ball is critical.
- getCritStage() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns critical hit ratio.
- 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(World) - Static method in enum com.pixelmonmod.pixelmon.api.world.WorldTime
-
- 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.
- getCurrentColour() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- 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.
- getCurrentLine() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- getCurrentMaterial() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
-
- getCurrentMusic() - Static method in class com.pixelmonmod.pixelmon.client.music.VoidMusicTicker
-
- 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.
- getCurrentStage() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getCurrentTexture() - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- getCurrentThreshold() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
-
- getCurrentTime() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the current system time.
- getCurrentTurn() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
-
- getCurrentTurn() - Method in class com.pixelmonmod.tcg.duel.state.RenderState
-
- getCurrentValue() - Method in class com.pixelmonmod.pixelmon.quests.editor.args.QuestElementArgument
-
- getCurryData() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- getCurryData() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
- getCursorPosition() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
returns the current position of the cursor
- getCursorPosition() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
returns the current position of the cursor
- getCustomDrops() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
-
- 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
-
- getCustomGUI() - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientMyState
-
- getCustomGUI() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
-
- getCustomGUIResult() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
-
- getCustomName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
-
- getCustomSteveTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the NPC's Steve texture.
- 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(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
-
- 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
-
- 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.Resonance
-
- getDamageMultiplier(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
-
- getData(ServerPlayerEntity, Species) - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
-
- getData() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
-
- getData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- getData(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryVillagers
-
Gets NPC data by ID.
- getData(String) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
- getData() - Method in class com.pixelmonmod.pixelmon.quests.objectives.Objective
-
- getData(String) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getData(UUID) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasStorage
-
- 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
-
- getDataLong(String) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getDataLongMap() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getDataMarkers(TemplateManager, BlockPos, Rotation, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- getDataMarkers(TemplateManager, BlockPos, Rotation, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- getDataParameter() - Method in class com.pixelmonmod.pixelmon.api.data.DataSync
-
- getDataString(String) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getDataStringMap() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getDataSupplier() - Method in enum com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
-
- getDataUUIDs() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- 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
-
- 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() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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
-
- getDecoration() - Method in class com.pixelmonmod.pixelmon.world.generation.WorldGenRegistration.GenerationSettings
-
- getDecreasedStat() - Method in enum 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.ClausesProperty
-
- 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.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(EquipmentSlotType) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBootsItem
-
- getDefaultBaseForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- getDefaultCreatureSpawnList() - Method in class com.pixelmonmod.pixelmon.world.structure.type.ultraspace.CraterGyserStructure
-
- 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
-
- getDefaultName() - Method in enum com.pixelmonmod.pixelmon.enums.EnumNPCType
-
- getDefaultPalette() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gender.GenderProperties
-
- getDefaultResource() - Method in enum com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
-
- getDefaultSpawnList() - Method in class com.pixelmonmod.pixelmon.world.structure.type.ultraspace.CraterGyserStructure
-
- 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
-
- getDefaultXRotation() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory.Impl
-
- getDefense() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the defense stat
- getDefenseForSlot(EquipmentSlotType) - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
-
- getDefenseModifier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns defense modifier.
- 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(World) - 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.GeneralConfig.Drops
-
- 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
-
- getDesc() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- 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
-
- 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.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.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(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
-
- 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
-
- 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
-
- getDespawnRadius() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getDestination() - Method in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
-
Gets the currently selected destination for the player.
- getDestroyProgress(BlockState, PlayerEntity, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CloningMachineBlock
-
- getDestroyProgress(BlockState, PlayerEntity, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
-
- getDestroyProgress(BlockState, PlayerEntity, IBlockReader, 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.
- getDestroySpeed(ItemStack, BlockState) - Method in class com.pixelmonmod.pixelmon.items.tools.GenericHammer
-
- 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.
- getDiameter() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
-
- getDiameter() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.FlameParticleData
-
- 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(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
-
- 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
-
- 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 class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- getDirection() - Method in enum com.pixelmonmod.pixelmon.comm.data.PacketDirection
-
- getDirection() - Method in enum 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
-
- getDishItem() - Method in enum com.pixelmonmod.pixelmon.enums.EnumCurryKey
-
- getDishTexture() - Method in enum 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 TextComponent
- 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(boolean[]) - Method in class com.pixelmonmod.pixelmon.config.starter.Starter
-
- getDisplay() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- 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
-
Deprecated.
- 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.RaidPixelmonParticipant
-
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- 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
-
- getDisplayQuest() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestDataClient
-
- getDisplayText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- getDisplayText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- getDisplayText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the text that displays above the NPC.
- getDisplayText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCFisherman
-
- getDisplayText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- getDisplayText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- getDisplayText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
- getDisplayText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
- getDisplayText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- getDisplayText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- getDisplayType() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
-
- getDistancePerLevel() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.LevelDistance
-
- getDotsShowing() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
-
- 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
-
- getDropItem() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
-
- getDropListCount() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorMoreScreen
-
Gets the size of the drop list.
- getDropListEntry(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorMoreScreen
-
Gets an item from the drop list.
- 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.
- getDrops() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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(ServerPlayerEntity, PokeChestTileEntity, ItemStack[]) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.GetDrops
-
- 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(ServerPlayerEntity, AbstractHoldsItemsEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
-
- 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(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLogBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.FossilBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.machines.AnvilBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FossilDisplayBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.PixelmonStandingSignBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.PixelmonWallSignBlock
-
- getDrops(BlockState, LootContext.Builder) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- 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 com.pixelmonmod.pixelmon.enums.BerryType
-
- getDurabilityForDisplay(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
-
Queries the percentage of the 'Durability' bar that should be drawn.
- getDurabilityForSlot(EquipmentSlotType) - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
-
- getDuration(String) - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareDurationRegistry
-
- 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 com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
-
Gets the duration in seconds
- 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
-
- getDurationTicks() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
-
- 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
-
- getDynamaxScale() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets the Dynamax scale of the Pokémon.
- 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
-
- getEffect(int) - Static method in enum com.pixelmonmod.pixelmon.battles.status.StatusType
-
Gets a status from its enum index.
- getEffect() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- getEffect(int) - Method in class com.pixelmonmod.pixelmon.comm.PixelmonPotionEffect
-
- 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
-
- 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 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 com.pixelmonmod.pixelmon.api.pokemon.Element
-
Determines the effectiveness of one type onto another.
- getEffectiveness(Element, Element, boolean) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
Determines the effectiveness of one type onto another.
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Corrosion
-
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MindsEye
-
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Scrappy
-
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - 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.
- 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.
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Foresight
-
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
-
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MysteriousAirCurrent
-
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SmackedDown
-
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - 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.
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - 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.
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.IronBallItem
-
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RingTargetItem
-
- 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 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
- getEggGrowth(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the new Growth for the Pokemon from the two parents
- getEggGrowth(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Calculates the new Growth for the Pokemon from the two parents
- getEggGrowth(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
-
- 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
-
- getEggMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the Set
of moves learnt when an egg
- 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
-
- 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 com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns the list of valid elements
- getElevatorSearchRange() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- getEloMinimum() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
- getEmissiveTexture() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Gets the ResourceLocation
of the emissive pokemon texture
Will return null if non existant
- getEmissiveTexturesDistance() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
- getEnableBackgroundDrawing() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
get enable drawing background and outline
- getEnableBackgroundDrawing() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
get enable drawing background and outline
- getEnchantmentValue() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
-
- getEnchantmentValue() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelItemTier
-
- getEncounterMode() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the Trainer's encounter mode.
- 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 com.pixelmonmod.tcg.api.card.Energy
-
- getEnergyFromType(Element) - Static method in enum 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
-
- getEngageDistance() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the Trainer's engage distance in blocks for if they're in an engage AI mode
- getEnglishNPCs() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Gets the English data for all chatting NPCs.
- getEnglishShopkeepers() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Gets the English data for all shopkeepers.
- 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.SpawningConfig.WildSpawning
-
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.BeginFight
-
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.WarpPlateEvent
-
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.events.EvolveEvent
-
Gets the entity that is being evolved
- 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.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.battles.attacks.BattleDamageSource
-
- 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.PlayerParticipant
-
- getEntity() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- getEntity() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Gets the player this spectator is representing.
- getEntity() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- getEntity() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
- 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.
- getEntity() - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- getEntity() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- getEntity() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the NPC entity.
- getEntity() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
-
- getEntityByUUID(ServerWorld, UUID, Class<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
-
- 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(World, Entity, Vector3d, Vector3d, AxisAlignedBB, Predicate<Entity>) - Static method in class com.pixelmonmod.pixelmon.command.impl.SpecTestCommand
-
- getEntityID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getEntityId() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
-
- getEntityInWorld(UUID, World) - Static method in class com.pixelmonmod.pixelmon.client.listener.SendoutListener
-
- getEntityPlayer(String) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Gets the ServerPlayerEntity
if they are online else returns null
- getEntityPlayer(UUID) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Gets the ServerPlayerEntity
if they are online else returns null
- getEntityPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.ShopkeeperEvent
-
- getEntityPlayer() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
-
- 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
- getEntryForBlock(String) - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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 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 com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
-
- getErrorMessage() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
-
- getErrorMessage() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
- getErrorMessage() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
- getEscapedNickname() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the Pokémon's nickname, with special regex characters escaped.
- 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.
- getEventClass() - Method in class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
-
- getEVIVStatValues() - Static method in enum 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(Class<T>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getEvolutions() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- getEvolutionStone(String) - Static method in enum 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.Pokemon
-
- getEvs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
- 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.pokemon.species.Stats
-
Returns a copy of this form's ev yields
- 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(IFormattableTextComponent) - 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
- getExecutors() - Method in class com.pixelmonmod.pixelmon.quests.actions.Action
-
- getExecutors() - Method in class com.pixelmonmod.pixelmon.quests.quest.Executor
-
- 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.GeneralConfig
-
- getExpDrop(BlockState, IWorldReader, 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 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 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(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Gets exportable text for the Pokémon.
- getExportText(PartyStorage) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
- getExportText(Collection<Pokemon>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Converts the given
Pokemon
into a
List
of formatted text
- getExportText(Pokemon...) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Converts the given
Pokemon
into a
List
of formatted text
- getExportText(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Used for converting the
Pokemon
to the formatted text
- getExportText(PartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
- getExportText(Collection<Pokemon>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Converts the given
Pokemon
into a
List
of formatted text
- getExportText(Pokemon...) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Converts the given
Pokemon
into a
List
of formatted text
- getExportText(Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Used for converting the
Pokemon
to the formatted text
- 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.IndividualEditorBaseScreen
-
- getExportText() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- getExpToLevel(int) - Method in enum 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
-
- getExtra() - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- getExtraCards() - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
-
- 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(Class<T>) - 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
-
- 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
-
- getFaces() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Group
-
- getFacing(BattleOwnedTileEntityController) - Static method in class com.pixelmonmod.tcg.client.renderers.BattleControllerTileEntityRenderer
-
- getFactory() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- getFactoryType() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- 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
-
- 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 com.pixelmonmod.pixelmon.enums.BerryType
-
- getFeature() - Method in enum com.pixelmonmod.pixelmon.enums.items.ApricornType
-
- getFeature() - Method in class com.pixelmonmod.pixelmon.world.generation.WorldGenRegistration.GenerationSettings
-
- 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.pixelmon.api.storage.PartyStorage
-
- getFile() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- getFile() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
-
- getFile() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
- getFile() - Method in class com.pixelmonmod.tcg.api.card.personalization.Board
-
- getFile() - Method in class com.pixelmonmod.tcg.api.card.personalization.CardBack
-
- getFileName(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
- getFilename() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
-
- getFileName() - Method in enum com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
-
- getFilename() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- getFilename() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- getFileName() - Method in enum 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, IBlockReader, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
-
- getFireSpreadSpeed(BlockState, IBlockReader, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
-
- getFireSpreadSpeed(BlockState, IBlockReader, 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
-
- 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(ArrayList<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, IBlockReader, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
-
- getFlammability(BlockState, IBlockReader, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
-
- getFlammability(BlockState, IBlockReader, 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
-
- getFloorBlockStates() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.surfacebuilders.UltraCraterSurfaceBuilder
-
- getFluidFallingAdjustedMovement(double, boolean, Vector3d) - 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.PicketFenceBlock
-
- 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
-
- getFlyingDelayCounter() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
- 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.GeneralConfig.Riding
-
- 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
-
- getFontRenderer(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(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the form of the species from the given name.
- 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.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.
- 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.
- getFormattedDisplayName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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(PartyStorage) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
- 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(Pokemon...) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Converts the given
Pokemon
into a new line seperated formatted text
- getFormattedExportedText(PartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
- getFormattedExportedText(Collection<Pokemon>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
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
- getFormattedNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Gets the formatted nickname of the Pokemon
- getFormattedNickname() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- 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
-
- getForName(String) - Static method in enum com.pixelmonmod.pixelmon.quests.util.PosAlignment
-
- 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.
- getFoundJson() - Static method in class com.pixelmonmod.pixelmon.api.trading.PossibleTradeList
-
- 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 com.pixelmonmod.tcg.api.card.CardCondition
-
- getFromDbString(String) - Static method in enum com.pixelmonmod.tcg.duel.attack.enums.EffectLocation
-
- getFromDbString(String) - Static method in enum com.pixelmonmod.tcg.duel.attack.enums.HealType
-
- getFromId(int) - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
-
- getFromId(int) - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
-
- getFromIndex(int) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Gets an AI mode from its enum index.
- getFromIndex(int) - Static method in enum com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Gets a spawn location from its enum index.
- getFromIndex(int) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
-
- getFromIndex(int) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Gets an encounter mode from its enum index.
- getFromIndex(int) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumOldGenMode
-
- getFromIndex(int) - Static method in enum com.pixelmonmod.pixelmon.sounds.BattleMusicType
-
- getFromName(String) - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
-
- getFromNBT(String, CompoundNBT) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItemWithVariation
-
- getFromNBT(CompoundNBT) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- getFromOrdinal(int) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleType
-
Gets a battle type from its enum ordinal.
- getFromOrdinal(int) - Static method in enum com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
-
Gets the state corresponding to an enum ordinal.
- getFromOrdinal(int) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
-
- getFromOrdinal(int) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.EnumMovementType
-
- getFromOrdinal(int) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
-
- getFromOrdinal(Integer) - Static method in enum com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallMode
-
Finds the Poké Ball's mode from its enum ordinal.
- getFromOrdinal(int) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGuiContainer
-
Returns the GUI with the specified enum index.
- getFromOrdinal(int) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGuiScreen
-
Returns the GUI with the specified enum index.
- getFromOrdinal(short) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumNPCType
-
Finds the NPC enum from its enum ordinal.
- getFromOrdinal(int) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumNPCType
-
Finds the NPC enum from its enum ordinal.
- getFromOrdinal(int) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
Gets a texture from its enum ordinal.
- getFromOrdinal(int) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Gets a movement AI mode from its index.
- getFromPlayer(PlayerEntity) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
-
- getFromString(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItem
-
- getFromString(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
-
- getFromString(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumNPCType
-
- getFromString(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumShopKeeperType
-
- getFromString(String) - Static method in enum 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
-
- 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
- getG() - Method in class com.pixelmonmod.pixelmon.quests.quest.QuestColor
-
- getGainType() - Method in enum 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(PlayerProfileCache, 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
-
- getGenDepth() - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- getGenDepth() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- 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(short) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Gets a gender from its enum ordinal.
- getGender(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Gets the gender associated with the given name, case insensitively, if it exists
- 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
-
- getGenderProperties() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Gets the gender properties of the pokemon
- getGenderProperties(Gender) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the gender properties for the given gender
- getGenderProperties() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- getGenderProperties() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- 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 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
- 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.SpawningConfig
-
- getGigantamaxFactorRate(RegistryKey<World>) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- 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
-
- getGovernor() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- 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 com.pixelmonmod.pixelmon.enums.EnumPlate
-
- getGreenColorF() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- getGreeting(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the translated Trainer's greeting.
- getGroundLevelDelta() - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- getGroundLevelDelta() - Method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- 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.PokemonBuilder
-
- getGrowth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
- getGrowth() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- getGrowthFromIndex(int) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- getGrowthFromScaleOrdinal(Integer) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- getGrowthFromString(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- getGrowthScaleModifier() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- getGrowthTime() - Method in enum com.pixelmonmod.pixelmon.enums.BerryType
-
- getGrowthTime() - Method in enum 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.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
-
- getGuiLeft() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
-
- getGuiMessage() - Method in enum 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.
- getGymCount() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymData
-
- getGymLevel() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymData
-
Gets the pokemonLevel of the next Gym to spawn.
- getGymList() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymData
-
- getGymMember(String) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Gets data for a Gym member by unique name id.
- 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(PokemonLink) - Method in class com.pixelmonmod.pixelmon.items.HealFixed
-
- getHealAmount(PokemonLink) - Method in class com.pixelmonmod.pixelmon.items.HealFraction
-
- getHealAmount() - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
-
Gets the calculation for the Berry's healing amount.
- getHealAmount(PokemonLink) - Method in interface com.pixelmonmod.pixelmon.items.IHealHP
-
Gets the amount of hp that the Pokémon will be healed by.
- getHealing() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the current hp of the Pokémon.
- getHealth() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- getHealthColor() - 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(BlockPos, World) - Static method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawningHeightmap
-
Finds the height of the surface for the given position.
- getHeight() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
-
- 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.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
-
- getHeightAboveTarget() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
-
- getHeightUpTo(int) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
-
- 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(String) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Gets the held item's class from a string.
- getHeldItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the type of the item the Pokémon is holding.
- 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(CommandSource) - Method in class com.pixelmonmod.tcg.commands.TCGEndBattleCommand
-
- 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.SpawningConfig
-
Deprecated.
- getHiddenAbilityRate(RegistryKey<World>) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
Deprecated.
- getHiddenAbilitySlot(Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
Gets the slot of the ability
- getHiddenFrequency() - Method in enum com.pixelmonmod.pixelmon.api.config.PokeLootRate
-
- getHiddenPowerType(PlayerEntity, Pokemon, IVStore, String) - 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.PlayerParticipant
-
Gets the pokemonLevel of the highest-leveled Pokémon in the player's party.
- getHighestOffensiveStat() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getHighResAlt() - Method in enum com.pixelmonmod.tcg.api.card.Energy
-
- getHighResTexture() - Method in enum 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
-
- getHorizontalSliceRadius() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.WildSpawning
-
- getHorizontalTrackFactor() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.WildSpawning
-
- 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.
- getIceShrineSpawnRates() - Method in class com.pixelmonmod.pixelmon.api.config.StructureConfig
-
- getIcon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
-
- 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.
- getIcon() - Method in enum 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.quests.client.QuestProgressClient
-
- getIcon() - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- getIcon(byte) - Static method in enum com.pixelmonmod.pixelmon.quests.quest.StageIcon
-
- getIcon() - Method in enum com.pixelmonmod.tcg.api.card.CardType
-
- getIconB64() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- getIconIndex() - Method in enum 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 class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger
-
- getId() - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger
-
- getId() - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger
-
- getId() - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger
-
- getId() - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger
-
- getId() - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger
-
- getId() - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger
-
- 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 com.pixelmonmod.pixelmon.api.enums.MovesetGroup
-
- getID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
-
- getId() - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
-
- 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 class com.pixelmonmod.pixelmon.api.test.UnitTestRegistry.TestData
-
- 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.clauses.BattleClause
-
Gets the unique ID of the battle clause.
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.BattleTypeProperty
-
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.ClausesProperty
-
- 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.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.IndexedButton
-
- getId() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
- getID() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientNPCData
-
Gets the NPC data's internal ID.
- getID() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
-
Gets the ID of the JSON file defining the shopkeeper.
- getId() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
- getId() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
- getId() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
- getId() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
- getId() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
- getId() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
- getId() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
- getId() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
- getId() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
- getId() - Method in enum 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 class com.pixelmonmod.pixelmon.quests.actions.Action
-
- getID() - Method in class com.pixelmonmod.pixelmon.quests.objectives.Objective
-
- 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 enum com.pixelmonmod.tcg.api.card.CardRarity
-
- 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
-
- getId() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
-
- 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
-
- getIdentifier() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- getIdentifier() - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- getIdentifier() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getIdentityName() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- getIDFromPhase(Phase) - Static method in enum 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.
- getIlexShrineSpawnRate() - Method in class com.pixelmonmod.pixelmon.api.config.StructureConfig
-
- 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() - Method in enum com.pixelmonmod.pixelmon.enums.items.EnumCharms
-
- getImage(ItemStack, boolean) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getImage(ItemStack) - 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 com.pixelmonmod.pixelmon.enums.BerryType
-
- getIncreasedStat() - Method in enum com.pixelmonmod.pixelmon.api.pokemon.Nature
-
- 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 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 com.pixelmonmod.pixelmon.enums.EnumGuiContainer
-
Returns the enum index of the enum.
- getIndex() - Method in enum com.pixelmonmod.pixelmon.enums.EnumGuiScreen
-
Returns the enum index of the enum.
- getIndex() - Method in enum com.pixelmonmod.pixelmon.enums.items.EnumFossils
-
- getIndex() - Method in enum 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
-
- 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.
- getInitialPitch() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets the initial pitch of the Poké Ball.
- 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.
- 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.events.dialogue.DialogueInputEvent.Submitted
-
- getInspectingCard() - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
-
- 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
- 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
- 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() - Static method in class com.pixelmonmod.pixelmon.quests.client.QuestDataClient
-
- getInstance() - Static method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- getInstanceOf(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
-
- getInt(int, E) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- getInt(int, Entity) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
-
- 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.
- getInteractionShape(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
-
- getInternalObjective() - Method in class com.pixelmonmod.pixelmon.quests.objectives.Objective
-
- getInUseRaidData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- getInventory() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- getInverse(Vector3f) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
-
- getIsDamaged(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.FancyPillarBlock
-
- 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.ShopkeeperEvent.Purchase
-
- getItem() - Method in class com.pixelmonmod.pixelmon.api.events.ShopkeeperEvent.Sell
-
- getItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Gets the item using randomness for the chance and amount
- getItem(World, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
-
- 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() - 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 class com.pixelmonmod.pixelmon.entities.npcs.registry.BaseShopItem
-
- getItem(String, String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Retrieves the desired shop item by name.
- getItem(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Retrieves the base shop item by name.
- getItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Retrieves the base shop item by ItemStack.
- getItem(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- getItem() - Method in enum com.pixelmonmod.pixelmon.enums.EnumBike
-
- getItem() - Method in enum com.pixelmonmod.pixelmon.enums.EnumPlate
-
- getItem(Element) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumPlate
-
- getItem() - Method in enum com.pixelmonmod.pixelmon.enums.items.EnumFossils
-
- getItem() - Method in enum com.pixelmonmod.pixelmon.enums.TMType
-
- getItem(int) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
-
- getItem(int) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
-
- getItemBySlot(EquipmentSlotType) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
-
- getItemBySlot(EquipmentSlotType) - 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.
- getItemList() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
Gets the shopkeeper's stock.
- getItemList() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- getItemName() - Method in enum com.pixelmonmod.pixelmon.enums.items.EnumFossils
-
- 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(int) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
-
Get last items from the log
- getItems() - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
-
- 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.entities.npcs.registry.ShopItem
-
- getItemStack() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItemWithVariation
-
- getItemStack() - Method in class com.pixelmonmod.pixelmon.items.ItemData
-
- getItemStack(int) - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
-
- getItemStack(int) - Method in class com.pixelmonmod.tcg.api.card.personalization.CardBack
-
- getItemStack() - Method in class com.pixelmonmod.tcg.api.card.personalization.CardBack
-
- getItemStack(int) - Method in class com.pixelmonmod.tcg.api.card.personalization.Coin
-
- getItemStack() - Method in class com.pixelmonmod.tcg.api.card.personalization.Coin
-
- getItemStack(int) - Method in class com.pixelmonmod.tcg.api.card.set.CardSet
-
- getItemStack() - Method in class com.pixelmonmod.tcg.api.card.set.CardSet
-
- getItemStack(int) - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
-
- getItemStack() - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
-
- getItemStackDisplayName(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.CurryDishItem
-
- getItemStackDisplayName(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.ScrollItem
-
- getItemStackLimit(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MailItem
-
- getItemStackLimit(ItemStack) - Method in class com.pixelmonmod.tcg.item.CardItem
-
- getIVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getIvs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
- 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
-
- getJsonName(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Retrieves the json name for the indexed shopkeeper.
- getJsonOffset() - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
- getJuiceGroup() - Method in enum 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 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(RegistryKey<Registry<T>>, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
- getKey(RegistryKey<Registry<T>>, ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
- getKey() - Method in class com.pixelmonmod.pixelmon.items.CurryKeyItem
-
- getKey() - Method in class com.pixelmonmod.pixelmon.quests.client.ObjectiveDetail
-
- getKeyForAnimation(AttackAnimation) - Static method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimationRegistry
-
Gets the key for the given animation.
- 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(boolean) - Method in class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
- 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
-
- getLandBlocks() - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- getLandingMaterials() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
-
- getLangContinue() - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
-
- getLangKey(String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- 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
-
- 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(ArrayList<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
-
- getLastValue() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- getLavaBlocks() - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- 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 com.pixelmonmod.pixelmon.enums.BerryType
-
- 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.SpawningConfig
-
- getLegendarySpawnChance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getLegendarySpawnTicks() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- 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
-
- 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.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.entities.npcs.NPCChatting
-
- getLevel() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelItemTier
-
- getLevelChange() - Method in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
-
Gets the numerical difference in level from before & after the event
- getLevelDistance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- 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
-
- getLifetimeTicks() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
-
- getLight(int, int, int) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- getLightBlock(BlockState, IBlockReader, 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.FlameParticle
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CushionChairBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.InfuserBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.OldTVBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.SmallTVBlock
-
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
Blocks that are multiblocks have lighting issues if their light level is 0 so default them all to 1
- getLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
-
- getLightValue(BlockState, IBlockReader, 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
- getList(ListNBT) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
-
- getLives() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
-
- getLocalized(String) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- getLocalizedBiomeName(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 com.pixelmonmod.pixelmon.api.battles.AttackCategory
-
- getLocalizedName() - Method in enum com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Gets the localized name of the AI mode.
- getLocalizedName() - Method in enum com.pixelmonmod.pixelmon.api.battles.BattleType
-
Gets the localized name of the battle type.
- getLocalizedName() - Method in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns the localized type name.
- getLocalizedName() - Method in enum 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
-
- getLocalizedName() - Method in enum 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(String) - Static 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 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 com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Gets the localized name of the spawn location.
- getLocalizedName() - Method in enum com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
-
- getLocalizedName() - Method in enum com.pixelmonmod.pixelmon.enums.EnumCurryRating
-
- getLocalizedName() - Method in enum com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Gets the localized name of the encounter mode.
- getLocalizedName() - Method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
-
- getLocalizedName() - Method in enum com.pixelmonmod.pixelmon.enums.EnumOldGenMode
-
- getLocalizedName() - Method in enum com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Gets the localized name of the AI mode.
- getLocalizedName() - Method in enum com.pixelmonmod.pixelmon.enums.EvolutionRockType
-
- getLocalizedName() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
-
Gets the localized name of the item.
- getLocalizedName() - Method in enum com.pixelmonmod.tcg.api.card.CardRarity
-
- getLocalizedName() - Method in enum com.pixelmonmod.tcg.api.card.CardType
-
- getLocalizedName() - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
-
- 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 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<ITextComponent>) - 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(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
- getLootClaim(UUID) - 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.SpawningConfig.PokeLoot
-
- getLootTime() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.PokeStop
-
- getLoseMessage(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the translated Trainer's loss message.
- 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(LureItem.LureType, LureItem.LureStrength) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- getLure() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- getLureFluteDuration() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getLureFluteLevelModifier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- 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.
- 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
- getMap(CompoundNBT) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
-
- getMarkCharm() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- getMarkCharmRolls() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- getMarkerModel(QuestMarker) - Static method in class com.pixelmonmod.pixelmon.quests.client.rendering.QuestResources
-
- getMarkers() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- getMarkers() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getMarkerTexture(QuestProgressClient, QuestMarker) - Static method in class com.pixelmonmod.pixelmon.quests.client.rendering.QuestResources
-
- getMarkerType() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- 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.
- 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(boolean) - 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(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
- getMaxHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
-
- 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.
- getMaxHealth() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- getMaxHorizontalDisplacement() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
-
- 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.SpawningConfig.WildSpawning
-
- getMaximumSpawnedFlyingPokemon() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.WildSpawning
-
- getMaximumSpawnedFlyingPokemonPerPlayer() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.WildSpawning
-
- getMaximumSpawnedPokemon() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.WildSpawning
-
- getMaxLevel() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- getMaxLevel() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnInfoNPCTrainer
-
- getMaxLevel() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
- getMaxLevel() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- getMaxLevelByDistance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.LevelDistance
-
- getMaxMoveFromAttack(Attack, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.MaxMoveConverter
-
- getMaxPartyPokemon() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
- getMaxPartySize() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnInfoNPCTrainer
-
- 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.
- getMaxSpawnClusterSize() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- getMaxSpawnLocationDiameter() - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CalculateSpawnLocations
-
- 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(ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
- 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
-
- getMaxStringLength() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
returns the maximum number of character that can be contained in this textbox
- getMaxStringLength() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
returns the maximum number of character that can be contained in this textbox
- 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 com.pixelmonmod.pixelmon.enums.BerryType
-
- getMe() - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
-
- getMegaForm(Item) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the mega form for a mega item, if available
- getMegaForm() - Method in class com.pixelmonmod.pixelmon.items.heldItems.MegaStoneItem
-
- 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
-
- getMegaItem() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- 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.SpawningConfig
-
- getMeltanBoxInitialScrapsCount() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getMeltanBoxOpenDurationMillis() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getMeltanBoxScrapsMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getMeltanBoxSpawnRadius() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getMeltanBoxSpawnRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getMeltanTransformChance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getMeltedIconIndex() - Method in enum 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(ServerPlayerEntity) - 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 enum 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(String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Gets a translated message for later use.
- getMessage(boolean) - Method in class com.pixelmonmod.pixelmon.items.PPRestoreItem
-
Gets a message based on whether the item was used successfully.
- getMessage() - Method in exception com.pixelmonmod.tcg.api.exception.UnknownCardTypeException
-
- getMeta() - Method in enum 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(ServerPlayerEntity, 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(ServerPlayerEntity, DayCareBox, long) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AdditiveDuration
-
- getMillisecondValue(ServerPlayerEntity, DayCareBox, long) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.ConstantDuration
-
- getMillisecondValue(ServerPlayerEntity, DayCareBox, long) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.MultiplicativeDuration
-
- getMillisecondValue(ServerPlayerEntity, 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 com.pixelmonmod.pixelmon.api.config.PokeLootRate
-
- getMinDistance() - Method in enum com.pixelmonmod.pixelmon.api.config.PokeLootRate
-
- getMinecraftDir() - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
Gets the Minecraft directory.
- getMinimumCount() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
-
- getMinimumDistanceBetweenSpawns() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.WildSpawning
-
- getMinimumDistanceFromCentre() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.WildSpawning
-
- getMinLevel() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnInfoNPCTrainer
-
- getMinLevel() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
- getMinLevel() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- getMinPartyPokemon() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
- getMinPartySize() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnInfoNPCTrainer
-
- 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 com.pixelmonmod.pixelmon.enums.BerryType
-
- getMnemonic() - Method in class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent
-
- getMobsAt(Biome, StructureManager, EntityClassification, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.dimension.debug.PixelmonDebugChunkGenerator
-
- getMobsAt(Biome, StructureManager, EntityClassification, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- getMobsAt(Biome, StructureManager, EntityClassification, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- 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(byte) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBoundingBoxMode
-
- getMode() - Method in class com.pixelmonmod.pixelmon.quests.actions.Action
-
- getMode() - Method in class com.pixelmonmod.pixelmon.quests.quest.Executor
-
- 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.ModelLocator
-
- getModel(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Gets the model of the palette
- 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.PixelmonModelHolder
-
- getModel() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
-
- 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
-
- getModel(EnumOrbShard, int) - Static method in enum com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
-
- 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 com.pixelmonmod.pixelmon.enums.CustomModel
-
Lazy loads the model
- getModel() - Method in enum com.pixelmonmod.pixelmon.enums.items.EnumFossils
-
- getModelFor(ContainerPlusBlock) - Static method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityDecorativeBase
-
- getModelHolder() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
- getModelHolder(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
- getModelLocators() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Gets the model locators of the palette
- getModelScale() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the scale of the NPC's model.
- 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.
- getModId() - Method in class com.pixelmonmod.pixelmon.support.JourneyMapIntegration
-
- getModifier() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
-
- getModifierType(String) - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierType
-
- 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.
- 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(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.RaidPixelmonParticipant
-
- getMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- getMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
- getMove(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
-
- getMove() - Method in enum com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
-
- 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
-
- 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 com.pixelmonmod.pixelmon.enums.EnumKeybinds
-
- getMovement(int) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumMovement
-
- 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 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(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Returns the moveset that the AI thinks a Pokémon has.
- getMoveset() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's moveset.
- getMovesets() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- getMoveSkillByID(String) - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets the move skill that matches the given ID.
- 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.GeneralConfig
-
- 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(IBlockReader, BlockPos, MultiBlockPosition, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.UmbrellaBlock
-
- getMultiBlockBoundingBox(IBlockReader, BlockPos, MultiBlockPosition, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.multi.GlassTableBlock
-
- getMultiBlockBoundingBox(IBlockReader, BlockPos, MultiBlockPosition, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTableBlock
-
- getMultiBlockBoundingBox(IBlockReader, BlockPos, MultiBlockPosition, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
-
- getMultiBlockBoundingBox(IBlockReader, 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.Static
-
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StormDrain
-
- 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
-
- getMusicTicker() - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
-
- getMyRidingOffset() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- getMythicals() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a list of all Mythical species
- 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 com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns the type's name.
- 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
-
- 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.PlayerParticipant
-
- getName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- getName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- getName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
- getName() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidPokemon
-
- getName() - Method in enum 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 enum com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData.ServerResourceMode
-
- 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.Battle2
-
- getName() - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevScoreboardCommand
-
- getName() - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevTempPartyCommand
-
- 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.Stats
-
- getName() - Method in class com.pixelmonmod.pixelmon.command.impl.StatsReset
-
- 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(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
Gets the translated trainer's name.
- getName(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
Gets the translated trainer's name.
- getName() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the NPC's name.
- getName(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCFisherman
-
- getName(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the translated Trainer's name.
- getName(int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
-
- getName(int) - Method in interface com.pixelmonmod.pixelmon.entities.npcs.registry.ITrainerData
-
- getName(int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
- 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(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() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
-
- getName() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- getName() - Method in class com.pixelmonmod.pixelmon.quests.editor.args.QuestElementArgument
-
- getName() - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- getName(int) - Static method in class com.pixelmonmod.pixelmon.quests.util.NPCNames
-
- getName() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymInfo
-
- 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 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(ItemStack) - Method in class com.pixelmonmod.tcg.item.CardItem
-
- getName() - Static 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
-
- getName() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
- getNamePlateRange() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
- getNamePrefix(PixelmonEntity, Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
-
- getNamePrefix(PixelmonEntity, 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(PixelmonEntity, Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
-
- getNameSuffix(PixelmonEntity, 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
-
- getNarrowness() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
-
- getNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
- 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 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>, World, double, double, double, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.EntityHelper
-
- getNearestGeneratedFeature(IWorldReader, StructureManager, BlockPos, int, boolean, long, StructureSeparationSettings) - Method in class com.pixelmonmod.pixelmon.world.structure.type.ChunkSearchStructure
-
- 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.events.dialogue.DialogueChoiceEvent
-
- 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(int) - Method in class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
-
Creates a new instance of the subclass.
- 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(int, int) - Method in class com.pixelmonmod.pixelmon.battles.status.GuardSplit
-
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Hail
-
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.LightScreen
-
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
-
- getNewInstance(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MudSport
-
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.MysteriousAirCurrent
-
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.NoTerrain
-
- getNewInstance(int, int) - Method in class com.pixelmonmod.pixelmon.battles.status.PowerSplit
-
- 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(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() - Method in class com.pixelmonmod.pixelmon.battles.status.Spikes
-
- 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.Sport
-
Gets a new instance of the subclass.
- getNewInstance(Class<? extends StatusBase>) - Static method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Returns a new instance of the given status class.
- 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(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Sunny
-
- 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(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.WaterSport
-
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
-
Gets a new instance of the subclass.
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.WideGuard
-
- 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
-
- getNext() - Method in enum com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
Gets the next logical Aggression
- getNext(PokemonStorage, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
-
- getNext(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Gets the next shopkeeper from a current index.
- getNext(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryVillagers
-
Gets the next NPC in the list from a current one.
- getNextAvailablePosition() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
Finds the first position in the Pokémon's moveset without a move.
- 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
- getNextGrowth(EnumGrowth) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- getNextGrowthRestricted(EnumGrowth) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- getNextMode() - Method in enum com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Gets the next AI mode in order.
- getNextMode(EnumEncounterMode) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Gets the next encounter mode in order from a current one.
- getNextMode(EnumOldGenMode) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumOldGenMode
-
- getNextMode(EnumTrainerAI) - Static method in enum 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.
- getNextNameIndex(int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- 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.
- 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.TrainerParticipant
-
- getNextPokemon(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
- getNextPokemonUUID() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the UUID of the next Pokémon in the participant's party that can battle;
- getNextPokemonUUID() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
- getNextPokemonUUID() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- getNextPokemonUUID() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- getNextPokemonUUID() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
- getNextPokemonUUID() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the ID of the next available Pokémon that the NPC can send out.
- 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(short) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- getNextStage() - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- getNextStage() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getNextState() - Method in enum 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
-
- getNextTexture(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- getNextTurn() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
-
- getNextType(EnumStatueTextureType) - Method in enum com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
Gets the next texture in index order.
- getNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.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
-
Deprecated.
- getNickName() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- getNickname() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the Pokémon's nickname.
- 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.ProxyPathNavigator
-
- getNoiseBiome(int, int, int) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorldBiomeProvider
-
- getNoiseBiome(int, int, int) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpaceBiomeProvider
-
- 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
-
- getNotifyTradeSound() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- 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.api.events.ShopkeeperEvent
-
- getNPCID() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the NPC's ID.
- getNPCInventory() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the NPC's inventory.
- getNPCParticipant() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
-
- getNPCParticipant() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.StartBattle
-
- getNPCResults() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
-
- getNthWordFromCursor(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
see @getNthNextWordFromPos() params: N, position
- getNthWordFromCursor(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
see @getNthNextWordFromPos() params: N, position
- getNthWordFromPos(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
gets the position of the nth word.
- getNthWordFromPos(int, int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
gets the position of the nth word.
- getNumber() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogIntParameters
-
- 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 com.pixelmonmod.pixelmon.api.battles.BattleType
-
- getObjective(String) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- getObjective(String) - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- getObjectiveQuantityComplete(int) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getObjectives() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- getObjectives() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- getObjectivesForStage(Stage) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- getObjectiveTotalQuantity(int) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getOBJRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getOBJRenderTypeUndelegated(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getOBJType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getOffers() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- getOldBalance() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PostTransaction
-
Gets the value of the balance before the transaction
- getOldGen() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- getOldGenDimensions() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- getOldMode() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
- getOldStatus() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
-
Gets the registration status it's transitioning from
- 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
-
- 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(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.
- 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.
- 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(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Finds the participants on the opposing side of the battle.
- getOpponents() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
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.
- 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
-
- getOptions() - Method in class com.pixelmonmod.pixelmon.quests.editor.args.QuestElementArgument
-
- getOrb() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.PlaceOrb
-
- getOrb() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeOrb
-
- 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(World, 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.
- getOrCreatePixelmon(World, double, double, double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getOrCreatePixelmon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getOrCreatePixelmon(Entity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getOrDefault(JsonObject, String, Class<T>, T, JsonDeserializationContext) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.JsonHelper
-
- getOrDefault(CompoundNBT, String, T, BiFunction<CompoundNBT, String, T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NBTHelper
-
- getOrDefault(BattleProperty<T>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
- getOrdinalFromBerry(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
-
- getOreColors() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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.api.pokemon.stats.links.DelegateLink
-
- getOriginalTrainer() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the name of the Pokémon's original Trainer.
- getOriginalTrainer() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
-
- 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
-
- getORoll() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- getOrSpawnPixelmon(World, 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.
- getOrSpawnPixelmon(World, double, double, double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getOrSpawnPixelmon(Entity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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.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
-
- getOwnerTrainer() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getOwnerTrainerUUID() - 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
-
- getPackDownloadRequestProperties() - Static method in class com.pixelmonmod.pixelmon.client.PixelmonDownloadingPackFinder
-
- getPackItem() - Method in class com.pixelmonmod.tcg.api.events.PackOpenEvent
-
- getPage() - Method in class com.pixelmonmod.pixelmon.config.starter.Starter
-
- 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(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
- getPalette() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the palette
- getPaletteOverride(PixelmonEntity, Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
-
- getPaletteOverride(PixelmonEntity, 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
- 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
- getParent() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getParentModel() - Method in class com.pixelmonmod.pixelmon.client.render.entity.layers.PokemonShimLayer
-
- 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
- getParsedActions() - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- getParsedColor(String) - Static method in class com.pixelmonmod.api.helpers.ColorHelper
-
- getParsedColorName(String) - Static method in class com.pixelmonmod.api.helpers.ColorHelper
-
- getParsedConditions() - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- getParsedObjectives() - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- 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(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
Creates a double 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.
- getParticipantCount() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
-
- getParticipantForEntity(LivingEntity) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Finds the battle participant from the specified entity.
- 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
-
- getParticleString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- getParticleSystem() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.PaletteParticles
-
- getParticleType() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.PaletteParticles
-
- getParticleTypeQuads() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getParticleTypes() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getParts() - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- getParts() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- 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.storage.breeding.PlayerDayCare
-
Gets the parent party storage
- getParty(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
-
- getParty(UUID) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- getParty(ServerPlayerEntity) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- getParty(UUID) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the party of the player
- getParty(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the party of a specified Player
- getParty() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
Gets the current party in order.
- getPartyPosition() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
-
- getPartyPosition() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the position of the Pokémon in the owner's party.
- getPartyPosition() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
-
- 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.
- getPartyPosition() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the position of the Pokémon in the party.
- getPartyPosition() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
- getPartyPosition() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Gets the position of the Pokémon in its owner's party.
- getPartyWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
- getPassengersRidingOffset() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
Returns the Y offset from the entity's position for any entity riding this one.
- getPassengersRidingOffset() - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- getPassengersRidingOffset() - 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.GeneralConfig.Healing
-
- getPatchBlockState() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.surfacebuilders.UltraCraterSurfaceBuilder
-
- getPath() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- getPattern() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.OreColor
-
- getPattern() - Method in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
-
- getPayDayMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
-
- getPC(ServerPlayerEntity, PCTileEntity) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- getPC(ServerPlayerEntity, PCTileEntity) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the PC of a specified player.
- getPCAt(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Gets the Pokémon at the specified location in the PC.
- getPCForPlayer(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
-
- getPCForPlayer(UUID) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- getPCForPlayer(ServerPlayerEntity) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- getPCForPlayer(UUID) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the PC for a specified player UUID
- getPCForPlayer(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the PCStorage of a specified player
- getPCPosAt(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Gets the PC position at the specified location.
- 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
-
- 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, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets an amount of the Pokémon's maximum hp from a percentage.
- getPercentMaxHealth(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- 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(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.EntityHelper
-
- getPhaseFromID(int) - Static method in enum com.pixelmonmod.tcg.duel.Phase
-
- getPhoto(PixelmonEntity) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
-
Gets a photo of a certain Pokémon.
- getPhoto(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
-
Gets a photo of a certain Pokémon.
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.IncenseBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenCubeBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenPressurePlateBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.machines.AnvilBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.multi.TreeBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.OrbBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
-
- getPickBlock(BlockState, RayTraceResult, IBlockReader, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- getPickedResult(RayTraceResult) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
-
- getPickedResult(RayTraceResult) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- getPickedResult(RayTraceResult) - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- getPickedResult(RayTraceResult) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- getPickedResult(RayTraceResult) - 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
- 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.multiplayer.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
-
- getPixelmonModel(String) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- 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.
- getPixelmonWrapperFromPlayerEntity() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getPlaceholder() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
-
- getPlaceSound(BlockState, World, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryItem
-
- getPlant(IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
-
- getPlant(IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
-
- getPlant(IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryItem
-
- getPlantType(IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
-
- getPlantType(IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
-
- getPlantType(IBlockReader, 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 com.pixelmonmod.pixelmon.enums.EnumPlate
-
- 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.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.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 ServerPlayerEntity
performing this capture attempt.
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueInputEvent
-
- 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.legendary.ArceusEvent
-
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent
-
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
-
- 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.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.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.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.ShopkeeperEvent.Purchase
-
Deprecated.
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.ShopkeeperEvent.Sell
-
Deprecated.
- 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.selection.PartySelectionFactory.SelectionData
-
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- getPlayer(UUID) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PlayerHelper
-
Get a player entity safely from UUID.
- getPlayer(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets a player in the battle.
- getPlayer(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets a player in the battle.
- getPlayer(UUID) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
-
- getPlayer(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
-
- getPlayer() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
- getPlayer() - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- 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(ServerPlayerEntity) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
-
- getPlayer1() - Method in class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent
-
- getPlayer2() - Method in class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent
-
- getPlayerCatchingCharm(PlayerEntity) - 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(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
-
- getPlayerHweenRobe(PlayerEntity) - 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
-
- getPlayerMarkCharm(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
-
- getPlayerMegaItem(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
-
- getPlayerMegaItemsUnlocked(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
-
- getPlayerName() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- getPlayerName() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- getPlayerOvalCharm(PlayerEntity) - 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.
- getPlayerParticipant() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
-
- getPlayerParticipant() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.StartBattle
-
- getPlayerParty() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- getPlayerPokeballs(PlayerEntity) - 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(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
-
- getPlayerSide() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
-
- getPlayerSpectators(PlayerParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets the spectators that are watching a particular player.
- getPlayerStartWalkDistance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
-
- getPlayerStorage(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
- getPlayerStorage() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- getPlayersToUpdate() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- getPlayersToUpdate() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- getPlayersToUpdate() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
-
- getPlayersToUpdate() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- getPlayersToUpdate() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
- getPlayerTrackingSpawnerSpawnCollectionRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- 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.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.GeneralConfig.OutsideEffects
-
- getPokeBall() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent
-
- 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.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.
- getPokeLoot() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.battles.ApplyBonusStatsEvent
-
- 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
-
- 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 pokemon
- 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(ServerPlayerEntity, StoragePosition) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- getPokemon(ServerPlayerEntity, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets a specific pokemon from a specific player at a specific 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() - 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(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Gets a Pokémon in the battle the player is in.
- getPokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.elements.SelectionPokemonUI
-
- getPokemon(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
- getPokemon() - Method in interface com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IImportableContainer
-
- getPokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- getPokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- getPokemon(World, Optional<Pokemon>) - Static method in class com.pixelmonmod.pixelmon.client.render.layers.LayerEquippables
-
- 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 com.pixelmonmod.pixelmon.enums.items.EnumFossils
-
- getPokemon() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- 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
-
- 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(World) - 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.
- getPokemonFromParty(PixelmonEntity) - 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 ID.
- 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
-
- 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
-
- getPokemonLevel() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymInfo
-
- 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
- getPokemonList() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPokemonScreen
-
- getPokemonList() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
Gets the list of party Pokémon that are being edited.
- getPokemonList() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- 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.
- getPokemonSingle() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
- 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(PixelmonClientData, Minecraft) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- getPokemonSprite(Species, String, Gender, String, int, Minecraft) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- getPokemonSprite(PokemonSpecification, Minecraft) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- getPokemonSprite() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
-
- getPokemonStorage() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the NPC's Pokémon party.
- 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.
- getPokemonWrapper() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
-
- getPokeNameUnlocalized() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
-
- getPokerus() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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.config.SpawningConfig
-
- 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.pixelmon.api.events.ApricornEvent
-
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.
- 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(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
-
- getPosition() - Method in class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
-
- 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
-
- 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.battles.attacks.animations.StandardParticleAnimationData
-
- getPower() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
-
- getPPBase() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
The attack's maximum PP without any boosts.
- getPPMax() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
The attack's maximum PP with PP Ups.
- getPQCs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- getPredicate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- getPredicate() - Method in class com.pixelmonmod.pixelmon.world.generation.WorldGenRegistration.GenerationSettings
-
- getPreEvolutions() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the form's pre-evolutions (i.e.
- 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.
- getPrevious(PokemonStorage, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
-
- 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.
- getPrintableName() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- getPriority() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
-
- getPriority() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.FormRequirement
-
- 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.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(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Gets the base priority of the attack.
- 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
-
- getPrivateValue(Class<? super T>, T, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ReflectionHelper
-
- 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.
- getPrizes() - Method in class com.pixelmonmod.tcg.client.gui.duel.PrizeSelectorScreen
-
- getProfession() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the ID of the NPC's profession.
- getProgress() - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- getProgressForQuest(String) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- getProgressForQuest(String, boolean) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- 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
-
- getPurpose() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
-
- getQuadRenderType() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getQuadRenderType(RenderState.TextureState, RenderState.ShadeModelState, RenderState.TransparencyState, RenderState.DiffuseLightingState, RenderState.AlphaState, RenderState.CullState, RenderState.LightmapState, RenderState.OverlayState) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getQuads(BlockState, Direction, Random, IModelData) - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
-
- getQuads(BlockState, Direction, Random) - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
-
- getQuads(BlockState, Direction, Random, IModelData) - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
-
- getQuads(BlockState, Direction, Random) - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
-
- getQuads(BlockState, Direction, Random, IModelData) - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
-
- getQuads(BlockState, Direction, Random) - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
-
- getQuads(BlockState, Direction, Random, IModelData) - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
-
- getQuads(BlockState, Direction, Random) - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
-
- getQuads(BlockState, Direction, Random, IModelData) - Method in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
-
- getQuadTextureRenderType() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getQuadTextureUVRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getQualifiedIngredients() - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
-
- getQuantity(Stage, QuestData, QuestProgress, Objective, Arguments) - Method in class com.pixelmonmod.pixelmon.quests.objectives.Objective
-
- getQuery(int) - Static method in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Finds a specific battle query instance.
- getQuery(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Finds the battle query involving a certain player.
- getQuest() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getQuest(String) - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- getQuestCollection() - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- getQuestData(boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Quest storage getter.
- getQuestData() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- getQuestElements() - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- getQuestFilename() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- getQuestFilepaths(boolean) - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- getQuestMaxRange() - Method in class com.pixelmonmod.pixelmon.api.config.QuestsConfig
-
- getQuests() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
-
- getQuests() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestDataClient
-
- getQuests() - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- getR() - Method in class com.pixelmonmod.pixelmon.quests.quest.QuestColor
-
- getRadius() - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
-
- getRadius() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
-
- getRadius() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
-
- 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() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Get the instance of random.
- getRandom() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- getRandom() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Randomly selects a group of shopkeeper data.
- getRandom(EnumShopKeeperType) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Randomly selects a group of shopkeeper data.
- getRandom() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryVillagers
-
Gets a random chatting NPC type.
- 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 com.pixelmonmod.tcg.duel.attack.enums.CoinSide
-
- 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
-
- 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.
- getRandomBase() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryTrainers
-
Gets a random NPC Trainer type.
- getRandomBaseAsItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets a random Poké Ball base this Poké Ball can have.
- getRandomBaseWithData() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryTrainers
-
Gets a random NPC Trainer type from the types that have NPC Trainer data
associated with them.
- getRandomBasicEnergyCard() - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Returns a random, non special energy (e.g.
- getRandomBattleMutableStat() - Static method in enum 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(Energy) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
- getRandomCard() - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Gets a random card from all 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(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(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() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Randomly returns true or false with even distribution.
- 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.
- getRandomChat() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
Randomly chooses an index corresponding to dialogue the Trainer can have.
- getRandomChatIndex() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GeneralNPCData
-
- getRandomChatIndex() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
-
- getRandomChatIndex() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- getRandomCoin() - Static method in class com.pixelmonmod.tcg.api.accessors.Coins
-
- getRandomData(BaseTrainer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryTrainers
-
Randomly selects a group of NPC Trainer data.
- getRandomData(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryTrainers
-
Randomly selects a group of NPC Trainer data.
- 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.
- getRandomEffect() - Static method in class com.pixelmonmod.tcg.api.accessors.PowerEffects
-
- 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
-
- getRandomElementFromArray(T...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Gets a random element from an array.
- getRandomElementFromCollection(Collection<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Gets a random element from a collection.
- getRandomElementFromList(List<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Gets a random element from a list.
- getRandomElementFromList(Collection<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
- getRandomEnabledGeneration() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- 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 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
- getRandomGrowth() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- 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
-
- getRandomIndexFromWeights(List<Integer>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Generates a random index from an array of integer weights
- getRandomLegendary() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random Legendary species, without Mythicals
- getRandomLegendary(Predicate<Species>) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Gets a random legendary that matches a given predicate
- getRandomLegendary(boolean) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random Legendary species
- getRandomLevel() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
Randomly chooses an index corresponding to a pokemonLevel the Trainer's Pokémon
can be.
- 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
- getRandomName() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Gets a random name from a random NPC Trainer type.
- getRandomName() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
Randomly chooses an index corresponding to a name the Trainer can have.
- getRandomNameIndex() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GeneralNPCData
-
- getRandomNameIndex() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
-
- getRandomNameIndex() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- getRandomNature() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Randomly chooses a Nature.
- getRandomNumberBetween(int, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Returns a random int between min and max, inclusive.
- getRandomNumberBetween(float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Returns a random float between min and max, inclusive.
- getRandomParty() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
Randomly chooses a party for the Trainer to have.
- 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(World) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnArea
-
- getRandomRaid(DenEntity, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.raids.RaidRandomizer
-
- getRandomSpawnableBossTier() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
-
- getRandomSpawnableMegaBossTier() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
-
- getRandomSpawning(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Gets a random spawn shopkeeper for a biome.
- 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
- getRandomTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GeneralNPCData
-
- getRandomTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
-
- getRandomTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- getRandomTextureIndex() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
-
- getRandomTickEssenceGainChance() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
-
- getRandomTrade() - Static method in class com.pixelmonmod.pixelmon.api.trading.PossibleTradeList
-
- getRandomTrainerChatIndex() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
-
- getRandomType(boolean) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
- getRandomType() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
-
Gets a random strain of the Pokerus virus
- getRandomTypes(int, boolean, boolean) - Static method in enum 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(List<WorldTime>) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnData
-
- getRarity() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItem
-
- getRarity(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.BikeItem
-
- getRarity(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.SpawnGrottoItem
-
- getRarity() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- getRarity() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
-
- getRarity() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
-
- getRatingBoost() - Method in enum com.pixelmonmod.pixelmon.enums.EnumCurryKey
-
- getRawActions() - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- getRawConditions() - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- getRawObjectives() - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- getRealFormattedNickname() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's nickname, ignoring Illusion.
- 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
-
Deprecated.
- getRealTexture() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets the texture of the Pokémon, ignoring in-battle transformations.
- getRealTextureNoCheck() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the texture of the Pokémon, ignoring in-battle transformations and texture existence checks (used
server-side).
- 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
-
- 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
- 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 com.pixelmonmod.pixelmon.enums.EnumPlate
-
- getRedColorF() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- 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 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
-
- getRegistry(Class<?>) - Static method in class com.pixelmonmod.api.registry.RegistryManager
-
- getRegistryValue(T) - Static method in class com.pixelmonmod.api.registry.RegistryManager
-
- 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
-
- getRelearnableMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getRelearnableMoves(Pokemon) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- 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.entities.pixelmon.AbstractClientEntity
-
- getRenderDistanceWeight() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
- getRenderOffset(NPCEntity, float) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCRenderer
-
- 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.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(World) - 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.FlameParticle
-
- 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
-
- getReplacedBlock() - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Gets the block stored in the snapshot.
- getRequiredItems() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.ItemStackRequirement
-
- getRequiredItems() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.OneTimeFemaleItemStackRequirement
-
- getRequiredPermissionLevel() - Method in class com.pixelmonmod.pixelmon.command.impl.Battle2
-
- getRequiredPermissionLevel() - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevScoreboardCommand
-
- getRequiredPermissionLevel() - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevTempPartyCommand
-
- getRequiredPermissionLevel() - Method in class com.pixelmonmod.pixelmon.command.impl.Stats
-
- getRequiredPermissionLevel() - Method in class com.pixelmonmod.pixelmon.command.impl.StatsReset
-
- getRequiredPermissionLevel() - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
-
- getRequirement(Class<? extends Requirement<A, B, T>>) - Method in class com.pixelmonmod.api.AbstractSpecification
-
- getRequirement(Class<? extends Requirement<Object, Object, T>>) - Method in class com.pixelmonmod.api.EmptySpecification
-
- 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(String) - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
-
- 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
- getRequirementNames() - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
- getRequirementNames(Class<? extends Specification<?, ?>>) - Static method in class com.pixelmonmod.api.SpecificationFactory
-
- getRequirementNames() - Static method in class com.pixelmonmod.api.tcg.CardSpecificationProxy
-
- getRequirements(Class<? extends Requirement<A, B, T>>) - Method in class com.pixelmonmod.api.AbstractSpecification
-
- getRequirements(Class<? extends Requirement<Object, Object, T>>) - Method in class com.pixelmonmod.api.EmptySpecification
-
- 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() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Gets all the requirements
- getRequirements() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
-
- 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(String) - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
-
- getResource() - Method in enum com.pixelmonmod.pixelmon.client.particle.ParticleSystems
-
- getResource() - Method in enum com.pixelmonmod.pixelmon.quests.quest.StageIcon
-
- getResource(String) - Method in class com.pixelmonmod.tcg.client.renderers.TCGValveStudioModel
-
- getResourceLocation() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
- getResourceLocation() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
-
- getResourceLocation() - Method in enum com.pixelmonmod.tcg.duel.log.DuelLogType
-
- getResourcePackStatus() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- 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
- getResult() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
- getResult() - Method in class com.pixelmonmod.tcg.duel.state.CustomGUIResult
-
- getResultItem() - 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.tcg.duel.state.CoinFlipState
-
- 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
-
- getRGB() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
-
- getRGB() - Method in class com.pixelmonmod.pixelmon.quests.quest.QuestColor
-
- getRibbon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent
-
Gets the ribbon involved in this event
- 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() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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.GeneralConfig.Riding
-
- getRoamingBiomes() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Gets biomes where spawn shopkeepers can spawn in.
- getRobeType() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
- getRockType() - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
-
- getRodQuality() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCFisherman
-
- 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
-
- getRoll() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- getRotation() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
- getRotation(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityAnvil
-
- 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.RenderTileEntityPokeStop
-
- getRotation(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityZygardeCell
-
- getRotation(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- getRotation() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- getRotation(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getRotationFromMetadata(int) - Static method in enum com.pixelmonmod.pixelmon.blocks.BlockRotation
-
- getRotationSelf(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
-
- getRowWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList
-
- getRubyFromGuardian(Species) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- getSaplingBlock() - Method in enum com.pixelmonmod.pixelmon.enums.BerryType
-
- getSashType() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
- getSaveAdapter() - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
-
- getSaveAdapter() - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- 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.storage.PixelmonStorageManager
-
- getSaveScheduler() - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- 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.battles.attacks.animations.StandardParticleAnimationData
-
- getScale() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
- getScale() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- getScale() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
-
- getScale() - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
-
- getScale() - Method in class com.pixelmonmod.pixelmon.config.starter.Starter
-
- getScale(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getScale() - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
-
- getScale() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
-
- 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.
- 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.IndividualEditorBaseScreen
-
- getScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- 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.multiplayer.MultiplayerScreenModifier
-
- getScreenClass() - Method in interface com.pixelmonmod.pixelmon.client.gui.override.ScreenModifier
-
- getScrollbarPosition() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList
-
- 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
- getSeaLevel() - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- getSeaLevel() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- getSearchRadius() - Method in class com.pixelmonmod.pixelmon.world.structure.type.BoatStructure
-
- getSearchRadius() - Method in class com.pixelmonmod.pixelmon.world.structure.type.ChunkSearchStructure
-
- getSearchRadius() - Method in class com.pixelmonmod.pixelmon.world.structure.type.GymStructure
-
- getSecondaryEnergy() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
-
- getSecondaryEnergy() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
-
- getSection(int) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BagSection
-
Gets a section of the bag from its enum index.
- getSection() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems
-
- 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.
- getSeesSkyExceptionBlocks() - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- getSegments() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
-
- getSegments() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
-
- getSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
- getSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList
-
- 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
-
- getSelectedQuest() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- getSelectedSlot() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- getSelectedtext() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
- getSelectedText() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
returns the text between the cursor and selectionEnd
- 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(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory
-
- getSelectionEnd() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
the side of the selection that is not the cursor, maye be the same as the cursor
- getSelectionEnd() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
the side of the selection that is not the cursor, may be the same as the cursor
- 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
-
- 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
-
- getSell() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ClientShopItem
-
- getSellCost() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItemWithVariation
-
- getSellList(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
Gets a list of items that can be sold to the shopkeeper.
- 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 com.pixelmonmod.pixelmon.api.pokemon.Element
-
- getSerializedName() - Method in enum com.pixelmonmod.pixelmon.api.pokemon.Nature
-
- getSerializedName() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
-
- getSerializedName() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
-
- getSerializedName() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
-
- getSerializedName() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
-
- getSerializedName() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.GymSignType
-
- getSerializedName() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
-
- getSerializedName() - Method in enum com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
-
- getSerializer() - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
-
- getServer(int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- getServer() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
- 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.multiplayer.CustomServerSelectionList.LanDetectedEntry
-
- getServerData() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.NormalEntry
-
- getServerData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- getServers() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomMultiplayerScreen
-
- 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.battles.raids.RaidGovernor
-
- getSettings(Rotation, MutableBoundingBox, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- getSettings(Rotation, MutableBoundingBox, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BenchBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CashRegisterBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.WorkplaceBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenCubeBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenIronDoorBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenWoodenDoorBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FanBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.WashingMachineBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.TemporaryLightBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.WindowBlock
-
- getShadeBrightness(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- 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, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
-
Creates the hitbox of the block
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.BoulderBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.IncenseBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ArmchairBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BoxBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CashRegisterBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ChairBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CushionChairBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.FroggyChairBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GalaricaCuffBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.RelicBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.TrashCanBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.WorkplaceBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.GenericOreBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableSittableModelBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.AnvilBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FanBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MaxMushroomBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MovementPlateBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.OrbBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockHanging
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockStanding
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.StickPlateBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.FallenLeafBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelp
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelpBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepSeaGrass
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepTallSeaGrass
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.WarpPlateBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
-
- getShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- 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.SpawningConfig
-
- getShinyModifier() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
-
- getShinyRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getShinyRate(RegistryKey<World>) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getShop() - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
-
Gets the shop in the vending machine.
- getShopkeeperName(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
Gets the translated shopkeeper's name.
- getShopMaxStackSize(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
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
-
- getShouldSendUpdates() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- getShouldSendUpdates() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
- 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.GeneralConfig
-
- getShrineType() - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
-
Gets the type of shrine being interacted with
- getShuffledJigsawBlocks(TemplateManager, BlockPos, Rotation, Random) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- getShuffledJigsawBlocks(TemplateManager, BlockPos, Rotation, Random) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- getSignal(BlockState, IBlockReader, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
-
- getSignal(BlockState, IBlockReader, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
-
- getSignal(BlockState, IBlockReader, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
-
- getSignBlock() - Method in enum 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.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.npcEditor.TrainerDropListSlotScreen
-
- 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
-
- getSizePage() - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
-
- getSizePage() - Method in class com.pixelmonmod.tcg.item.BinderItem.Binder
-
- getSleepingCard() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
-
- getSlot(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- getSlot(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- getSlot(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- 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
-
- 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.
- getSMDCulledEmissiveRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getSMDCulledRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getSMDRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getSMDRenderTypeTransparent(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getSMDRenderTypeUndelegated(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getSMDTransparentRenderType(ResourceLocation) - 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
-
- getSoundManager() - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
-
- getSoundSystem() - 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
-
Returns the volume for the sounds this mob makes.
- getSour() - Method in enum com.pixelmonmod.pixelmon.enums.BerryType
-
- 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.SpawningConfig.WildSpawning
-
- getSpawning() - 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(World, BlockPos) - Method in enum com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
- getSpawnLocation(String) - Static method in enum com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Gets the spawn location from a string
- getSpawnLocation() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
-
- getSpawnLocations() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.spawn.SpawnData
-
- getSpawnLocations(ArrayList<String>) - Static method in enum 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.SpawningConfig.PokeLoot
-
- 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.GeneralConfig.Pokerus
-
Deprecated.
- getSpawnRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.PokeLoot
-
- 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.SpawningConfig.WildSpawning
-
- getSpawnTicksPlayerMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getSpec() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
-
Gets the specification of the Pokemon spawning
- getSpec() - Method in class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
- 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 type of Pokémon whose held item was changed, as an
Species
- 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.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
-
- getSpectatedBattle(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Finds the battle a player is spectating.
- getSpectatorRangeBlocks() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
- 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.battles.attacks.animations.StandardParticleAnimationData
-
- 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 com.pixelmonmod.pixelmon.enums.BerryType
-
- getSplitString() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TextFieldMultipleLine
-
- getSpreadRate() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Pokerus
-
- getSprite() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- getSprite() - Method in class com.pixelmonmod.pixelmon.api.pokemon.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.
- 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
-
- getStack() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.AnvilTileEntity
-
- 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(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns the stage of a specified stat.
- getStage() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns the current stage of the battle.
- getStage(QuestProgress) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- getStage(short) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- getStage() - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- getStage() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- 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.
- getStages() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
-
- getStages() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- 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
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.BasicStructure
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.BiomeGenericStructure
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.BoatStructure
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.DenStructure
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.FlyingStructure
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.GymStructure
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.HauntedTowerStructure
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.ShrineStructure
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.TowerStructure
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.ultraspace.CraterGyserStructure
-
- getStartFactory() - Method in class com.pixelmonmod.pixelmon.world.structure.type.WayPointStructure
-
- getStartID() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
-
- getStartingBalance() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
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.HyperTrainEvent
-
- 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() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
-
- getStatChanges() - Method in class com.pixelmonmod.pixelmon.battles.attacks.StatTable
-
- 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.blocks.TumblestoneBlockEvent
-
Gets the state of the block
- getState() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.AnvilTileEntity
-
- getState(Random, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.FallenLeavesBlockStateProvider
-
- getState(Random, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.UltraForestFlowerBlockStateProvider
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
-
Checks whether the Bell can be placed on the right-clicked block
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.GenericDoubleRotatableModelBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftEventBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
-
- getStateForPlacement(BlockItemUseContext) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
-
- getStateForPlacement(BlockItemUseContext) - 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 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 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(StatusType) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the specified status on the Pokémon.
- getStatus(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's status at the specified index.
- getStatus() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- getStatus() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
-
- getStatusEffect(String) - Static method in enum 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(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
-
- getStaysHorizontalInRender() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- getStepsPerEggCycle() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
-
- getStepsToApplyEffects() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.OutsideEffects
-
- getStepsToHealHealthPassively() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Healing
-
- 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(ServerPlayerEntity, StoragePosition) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- getStorage(ServerPlayerEntity, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the given pokemon storage of a given player at a certain storage position
- 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.PlayerParticipant
-
- getStorage() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- getStorage() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
- getStorage(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
- getStorage(UUID, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
-
- getStorage() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the storage that contains the Pokémon.
- 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.StorageProxy
-
Gives you the current storage manager
- 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.client.ClientProxy
-
- 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.
- 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(ITextComponent, 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
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.AbandonableAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.CommandAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.DialogueInjectAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.EndDialogueAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.FinishQuestAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.FlagAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.GiveItemAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.GivePokemonAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.GiveXPAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.KeyItemAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.PotionAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SendMessageAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.ServerCosmeticAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SetStageAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SoundAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SpawnPokemonAction
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.TeleportAction
-
- getStructure() - Method in interface com.pixelmonmod.pixelmon.quests.actions.IAction
-
- getStructure() - Method in interface com.pixelmonmod.pixelmon.quests.editor.IQuestElement
-
- getStructure() - Method in interface com.pixelmonmod.pixelmon.quests.objectives.IObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.AttackObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.TrainerObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.DialogueInjectObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.EntityInteractObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.EntityVicinityObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.NPCObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.PokemonObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.TileEntityVicinityObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertBooleanObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertConcatenationObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertDecimalObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertIntegerObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNameObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNPCObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertSpecObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertStringObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertTypingObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.location.AbsolutePositionObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.BlockerObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.DateObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.FlagObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.FollowthroughObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.QueryObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.RandomObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.ServerTimeObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TestDataObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TimerObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.player.ItemObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.DimensionObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.StructureObjective
-
- getStructure() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.WorldTimeObjective
-
- getStructureBlocks() - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- getStructures() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
-
- getSubTitleText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the subtitle for the text that displays above the NPC.
- getSubTitleText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
- getSubTitleText() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- 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
.
- 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 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(DataParameter<?>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.EntityDataSyncManager
-
- getSynchronizeChance() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
-
- getSystem() - Method in enum com.pixelmonmod.pixelmon.client.particle.ParticleSystems
-
- getSystemSupplier() - Method in enum com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.Battle2
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.BattleCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.BattleLogCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.BattleTestsCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.BreedCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CatchingCharmCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CheckSpawnsCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevScoreboardCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevTempPartyCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CompEditCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CompSearchCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CompSeeCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CompTakeCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CompTestCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.DisableBattleCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.DoLegendarySpawnCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.DynamaxBandCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.econ.BankTransferCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.econ.GiveMoneyCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.EggStepsCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.EndBattleCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.EvolveCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.EvsCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.ExpCharmCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.FaintCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.FillCurryDexCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.FillDexCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.GiftCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.GivePixelSpriteCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.HatchCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.HealCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.HiddenPowerCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.IvsCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.LearnMoveCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.LevellingCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.MarkCharmCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.MegaRingCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.MoveListCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.NpcKillCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.OvalCharmCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PcCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeBombCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeCloneCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeColorCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeDelCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeEditCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeGiveCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeKillCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeResetCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeRestartCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeRetrieveCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeSeeCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeSpawnCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeTakeCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeTestCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.quests.CompleteAllQuestsCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.quests.QuestDataCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.quests.ResetAllQuestsCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.quests.SetStageCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.RedeemFossilCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.SetPartyCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.SetRaidCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.ShinyCharmCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.SpawningCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.SpectateCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.SpecTestCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.StarterCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.Stats
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.StatsReset
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.TeachCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.TMCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.TradeSimCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.WikiCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
-
- getTabCompletions(MinecraftServer, CommandSource, String[], BlockPos) - Method in class com.pixelmonmod.tcg.commands.TCGCommand
-
- getTag() - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymInfo
-
- 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.UseBattleItemEvent
-
Gets the target of the item being used
In self targetting instances this is this#getUser()
- getTarget() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
- 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.CameraTarget
-
- getTargetData() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- getTargetData() - Method in class com.pixelmonmod.pixelmon.client.camera.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.
- getTargetPoint() - Method in class com.pixelmonmod.pixelmon.client.overlay.scoreboard.ClientScoreboardFactory.BoardInfo
-
- getTargetPos() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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
-
- getTeam(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Finds the participants on the same side of the battle.
- getTeamOne() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent
-
Gets the first team of battle participants
- 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.
- 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.
- 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.
- 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.
- getTeamPokemonList() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
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.
- 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.PixelmonGroundPathNavigator
-
- getTempMobPos() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine
-
Gets the terrain of the battlefield below the user.
- getTerrain() - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Returns the active terrain.
- 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
-
- getTestLogic() - Method in class com.pixelmonmod.pixelmon.api.test.UnitTestRegistry.TestData
-
- getText() - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
- getText() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
-
The text of the mail
To edit this edit the 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() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
Returns the text beign edited on the textbox.
- getText() - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
-
- getText(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getText(ItemStack, boolean) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getText() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Returns the contents of the textbox
- getText() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
-
- 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.pokemon.species.palette.PaletteProperties
-
Gets the ResourceLocation
of the new pokemon texture
- getTexture() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
-
- getTexture() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
-
- getTexture() - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.ISpecialTexture
-
- getTexture(boolean) - Method in enum com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
-
- 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 class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- getTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- getTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the NPC's texture.
- getTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCFisherman
-
- getTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- getTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- getTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
- getTexture() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientNPCData
-
Gets the name of the NPC's texture.
- getTexture() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets the texture of the Pokémon.
- getTexture() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- getTexture() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- getTexture() - Method in enum com.pixelmonmod.pixelmon.enums.items.EnumFossils
-
- getTexture() - Method in enum com.pixelmonmod.tcg.api.card.Energy
-
- getTextureID() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Texture
-
- getTextureIndex() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Gets the texture index of the NPC.
- getTextureList() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
-
- getTextureLocation(PixelmonPaintingEntity) - Method in class com.pixelmonmod.pixelmon.client.render.custom.RenderPixelmonPainting
-
Returns the location of an entity's texture.
- getTextureLocation(E) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
-
- 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(DenEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.DenRenderer
-
- getTextureLocation(FishingBobberEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.HookRenderer
-
- getTextureLocation(CameraEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.InvisibleCameraRenderer
-
- getTextureLocation(NPCEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCRenderer
-
- getTextureLocation(BoatEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonBoatRenderer
-
- 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
-
- getTextureMode() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
-
- getTextureName() - Method in enum com.pixelmonmod.pixelmon.api.battles.BattleItem
-
- getTextureNoCheck() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets the texture of the Pokémon.
- getTexturePos(StatusType) - Static method in enum com.pixelmonmod.pixelmon.battles.status.StatusType
-
Determines the position of the status indicator's texture.
- getTextureQuadRenderType(RenderState.ShadeModelState, RenderState.TransparencyState, RenderState.DiffuseLightingState, RenderState.AlphaState, RenderState.CullState, RenderState.LightmapState, RenderState.OverlayState) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- 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.
- getTextures() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.GeneralNPCData
-
Gets the possible textures for the NPC.
- getTextures() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
Gets the shopkeeper's possible textures.
- 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(World, 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
-
- getTickCondition() - Method in enum com.pixelmonmod.pixelmon.api.world.WorldTime
-
- getTickCount() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
- 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>, IBlockReader, BlockPos) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
-
- getTileEntity() - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Gets the tile entity in the snapshot.
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.UmbrellaBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CloningMachineBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CookingPotBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilMachineBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.InfuserBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TradeMachineBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.CouchBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FossilDisplayBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.GlassTableBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTableBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.OldTVBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.RugBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.SmallTVBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.TreeBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
-
- getTileEntity(IBlockReader, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
Gets the tile entity associated with the multi-block.
- getTileEntity(IBlockReader, 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.FlameParticleData
-
- 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
-
- getTitle() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPartyScreen
-
- getTitle() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
Gets the displayed title of the screen.
- getTitle() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorPartyScreen
-
- getTm(int) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
- getTm(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
- getTm(int) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
- getTm(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
- getTm(int) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
- getTm(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
- getTm(int) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
- getTm(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
- getTm(int) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
- getTm(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
- getTm(int) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
- getTm(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
- getTm(int) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
- getTm(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
- getTm(int) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
- getTm(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
- getTm(int) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
-
- getTm(String) - Static method in enum 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
-
- getTMMoves2() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- getTMMoves3() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- getTMMoves4() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- getTMMoves5() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- getTMMoves6() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- getTMMoves7() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- getTMMoves8() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- getTMMoves9() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- getTMMovesFor(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- getTMs() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- getTo() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEvolveParameters
-
- getToast() - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- getToolModifiedState(BlockState, World, BlockPos, PlayerEntity, ItemStack, ToolType) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.LogBlock
-
- getTooltip() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
-
- 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(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
- getTooltipText(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
-
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
-
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
-
- getTooltipText(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
-
- getTooltipText(String) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
-
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.SymbolItem
-
- 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(World, int, int) - Static method in class com.pixelmonmod.pixelmon.command.impl.Battle2
-
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 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 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.
- getTotalPoints() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
-
- 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 com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
- getTr(String) - Static method in enum 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
-
- 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
-
- getTradeUpdatedSound(boolean) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- getTradingPlayer() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- getTrainer() - Method in class com.pixelmonmod.pixelmon.api.storage.TrainerPartyStorage
-
- getTrainer() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Gets the Trainer who owns the Pokémon.
- getTrainerCard() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- getTrainerLevel() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the Trainer's displayed pokemonLevel.
- getTrainerOwner() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the trainer who owns the Pokémon.
- 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
-
- getTransforms() - Method in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
-
- getTransformToDittoOnCatch() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getTranslatableValue() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
- getTranslatedChat(String, String, int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Retrieves the translated version of the indexed shopkeeper chat.
- getTranslatedChat(String, String, int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryVillagers
-
Gets a specific translated set of dialogue for a specific type of chatting NPC.
- getTranslatedData(String, String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Retrieves shopkeeper NPC data for a specific shopkeeper type.
- getTranslatedData(String, BaseTrainer, String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryTrainers
-
Retrieves a specific NPC Trainer type's data.
- getTranslatedData(String, String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryVillagers
-
Retrieves chatting NPC data for a specific chatting NPC type.
- getTranslatedData(String, BaseTrainer, String) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Retrieves a specific NPC Trainer type's data (from both gym npcs and normal trainer data).
- getTranslatedGymMemberChat(String, String, int) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Gets a specific translated set of dialogue for a specific type of Gym NPC.
- getTranslatedGymMemberData(String, String) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Retrieves Gym NPC data for a specific Gym NPC type.
- getTranslatedGymMemberName(String, String, int) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Gets a specific translated name for a specific type of Gym NPC.
- 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 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(String, String, int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Retrieves the translated version of the indexed shopkeeper name.
- getTranslatedName(String, String, int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryVillagers
-
Gets a specific translated name for a specific type of chatting NPC.
- 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
-
- getTranslatedRandomName(String, BaseTrainer, String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryTrainers
-
Gets a random name for a specific NPC Trainer type.
- getTranslationKey() - Method in enum 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 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 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 com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
- getTranslationKey() - Method in enum 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 com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
-
- getTranslationKey() - Method in interface com.pixelmonmod.pixelmon.api.util.ITranslatable
-
- getTranslationKey() - Method in enum com.pixelmonmod.pixelmon.api.world.WeatherType
-
- getTranslationKey() - Method in enum 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 com.pixelmonmod.pixelmon.battles.status.StatusType
-
- getTranslationKey() - Method in enum com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
-
- getTranslationKey() - Method in enum com.pixelmonmod.pixelmon.enums.EnumBike
-
- getTranslationKey() - Method in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- getTranslationKey() - Method in enum com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
- getTranslationKey() - Method in enum com.pixelmonmod.pixelmon.enums.EvolutionRockType
-
- getTreeTopBlocks() - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- getTreeType() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
-
- getTriangleRenderType() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getTriangleRenderType(RenderState.ShadeModelState, RenderState.TransparencyState, RenderState.DiffuseLightingState, RenderState.AlphaState, RenderState.CullState, RenderState.LightmapState, RenderState.OverlayState) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getTRMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- getTrueAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
-
Gets the name of the unimplemented Ability represented by this placeholder.
- getTrueCurrentValue() - Method in class com.pixelmonmod.pixelmon.quests.editor.args.QuestElementArgument
-
- 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(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets the ID of the turn for the pokemon
- 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(PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
-
- getTurn() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
-
- getTurnCount(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Gets the turn count for the user's multi-turn move.
- getTurnCount() - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
-
- 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.
- getTutorMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the Set
of all moves learnt by tutor
- getTutorType() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- getTweak(Class<T>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
- getTweakedLevel(AbstractSpawner, SpawnAction<? extends Entity>, int, int, int) - Method in class com.pixelmonmod.pixelmon.spawning.CaveLevelTweak
-
- 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.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.events.ShopkeeperEvent.Purchase
-
- getType() - Method in class com.pixelmonmod.pixelmon.api.events.ShopkeeperEvent.Sell
-
- 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 class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the type of participant that this participant is.
- getType() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
- getType() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- getType() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- getType() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
- 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.FlameParticleData
-
- getType(int) - Static method in enum com.pixelmonmod.pixelmon.comm.EnumUpdateType
-
- getType() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
-
- getType() - Method in enum 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.quests.editor.QuestElement
-
- getType() - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- getType() - Method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- getType() - Method in class com.pixelmonmod.tcg.api.card.ability.CardPower
-
- getType() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
-
- 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 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 com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
- getTypeMap() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
- getTypeMap() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
- getTypeMap() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
- getTypeMap() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
- getTypeMap() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
- getTypeMap() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
- getTypeMap() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
- getTypeMap() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
- getTypeMap() - Method in enum 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.
- getTypeNames() - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
-
- getTypeNames(boolean) - Static method in enum 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.entities.npcs.registry.NPCRegistryTrainers
-
Gets all NPC Trainer data.
- getTypes() - Static method in enum com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
-
- 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.
- getUltraSpaceHordeSpawnRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getUltraSpaceLevelMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getUncontrolledTeamPokemon(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Gets an allied Pokémon not owned by the player.
- getUniqueBattleStatValues() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
-
- getUniqueBlocks() - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- getUnlocalizedName() - Method in enum com.pixelmonmod.tcg.api.card.CardRarity
-
- getUnlocalizedName() - Method in enum com.pixelmonmod.tcg.api.card.CardType
-
- getUnlocalizedName() - Method in enum com.pixelmonmod.tcg.api.card.Energy
-
- getUnlocalizedName() - Method in class com.pixelmonmod.tcg.api.card.set.CardSet
-
- getUnlocalizedString(String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- getUnlocalizedString(String, QuestProgress) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- getUnlocalizedStringMap() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- getUnsafeOn() - Method in enum com.pixelmonmod.pixelmon.comm.data.PacketDirection
-
- getUnsafeOn() - Method in enum com.pixelmonmod.tcg.network.data.PacketDirection
-
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.AnvilTileEntity
-
- 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.AnvilTileEntity
-
- 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(CommandSource) - Method in class com.pixelmonmod.pixelmon.command.impl.Battle2
-
- getUsage(CommandSource) - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevScoreboardCommand
-
- getUsage(CommandSource) - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevTempPartyCommand
-
- getUsage(CommandSource) - Method in class com.pixelmonmod.pixelmon.command.impl.ReloadMoveAnimations
-
- getUsage(CommandSource) - Method in class com.pixelmonmod.pixelmon.command.impl.SpectateCommand
-
- getUsage(CommandSource) - Method in class com.pixelmonmod.pixelmon.command.impl.Stats
-
- getUsage(CommandSource) - Method in class com.pixelmonmod.pixelmon.command.impl.StatsReset
-
- getUsage(CommandSource) - Method in class com.pixelmonmod.pixelmon.command.impl.TierShow
-
- getUsage(CommandSource) - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
-
- getUsage(CommandSource) - 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.pokemon.Pokemon
-
- getUuid() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
- getUUID(Object[], QuestProgress, Stage) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.DialogueInjectObjective
-
- 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
-
- getValidatedFolder(File, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RCFileHelper
-
- getValidatedFolder(File, String, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RCFileHelper
-
- getValue(Class<? extends Requirement<A, B, T>>) - Method in class com.pixelmonmod.api.AbstractSpecification
-
- getValue(Class<? extends Requirement<Object, Object, T>>) - Method in class com.pixelmonmod.api.EmptySpecification
-
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
-
- 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.impl.AbilityRequirement
-
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
-
- 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.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.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(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() - 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(int) - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
-
Gets a content enum from its enum index.
- getValue() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
- getValue(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
-
- getValue() - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
-
- 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.
- getVariation() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
-
- getVelocityModifier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the velocity modifier of this Poké Ball.
- getVersion() - Static method in class com.pixelmonmod.pixelmon.Pixelmon
-
- getVersion() - Static method in class com.pixelmonmod.pixelmon.storage.extras.ExtrasContact
-
- getVertexSMDRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- getVerticalSliceRadius() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.WildSpawning
-
- getVerticalTrackFactor() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.WildSpawning
-
- 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.blocks.tileentity.PokeStopTileEntity
-
- 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
-
- 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
-
- getVillagerXp() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- 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.pokechecker.TextFieldTransparent
-
- getVisible() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
returns true if this textbox is visible
- getVisible() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
returns true if this textbox is visible
- getVisible(UUID) - Method in class com.pixelmonmod.pixelmon.quests.client.QuestDataClient
-
- getVisualShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenCubeBlock
-
- getVisualShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.pixelmon.blocks.WindowBlock
-
- getVisualShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- getW() - Method in class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
-
- getW() - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- 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 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
-
- getWaterBlocks() - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- getWaterDepth(BlockPos, World) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
-
Finds the depth of water starting from the given position.
- getWaypointSpawnRate() - Method in class com.pixelmonmod.pixelmon.api.config.StructureConfig
-
- 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(T) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
-
- 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() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- getWeight() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- 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
-
- 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
-
- 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.pokechecker.TextFieldTransparent
-
returns the width of the textbox depending on if the the box is enabled
- 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.config.starter.StarterOption
-
- getWidth() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
-
- getWidth() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
returns the width of the textbox depending on if background drawing is enabled
- 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
- getWildSpawning() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- getWingType() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
- getWinMessage(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the translated Trainer's victory message.
- getWinMoney() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the amount of PokeDollars given to the player if they win
- getWinner() - Method in class com.pixelmonmod.tcg.api.events.EndGameEvent
-
- getWinnerPlayer() - Method in class com.pixelmonmod.tcg.api.events.EndGameEvent
-
- getWinnings() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Gets the winnings from the NPC Trainer.
- 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 enum com.pixelmonmod.pixelmon.enums.BerryType
-
- getWordPosition(int, int, boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
- getWorld(String[], CommandSource) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
- 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(RegistryKey<World>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
-
- getWorld(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
-
- 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
-
- getWorldPosition() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the world position of the Pokémon.
- 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.CameraTarget
-
- getX() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- getX() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetLocation
-
- getX() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.BubbleObject
-
- getX() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
-
- getX(float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- getX() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- getX() - Method in class com.pixelmonmod.pixelmon.config.starter.Starter
-
- getX() - Method in class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
- getX() - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- getX() - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
-
- getXN(float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- getXOffset(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getxOffset() - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
-
- getXOverride(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getXSeeOffset() - Method in interface com.pixelmonmod.pixelmon.client.camera.CameraTarget
-
- getXSeeOffset() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- getXSeeOffset() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetLocation
-
- 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.CameraTarget
-
- getY() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- getY() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetLocation
-
- getY() - Method in enum 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.models.obj.Vertex
-
- getY(float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- getY() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- getY() - Method in class com.pixelmonmod.pixelmon.config.starter.Starter
-
- getY() - Method in class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
- getY() - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- 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 class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
- getYImage(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.HoverDisableButton
-
- getYN(float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- getYOffset(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getYOverride(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
-
- getYSeeOffset() - Method in interface com.pixelmonmod.pixelmon.client.camera.CameraTarget
-
- getYSeeOffset() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- getYSeeOffset() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetLocation
-
- 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.CameraTarget
-
- getZ() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- getZ() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetLocation
-
- getZ() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
-
- getZ(float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- getZ() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- getZ() - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- 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
-
- getZN(float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- getZSeeOffset() - Method in interface com.pixelmonmod.pixelmon.client.camera.CameraTarget
-
- getZSeeOffset() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- getZSeeOffset() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetLocation
-
- GEYSER - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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_GYM - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructureFeatures
-
- 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
-
- 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
-
- gifLogo - Variable in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- 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<CommandSource>) - 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- GIGA_IMPACT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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 - 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 - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- 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 - 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_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 Pokemon to have the Gigantamax Factor
- gigantamaxFactor(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the Pokemon 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
-
- GigantamaxTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
- GigantamaxTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.GigantamaxTypeAdapter
-
- 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
-
- GINEMA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- ginema_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- GINEMA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- GingkoFancyTrunkPlacer - Class in com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree
-
- GingkoFancyTrunkPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.GingkoFancyTrunkPlacer
-
- GIRAFARIG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GIRAFARIG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- GIRATINA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GIRATINA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- give(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
-
- GIVE_COMMANDS - Static variable in class com.pixelmonmod.tcg.commands.TCGGiveCommand
-
- GiveItemAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- GiveItemAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.GiveItemAction
-
- giveItemStack(ServerPlayerEntity, 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<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.econ.GiveMoneyCommand
-
- GivePixelSpriteCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Gives a specific Pokémon token to the player.
- GivePixelSpriteCommand(CommandDispatcher<CommandSource>) - 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.
- GivePokemonAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- GivePokemonAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.GivePokemonAction
-
- GiveXPAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- GiveXPAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.GiveXPAction
-
- 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
-
- 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() - 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
-
- 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
-
- 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
-
- 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 - 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_luck_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.multiplayer.CustomServerData
-
- 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 - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperChat
-
- GOODRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GOODRA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-
- GOTHITA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GOTHITA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- GOTHITELLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GOTHITELLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- GOTHORITA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GOTHORITA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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.api.registries.PixelmonTileEntities
-
- 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
-
- GRACIDEA - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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<NoFeatureConfig>) - 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() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
-
- 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
-
- 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.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.pixelmon.spawning.PixelmonSpawning
-
- 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_GYM - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructureFeatures
-
- GRASS_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
-
- 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
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.GrassPledge
-
Initializes Grass Pledge.
- grassSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- 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(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(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
-
Initializes the status.
- GrassyTerrain(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- graveyard - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- GRAVITY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Gravity - Class in com.pixelmonmod.pixelmon.battles.status
-
Decreases evasion by two stages and makes flying Pokémon vulnerable to Ground-type moves.
- Gravity() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Gravity
-
Initializes Gravity.
- 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_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_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_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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 - 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
-
- GREAVARD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- GREEDENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GREEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- green - Variable in enum com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
-
- green_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- GREEN_APRICORN_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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_sign - 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_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_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_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- green_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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 - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnInfoNPCTrainer
-
- GREETING - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NPC Trainer's greeting message.
- greeting - Variable in class com.pixelmonmod.pixelmon.comm.SetTrainerData
-
The NPC Trainer's messages.
- greeting - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
The Trainer's messages at the start and end of battle.
- GRENINJA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GRENINJA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- GREPA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- grepa_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- GREPA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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
-
- griseous_core - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- griseous_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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 - 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_GYM - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructureFeatures
-
- 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.moveSkills
-
- GroundBirds() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.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
-
- groundLevelDelta - Variable in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- groundLevelDelta - Variable in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- groundLevelDeltaCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- groundLevelDeltaCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- 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 - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.group
-
- GroupSpawnSettings(PokemonSpecification, float, Range, Vector3i, Vector3i) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawnSettings
-
- groupSpawnSettings - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- GROWTH - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
-
- growth - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- growth(EnumGrowth) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the growth of the Pokemon
- GROWTH - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the Pokémon's growth.
- Growth - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases the user's attack and Special attack by one stage.
- Growth() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Growth
-
- GROWTH_CHANCE - Static variable in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
-
- 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_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- GROWTH_STAGE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- GROWTH_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
- GrowthRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- GrowthRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
-
- GrowthRequirement(EnumGrowth) - Constructor for class com.pixelmonmod.api.pokemon.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() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GrowthStageRequirement
-
- GrowthStageRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GrowthStageRequirement
-
- growthTime - Variable in enum com.pixelmonmod.pixelmon.enums.BerryType
-
- GRUBBIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GRUDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Grudge - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes the move that KOs this Pokémon to lose all of its PP.
- Grudge() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Grudge
-
Initializes the status.
- 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(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.api.spawning.util.SpawnConditionTypeAdapter
-
- gson - Static variable in class com.pixelmonmod.pixelmon.api.util.NBTTools
-
- GSON - Static variable in class com.pixelmonmod.pixelmon.config.starter.StarterList
-
- GSON - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
- gson - Static variable in class com.pixelmonmod.pixelmon.quests.quest.QuestTypeAdapter
-
- GSON - Static variable in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- 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
-
- guaranteedPokemon - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnInfoNPCTrainer
-
- 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_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
-
- 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() - 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() - 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_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.
- GuiKeybindIconQuest - Class in com.pixelmonmod.pixelmon.quests.client.ui
-
- GuiKeybindIconQuest(KeyBinding, KeyBinding) - Constructor for class com.pixelmonmod.pixelmon.quests.client.ui.GuiKeybindIconQuest
-
- 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.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.
- GuiListQuest - Class in com.pixelmonmod.pixelmon.quests.client.ui
-
- GuiListQuest(FontRenderer, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- GUILLOTINE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- GuiOnlyBakedItemModel - Class in com.pixelmonmod.pixelmon.client.models.items
-
- GuiOnlyBakedItemModel(IBakedModel) - 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(ResourceLocation, double, double, double, double, double, double, float, float, float, float, float, float, int, BiConsumer<ScreenParticleEngine.GuiParticle, MatrixStack>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
-
- GuiParticle(String, ResourceLocation, double, double, double, double, double, double, float, float, float, float, float, float, int, BiConsumer<ScreenParticleEngine.GuiParticle, MatrixStack>) - 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
-
- GuiQuests - Class in com.pixelmonmod.pixelmon.quests.client.ui
-
- GuiQuests() - Constructor for class com.pixelmonmod.pixelmon.quests.client.ui.GuiQuests
-
- 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.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.
- 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
-
- GURDURR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- GUST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- 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.
- GymConfig - Class in com.pixelmonmod.pixelmon.world.structure.type
-
- GymConfig(Supplier<JigsawPattern>, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.GymConfig
-
- GymNPCData - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
- GymNPCData(String) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
-
- gymnpcs - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryData
-
List of all gym npcs
- GYMS - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
-
- GymSignType - Enum in com.pixelmonmod.pixelmon.blocks.enums
-
- GymStructure - Class in com.pixelmonmod.pixelmon.world.structure.type
-
- GymStructure(Codec<GymConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.GymStructure
-
- GymStructure.Start - Class in com.pixelmonmod.pixelmon.world.structure.type
-
- GymVillagePiece - Class in com.pixelmonmod.pixelmon.world.generation.features
-
- GymVillagePiece(TemplateManager, JigsawPiece, BlockPos, int, Rotation, MutableBoundingBox, boolean) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.GymVillagePiece
-
- GymVillagePiece(TemplateManager, CompoundNBT) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.GymVillagePiece
-
- GYRO_BALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- GyroBall - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
- GyroBall() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GyroBall
-
- IAction - Interface in com.pixelmonmod.pixelmon.quests.actions
-
- IAPAPA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- iapapa_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- IAPAPA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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.
- IBasicInventory - Interface in com.pixelmonmod.pixelmon.blocks.tileentity
-
- IBlockHasOwner - Interface in com.pixelmonmod.pixelmon.blocks
-
- 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 - 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_DEN - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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_GYM - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructureFeatures
-
- 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 - 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 - 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_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- ice_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ICE_WAY_POINT - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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
-
- 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
-
- 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
-
- icium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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(ResourceWithFallback) - Method 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.quests.client.QuestProgressClientData
-
- ICON_NAME - Static variable in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
-
- iconName - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- icons - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- ICONS - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
- ICY_GROTTO - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- id - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AbstractDuration
-
- id - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- id() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.DeveloperRibbonTypeReader
-
- id - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
-
- id(String) - Method 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() - 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 - 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 - 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.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.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 - Variable in class com.pixelmonmod.pixelmon.comm.SetTrainerData
-
The NPC Trainer's ID.
- id - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.BaseShopItem
-
- id - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.BaseTrainer
-
- id - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.GeneralNPCData
-
- id - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
-
- id - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- id - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
The name of the Trainer class.
- id - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
-
- id - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.SimpleButton
-
- id - Variable in enum 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 com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
-
- ID - Static variable in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld
-
- ID - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace
-
- id - Variable in class com.pixelmonmod.tcg.duel.dto.CustomGUI
-
- 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.pixelmon.quests.actions.actions.AbandonableAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.CommandAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.DialogueInjectAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.EndDialogueAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.FinishQuestAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.FlagAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.GiveItemAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.GivePokemonAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.GiveXPAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.KeyItemAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.PotionAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SendMessageAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.ServerCosmeticAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SetStageAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SoundAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SpawnPokemonAction
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.TeleportAction
-
- identifier() - Method in interface com.pixelmonmod.pixelmon.quests.actions.IAction
-
- identifier - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- identifier() - Method in interface com.pixelmonmod.pixelmon.quests.objectives.IObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.AttackObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.TrainerObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.DialogueInjectObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.EntityInteractObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.EntityVicinityObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.NPCObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.PokemonObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.TileEntityVicinityObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertBooleanObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertConcatenationObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertDecimalObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertIntegerObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNameObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNPCObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertSpecObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertStringObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertTypingObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.location.AbsolutePositionObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.BlockerObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.DateObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.FlagObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.FollowthroughObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.QueryObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.RandomObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.ServerTimeObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TestDataObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TimerObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.player.ItemObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.DimensionObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.StructureObjective
-
- identifier() - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.WorldTimeObjective
-
- idMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
- idMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
- idMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
- idMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
- idMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
- idMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
- idMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
- idMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
- idMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
- idMap - Static variable in enum 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.
- 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
-
- IFrameCounter - Interface in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 9/3/2015.
- 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.moveSkills
-
Creates fire at a position.
- Ignite() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Ignite
-
- 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 ignored.
- ignoreAbility(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
Determines whether a Pokémon's Ability is ignored by a Pokémon's attack.
- ignoreCollision() - Method in enum com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
-
- 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(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MindsEye
-
- ignoreEvasion(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unaware
-
- ignoreEvasion(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Whether the Pokémon with this ability should ignore evasion of the target.
- ignoreExplosion() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- 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.
- 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 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.
- ignoreVines() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.ApricornTreeFeatureConfig.Builder
-
- 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.
- 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.
- 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.api.registries.PixelmonTileEntities
-
- ILEX_SHRINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- ILEX_SHRINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
-
- ILEX_SHRINE - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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(ServerPlayerEntity, 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() - 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(World, int, HashMap<BlockPos, GeneralConfig.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 - 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
-
- ImageButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
- ImageButton(int, int, int, int, int, ResourceLocation, float, float, float, Button.IPressable) - 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.IPressable) - 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.
- 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
-
- 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
-
- 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(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
- ImmutableBattleStats(int, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.stat.ImmutableBattleStats
-
- ImmutableBattleStatsTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
type
TypeAdapter
for the
ImmutableBattleStats
class such that it can be converted
to and from Json text when loading to/from
Species
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
-
- IMPIDIMP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- IMPIDIMP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-
- ImportExportScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
Editor GUI for importing/exporting object data.
- ImportExportScreen(IImportableContainer, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreen
-
- 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(List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportResponsePacket
-
- ImportResponsePacket(String, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportResponsePacket
-
- importText(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
- importText(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Parses import text and saves it to the Pokémon.
- importText(Collection<String>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Imports formatted text to a Pokemon instance
- importText(String...) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Imports formatted text to a Pokemon instance
- importText(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
- importText(String...) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
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.IndividualEditorBaseScreen
-
- importText(String) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- 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
-
- 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
-
- IMPRISON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Imprison - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the opponent from using any moves that the user knows.
- 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.
- 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.
- InBattleLevelCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
-
- InBattleLevelCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.InBattleLevelCondition
-
- inBiomeCategory(String, Biome) - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- 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_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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Incinerate - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Destroys the opponent's held Berry.
- Incinerate() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Incinerate
-
- 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
-
- 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
-
- increaseCritStage(int, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Attempts to increase critical hit ratio.
- 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.
- 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 com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
-
- index - Variable in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- index - Variable in enum com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
- index - Variable in class com.pixelmonmod.pixelmon.items.HMItem
-
The TM's number.
- 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.IPressable) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
-
- IndexedButton(int, int, int, int, int, ITextComponent, Button.IPressable) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
-
- IndexedButton(int, int, int, int, int, ITextComponent, Button.IPressable, Button.ITooltip) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
-
- IndexedMessageCodec - Class in com.pixelmonmod.pixelmon.network
-
- IndexedMessageCodec() - Constructor for class com.pixelmonmod.pixelmon.network.IndexedMessageCodec
-
- IndexedMessageCodec(NetworkInstance) - Constructor for class com.pixelmonmod.pixelmon.network.IndexedMessageCodec
-
- IndexedNPCEntity - Class in com.pixelmonmod.pixelmon.entities.npcs
-
- IndexedNPCEntity(EntityType<? extends IndexedNPCEntity>, World) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- 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
-
- IndividualEditorBaseScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
Editor GUI for an individual Pokémon.
- IndividualEditorBaseScreen(Pokemon, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
Initializes an editing Pokémon screen.
- 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() - 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 - 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
-
- 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
-
- informPlayer(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
-
- infuser - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- infuser - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRecipeTypes
-
- 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.TileEntityRegistration
-
- 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_RECIPE_TYPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeTypeRegistration
-
- INFUSER_RECIPES - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeTypeRegistration
-
- INFUSER_RUN_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The amount of ticks the infuser will run for.
- 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, PlayerInventory, InfuserTileEntity) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
-
- InfuserContainer(int, PlayerInventory, PacketBuffer) - 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(ResourceLocation, NonNullList<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
-
- 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, PlayerInventory, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
-
- InfuserTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- InfuserTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
- INGRAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Ingrain - Class in com.pixelmonmod.pixelmon.battles.status
-
Heals the Pokémon by 1/16th of its maximum hp every turn.
- Ingrain() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Ingrain
-
Initializes the status.
- ingredient - Variable in class com.pixelmonmod.pixelmon.api.recipe.QuantifiedIngredient
-
- 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() - 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() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- init() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
-
- init() - Static method in class com.pixelmonmod.pixelmon.api.registries.GameData
-
- 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.test.PixelmonUnitTesting
-
- init(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
-
Deprecated.
- init(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
-
- init(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
- init(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
Deprecated.
- init() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
-
- init(FMLClientSetupEvent) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- 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.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.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.mail.MailScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.moveskills.MoveSkillSelectScreen
-
- 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.SelectPartyPokemonScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.BattleRulesNPCEditorScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ChattingNPCEditorScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ConfirmDeleteNPCScreen
-
Adds the buttons (and other controls) to the screen in question.
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.CreateNPCScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.QuestGiverNPCEditorScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ShopkeeperEditorScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TradeEditorScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorMoreScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TutorEditorScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomAddServerScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomMultiplayerScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
- 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.ImportExportScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorAdvancedScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreen
-
- 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(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(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Beam
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Blob
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.BlueMagic
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.CycloneBlob
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Dragon
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Electric
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Leaf
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.RedOrbShrinking
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.ShadowBlob
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Shiny
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.SlingRing
-
- init(ParticleArcanery, World, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.SmallRising
-
- init() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
-
- init(FMLCommonSetupEvent) - Static method in class com.pixelmonmod.pixelmon.CommonProxy
-
- init(GeneralNPCData) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
Initializes the chatting NPC from JSON data.
- init(GymNPCData) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- init(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- init(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Initializes the NPC with its name and health.
- init(ShopkeeperData) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
Initializes the shopkeeper NPC from JSON data.
- init(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
- init(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
- init(BaseTrainer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Initializes the Trainer's fields.
- init(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- init(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
-
- init(FMLCommonSetupEvent) - Static method in class com.pixelmonmod.pixelmon.Pixelmon
-
Handles pre-initialization of Pixelmon.
- init() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestOverviewScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStageScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStringsScreen
-
- init() - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiQuests
-
- init() - Static method in class com.pixelmonmod.pixelmon.world.dimension.debug.PixelmonDebugChunkGenerator
-
- init() - Static method in class com.pixelmonmod.pixelmon.world.weather.PixelmonWeather
-
- 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.TCGScreenBase
-
- 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(FMLCommonSetupEvent) - Method in class com.pixelmonmod.tcg.proxy.TCGClientProxy
-
- init - Variable in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
-
- initAI() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Initializes the NPC's AI.
- initAI() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- initAI() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
- initAI() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- initAI() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- 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
-
- initDefaultAI() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Initializes the NPC's AI to stand still.
- initDefaultAI() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- 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
-
- initGui() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Initializes the GUI.
- 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(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
-
- initialize(InitializeCategory...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- initialize(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationStationary
-
- initialize(Minecraft, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- initialize() - Static method in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
Performs registration of all
SpawnSet
s and initializes all spawners.
- initialize(IClientAPI) - Method in class com.pixelmonmod.pixelmon.support.JourneyMapIntegration
-
- 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
-
- initializeAttack(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Initializes the attack's stats and PP.
- InitializeCategory - Enum in com.pixelmonmod.pixelmon.api.pokemon
-
- initializeEvostoneList() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Creates a list of all evolution stones.
- initializePCForPlayer(ServerPlayerEntity, PCStorage) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
- initializePCForPlayer(ServerPlayerEntity, PCStorage) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Callled when initializing a PC for a specified player
- initializePotionElixirList() - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
-
Creates a list of all Medicine.
- initialScale - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
The initial scale of the Poké Ball.
- initialVelocity - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
-
- initLevelUpMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
- initLog() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
-
- initModels() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Initializes model locators.
- initModified() - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- initNoise(long) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.surfacebuilders.UltraCraterSurfaceBuilder
-
- initQuantities() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- initRandom(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
Initializes a shopkeeper as a random spawn shopkeeper.
- initVilagerAI() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Initializes the NPC's AI to act like a villager.
- initWanderingAI() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Initializes the NPC's AI to wander.
- initXZSeed(Random, World, 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
-
- INKAY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- INKAY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- InMouth - Class in com.pixelmonmod.pixelmon.battles.status
-
- 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.
- input - Variable in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
-
- input - Variable in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Serializer
-
- 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
- InputScreen - Class in com.pixelmonmod.pixelmon.client.gui.custom
-
- InputScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.InputScreen
-
- inReverse - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
-
- 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(ServerPlayerEntity) - 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
to value
, or adds
value
to the end of a
if none of the elements are null.
- InsertBooleanObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertBooleanObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertBooleanObjective
-
- InsertConcatenationObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertConcatenationObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertConcatenationObjective
-
- InsertDecimalObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertDecimalObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertDecimalObjective
-
- 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.
- InsertIntegerObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertIntegerObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertIntegerObjective
-
- insertLine(int, ScoreboardLine) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
-
- InsertNameObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertNameObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNameObjective
-
- InsertNPCObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertNPCObjective(InsertNPCObjective.Mode) - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNPCObjective
-
- InsertNPCObjective.Mode - Enum in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertOperationObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertOperationObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective
-
- InsertOperationObjective.Mode - Enum in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertOperationObjective.Operator - Enum in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertSpecObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertSpecObjective(InsertSpecObjective.Mode) - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertSpecObjective
-
- InsertSpecObjective.Mode - Enum in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertStringObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertStringObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertStringObjective
-
- insertText(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TextFieldMultipleLine
-
- InsertTypingObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters
-
- InsertTypingObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertTypingObjective
-
- 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(ServerWorld, 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
-
- 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.moveSkills.Smelt
-
- INSTANCE - Static variable in class com.pixelmonmod.api.EmptySpecification
-
- Instance(ResourceLocation, Supplier<PokeBall>) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger.Instance
-
- Instance(int, Element) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger.Instance
-
- Instance(ResourceLocation, Supplier<Species>, String) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger.Instance
-
- Instance(float) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger.Instance
-
- Instance(ResourceLocation, PokemonSpecification) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger.Instance
-
- Instance() - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger.Instance
-
- Instance(ResourceLocation, int) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger.Instance
-
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- 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.client.keybindings.DescendKey
-
- instance() - Static method in class com.pixelmonmod.pixelmon.client.models.obj.TextureLoader
-
- 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.Pixelmon
-
- 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
-
- instance - Static variable in class com.pixelmonmod.tcg.TCG
-
- instantiate(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
-
- INSTRUCT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- INTEGER_INSERTER - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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(NPCEntity, EnumNPCType, PlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.Interact
-
- Interact(DenEntity, PlayerEntity, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.DenEvent.Interact
-
- interact(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
-
- interact(PixelmonEntity, ItemStack, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.items.DecreaseEVBerryItem
-
- interact(PixelmonEntity, ItemStack, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Overrides the standard held item interaction (equipping the held item) if needed.
- interact(PixelmonEntity, ItemStack, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryJuiceItem
-
- interact(PixelmonEntity, ItemStack, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryLeppaItem
-
- interact(PixelmonEntity, ItemStack, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
-
- interact(PixelmonEntity, ItemStack, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
-
- interact(PixelmonEntity, ItemStack, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.items.MilcerySweet
-
Overrides the standard evolution interaction
- 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(PlayerEntity, Vector3d, Hand) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- interactAt(PlayerEntity, Vector3d, Hand) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- interactAt(PlayerEntity, Vector3d, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- interactAt(PlayerEntity, Vector3d, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- interactCommands - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Commands to execute when the Player forfeits.
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
-
- interaction - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
A custom interaction the Pokémon has.
- INTERACTION_COUNT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of times a Pokémon has been interacted with.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
Increases a Pokémon's EVs.
- 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, PlayerEntity, LivingEntity, Hand) - Method in class com.pixelmonmod.pixelmon.items.heldItems.OriginFormItem
-
- interactLivingEntity(ItemStack, PlayerEntity, LivingEntity, Hand) - Method in class com.pixelmonmod.pixelmon.items.QuestEditorItem
-
- interactLivingEntity(ItemStack, PlayerEntity, LivingEntity, Hand) - 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
-
Registers client-side which NPC the player is interacting with.
- InteractNPCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.InteractNPCPacket
-
Initializes an empty packet.
- InteractNPCPacket(int, EnumNPCType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.InteractNPCPacket
-
- interactWithNPC(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- interactWithNPC(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- interactWithNPC(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Handles a player interacting with the NPC.
- interactWithNPC(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCFisherman
-
- interactWithNPC(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- interactWithNPC(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCQuestGiver
-
- interactWithNPC(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- interactWithNPC(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
- interactWithNPC(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- 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
-
- intervalSeconds - Variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- intervalTimes - Static variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
The in-memory container for when the last spawn time (epoch time) occurred for each interval.
- 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
-
- intMaxTicksToDespawn - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
The maximum number of ticks to wait before despawning the NPC.
- 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.npcs.NPCEntity
-
The minimum number of ticks to wait before despawning the NPC.
- intMinTicksToDespawn - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Minimum amount of ticks to wait before despawning.
- INTREPID_SWORD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- IntrepidSword - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts attack on entering battle
- IntrepidSword() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IntrepidSword
-
- intriguing_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- intrinsicSpecs - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- INVALID_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The default value for inactive attributes.
- 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.quests.QuestProgress
-
- invalidateRegistry(Class<?>) - Static method in class com.pixelmonmod.api.registry.RegistryManager
-
- InvalidQuestArgsException - Exception in com.pixelmonmod.pixelmon.quests.exceptions
-
- InvalidQuestArgsException() - Constructor for exception com.pixelmonmod.pixelmon.quests.exceptions.InvalidQuestArgsException
-
- InvalidQuestArgsException(String) - Constructor for exception com.pixelmonmod.pixelmon.quests.exceptions.InvalidQuestArgsException
-
- InvalidQuestArgsException(String, Quest, Stage) - Constructor for exception com.pixelmonmod.pixelmon.quests.exceptions.InvalidQuestArgsException
-
- INVENTORY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The items in the NPC's inventory.
- 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.item.BinderItem.Binder
-
- inventory - Variable in class com.pixelmonmod.tcg.item.DeckItem.Deck
-
- 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.DisplayEffectsScreen & 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(PlayerEntity) - 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, World, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BlankTechnicalMachineItem
-
- inventoryTick(ItemStack, World, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.OldPokeBallItem
-
- inventoryTick(ItemStack, World, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.OldPokeBallLidItem
-
- inventoryTick(ItemStack, World, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
-
- inventoryTick(ItemStack, World, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.PokeBallLidItem
-
- inventoryTick(ItemStack, World, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
-
- inventoryTick(ItemStack, World, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
-
- inventoryTick(ItemStack, World, Entity, int, boolean) - Method in class com.pixelmonmod.tcg.item.CardBackItem
-
- inventoryTick(ItemStack, World, Entity, int, boolean) - Method in class com.pixelmonmod.tcg.item.CardItem
-
- inventoryTick(ItemStack, World, Entity, int, boolean) - Method in class com.pixelmonmod.tcg.item.CoinItem
-
- inventoryTick(ItemStack, World, Entity, int, boolean) - Method in class com.pixelmonmod.tcg.item.PackItem
-
- InventoryTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- InventoryTileEntity(TileEntityType<?>, String, int) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
-
- inverse() - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- INVERSE_BATTLE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
-
- inverseEffectiveness(float) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
Inverses type effectiveness for an inverse battle.
- invert() - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Invert this matrix
- invert(Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- invert(Matrix4f, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Invert the source matrix and put the result in the destination
- 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
-
- invertRestMatrix() - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- invertTransforms - Variable in class com.pixelmonmod.pixelmon.client.models.smd.AnimFrame
-
- INVISIBLE_WALL - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
-
- InvisibleButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
- InvisibleButton(int, Screen, Button.IPressable) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButton
-
- InvisibleButton(int, int, int, int, int, String, Button.IPressable) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButton
-
- InvisibleButtonWithTooltip - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
- InvisibleButtonWithTooltip(int, int, int, int, ITextComponent, Button.IPressable) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
-
- InvisibleButtonWithTooltip(int, int, int, int, ITextComponent, Button.IPressable, Button.ITooltip) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
-
- InvisibleButtonWithTooltip(int, int, int, int, ITextComponent, Button.IPressable, Button.ITooltip, Predicate<Integer>, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
-
- InvisibleCameraRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
-
- InvisibleCameraRenderer(EntityRendererManager) - 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
-
- invOffsets - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- invScale - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- IObjective - Interface in com.pixelmonmod.pixelmon.quests.objectives
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.IonDeluge
-
Initializes the status.
- ip - Variable in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- IQuestElement - Interface in com.pixelmonmod.pixelmon.quests.editor
-
- IRISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- iron - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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_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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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.
- 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.
- 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
-
- IRONMOTH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- IRONTHORNS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- 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(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(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- 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(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(RegistryValue<Species>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
- is(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form names are equal to this form
- is(Stats...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the forms are equal to this
- is(boolean, 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.pixelmon.battles.attacks.ImmutableAttack
-
- is(World) - Static method in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld
-
- is(ISeedReader) - Static method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace
-
- is(World) - Static method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace
-
- is(String...) - Method in class com.pixelmonmod.tcg.api.card.Card
-
- 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.
- isAbandonable() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- isAbandonable() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- isAbandonable() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- isAbility(Class<? extends AbstractAbility>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Checks if this ability is the one passed in.
- isAbility(Class<? extends AbstractAbility>...) - 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
-
- isAbility(Ability...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
- isAbilityDisabled(Ability) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
-
- isAbnormal() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
-
Checks if the battle end was "abnormal"
- isAcceptResponse() - Method in enum 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 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 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.BattleConfig
-
- isAllowBreeding() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
-
- isAllowCaptureOutsideBattle() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- isAllowCatchCombo() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
-
- isAllowChisels() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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
-
- 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
-
- isAllowIllegalShinies() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- isAllowLegendarySpawn() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- isAllowOvalCharmFromPokedex() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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.GeneralConfig
-
- 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.GeneralConfig
-
Whether pokemon spawned from /pokegive or from any pokespec have the
possibility of containing Legendary Pokémon.
- isAllowRiding() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Riding
-
- isAllowShinyCharmFromPokedex() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- isAllowTMReuse() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.TMHM
-
- isAllowTrainerExperience() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
-
- isAllowTRReuse() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.TMHM
-
- isAllowVanillaMobs() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- isAllPlaced() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
- isAllSet(QuestProgress) - Method in class com.pixelmonmod.pixelmon.quests.quest.Arguments
-
- isAlly(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
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
this#hasTag(String)
and
Tags.ALOLAN
- isAlwaysAggressiveDimensions(World) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- 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(World, int, int, int, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.DecorativeBaseTileEntity
-
- isAnotherWithSameOrientationOnSide(IWorld, BlockPos, EnumAxis, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- isAtEnd() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
-
- isAttack(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Determines whether the attack is one of the specified attacks.
- isAttack(Optional<ImmutableAttack>...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
- 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(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
- isAttack() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if the choice is an attack.
- isAttackable() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
-
- isAtTarget() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff.BuffData
-
- isAtTarget() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion.ExplosionData
-
- isAvailable() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
-
- isAvailable() - Method in enum com.pixelmonmod.pixelmon.enums.EnumFeatureState
-
- ISaveData - Interface in com.pixelmonmod.pixelmon.storage.playerData
-
- isAwardTokens() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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.
- 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.GeneralConfig.Healing
-
- 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
-
- isBlockAboveAir(BlockCollection, BlockPos) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CalculateSpawnLocations
-
- isBlockValidForPixelmonSpawning(World, BlockPos, PixelmonSpawnerTileEntity.AreaType) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
-
- isBodyGroupPart - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
-
- isBonemealSuccess(World, Random, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
-
- isBonemealSuccess(World, Random, 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.SpawningConfig.BossSpawning
-
- isBossPokemon() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Checks if the Pokémon is a boss Pokémon.
- 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
-
Checks if the side box containing the selected item is visible.
- isBypassInvul() - Method in class com.pixelmonmod.pixelmon.battles.attacks.BattleDamageSource
-
- 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.GeneralConfig
-
- 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
-
- 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
-
- isCloseToChunk(ChunkPos, int) - Method in class com.pixelmonmod.pixelmon.world.generation.features.GymVillagePiece
-
- isCompatible(Gender) - Method in enum 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.client.gui.pokedex.AnimationHelper
-
- isComplete() - Method in class com.pixelmonmod.pixelmon.quests.client.ObjectiveDetail
-
- isComplete() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- isComplete() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- 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
-
- isConical() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
-
- isCooking() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
- isCorrectBiomeForType() - Method in class com.pixelmonmod.pixelmon.ai.TargetEnvironmentGoal
-
- 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
-
- isCorrectToolForDrops(BlockState) - Method in class com.pixelmonmod.pixelmon.items.HammerItem
-
Returns if the item (tool) can harvest results from the block type.
- isCosmetic() - Method in enum 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(World) - Method in enum com.pixelmonmod.pixelmon.api.world.WeatherType
-
- isCurrentTurn(PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
-
- isCustom() - Method in class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent
-
- 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
-
- isDamageImmune() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
-
- 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.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.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.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.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.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.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.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.ShinyRequirement
-
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ShornRequirement
-
- 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(A) - Method in interface com.pixelmonmod.api.requirement.Requirement
-
- 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(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
- isDefaultForm(Stats) - 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(PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
-
- isDeleteUnwantedDrops() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Drops
-
- isDespawnOnFleeOrLoss() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- isDevEnvironment() - Static method in class com.pixelmonmod.pixelmon.Pixelmon
-
- isDirect() - Method in enum com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
-
Checks if the damage type is direct damage.
- isDirty() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- 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.GeneralConfig
-
- isDisableNametag() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- isDisableShadow() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- 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.SpawningConfig
-
- isDisplayOnly() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
-
- isDoLegendaryRaidEvent() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- isDone() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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
-
- isDummy() - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- isDurationEffectTick(int, int) - Method in class com.pixelmonmod.pixelmon.entities.effects.AvoidanceEffect
-
- isDurationEffectTick(int, int) - Method in class com.pixelmonmod.pixelmon.entities.effects.RepelEffect
-
- 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
-
- 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
-
- 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
-
- isEmpty() - Method in class com.pixelmonmod.pixelmon.quests.editor.args.QuestElementArgument
-
- isEmpty() - Method in class com.pixelmonmod.pixelmon.quests.quest.Argument
-
- isEmptyHandValid() - Method in interface com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.IFormChange
-
- isEmptyHandValid() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ParadoxDuoFormChange
-
- 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.GeneralConfig.AFKHandler
-
- isEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Pokerus
-
Deprecated.
- isEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.PokeStop
-
- 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 - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- isEnabled - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- isEnabled - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- isEnabled() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.SimpleButton
-
- isEnabled - Variable in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- 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
-
- isEnablePointToSteer() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Riding
-
- isEnableSmoothPokemonShading() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
- isEnableWildAggression() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- 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
-
- isEnd(World, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.FancyPillarBlock
-
- 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.GeneralConfig
-
- isEnoughEnergy(CardAttack, List<CommonCardState>, PokemonCardState) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
-
- isEnoughEnergy(int, 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 com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
-
- isEntryEmpty(int) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
-
Checks if a number doesn't map to a Pokémon.
- 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.
- isExcepBlockForAttachWithPiston(Block) - Static method in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- isFaceDown() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
-
- isFailed() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- 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
-
- isFarmItemInInventory() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Returns true if the NPC has seeds, potatoes or carrots in its inventory.
- isFatal() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Recoil
-
- isFavourite(ServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- isFeatureChunk(ChunkGenerator, BiomeProvider, long, SharedSeedRandom, int, int, Biome, ChunkPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BasicStructure
-
- isFeatureChunk(ChunkGenerator, BiomeProvider, long, SharedSeedRandom, int, int, Biome, ChunkPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BiomeGenericStructure
-
- isFeatureChunk(ChunkGenerator, BiomeProvider, long, SharedSeedRandom, int, int, Biome, ChunkPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BoatStructure
-
- isFeatureChunk(ChunkGenerator, BiomeProvider, long, SharedSeedRandom, int, int, Biome, ChunkPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.DenStructure
-
- isFeatureChunk(ChunkGenerator, BiomeProvider, long, SharedSeedRandom, int, int, Biome, ChunkPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.FlyingStructure
-
- isFeatureChunk(ChunkGenerator, BiomeProvider, long, SharedSeedRandom, int, int, Biome, ChunkPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.HauntedTowerStructure
-
- isFeatureChunk(ChunkGenerator, BiomeProvider, long, SharedSeedRandom, int, int, Biome, ChunkPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.ShrineStructure
-
- isFeatureChunk(ChunkGenerator, BiomeProvider, long, SharedSeedRandom, int, int, Biome, ChunkPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.TowerStructure
-
- isFeatureChunk(ChunkGenerator, BiomeProvider, long, SharedSeedRandom, int, int, Biome, ChunkPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.ultraspace.CraterGyserStructure
-
- isFeatureChunk(ChunkGenerator, BiomeProvider, long, SharedSeedRandom, int, int, Biome, ChunkPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.structure.type.WayPointStructure
-
- isFemaleOnly() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- 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.
- isFlying() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
-
- isFlying - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Whether the Pokémon is flying.
- isFlying() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- isFocused() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList
-
- isFocused() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
getter for the focused field
- isFocused - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- isFocused - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- isFocused - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- isFocused() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Getter for the focused field
- isFocused - Variable in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- 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
-
- isFork() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning.LightningData
-
- 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 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
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
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
-
- isGenerationEnabled(int) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
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
-
- 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
-
- isGymLeader - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Whether the Trainer is a gym leader.
- 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(Ability...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
- isHiddenAbility(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- isHiddenAbility() - 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
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
this#hasTag(String)
and
Tags.HISUIAN
- isHolo() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
-
- isHordeBattleDimensions(World) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- isHovered() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.HoverDisableButton
-
- isHovering(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DescriptiveText
-
Checks if the cursor is hovering over the text.
- isHovering() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- 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.api.pokemon.ribbon.RibbonRegistry
-
- isi - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
-
- 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 in com.pixelmonmod.pixelmon.items
-
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Burn
-
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.CorrosiveGas
-
- 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 com.pixelmonmod.pixelmon.enums.BerryType
-
- isImplemented() - Method in enum com.pixelmonmod.pixelmon.enums.BerryType
-
- isIn(Vector3d) - Method in class com.pixelmonmod.pixelmon.api.util.Bounds
-
Checks if a vector is in the region.
- isIn(double, double, double) - Method in class com.pixelmonmod.pixelmon.api.util.Bounds
-
Checks if a coordinate is in the region.
- isInBattle(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks if a Pokémon is currently in the battle.
- isInBench(CommonCardState) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- isInformPlayers() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Pokerus
-
- 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
-
- isInLiquid() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- isInProgress() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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(World, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
-
- isInverted() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
-
- isInvisible() - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- isInvulnerableTo(DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- isInWall() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- isInWorld(UUID, World) - Static method in class com.pixelmonmod.pixelmon.client.listener.SendoutListener
-
- isItem(ItemStack) - Method in enum 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
-
- isLan() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- isLandMount() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Riding
-
- isLastMover() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks whether the current Pokémon 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(boolean) - 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
this#hasTag(String)
and
Tags.LEGENDARY
- isLegendary(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the form is a legend
Short cut for
this#hasTag(String)
and
Tags.LEGENDARY
- isLegendary(Species) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Checks if the pokemon is legendary
- isLegendary() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- 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.GeneralConfig
-
- 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() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
-
- isLocked - Variable in class com.pixelmonmod.tcg.client.container.DeckInventory
-
- isLocked() - Method in class com.pixelmonmod.tcg.item.DeckItem.Deck
-
- isLockedBy(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
-
- isLoop(World, BlockPos, int) - Method in class com.pixelmonmod.pixelmon.blocks.MovementPlateBlock
-
Checks if there is an loop containing the movement plate.
- isLooped - Variable in enum 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
-
- isMax - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
- isMega() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
-
- isMega() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- isMega - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is Mega Evolved.
- isMegaItemObtained(Species, Stats) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- 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(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractPokemonRequirement
-
- 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.HasSpecFlagRequirement
-
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalAndRequirement
-
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalOrRequirement
-
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
-
- 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(B) - Method in interface com.pixelmonmod.api.requirement.Requirement
-
- isMinecraftMatch(ItemStack) - Method in class com.pixelmonmod.api.tcg.requirement.AbstractCardRequirement
-
- isMissed() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
-
- isMostlyEnclosedSpace(World, 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.statueEditor.PokeDisplayEditor
-
- isMouseOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
- 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(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
-
- isMouseOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PokeCheckerButton
-
- 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
-
- isMouseOver(double, double) - 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
-
- isMovementNoisy() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
-
- isMoveSkill(String) - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Checks whether the given String matches a 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.
- isMultipartEntity() - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- isMultipartEntity() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- isMultiplePhotosOfSamePokemon() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
-
- 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
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
-
- isNegativeAbility() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Checks if the Ability has only negative effects.
- isNo() - Method in enum 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 enum com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
-
- isNormalBattle() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent
-
- isNotBoss() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
-
- 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.GeneralConfig
-
- isNullOrEmpty(List) - Static method in class com.pixelmonmod.tcg.duel.state.CommonCardState
-
- isObjectiveComplete(int) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- isOffensiveMove() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if the choice is an offensive move.
- isOldGen(RegistryKey<World>) - 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 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 com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
-
- isOneTimeUse() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
- 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.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
-
- isOpponentWildNotBoss() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
- isOptional() - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
-
- isOptional() - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwitchPokemonEffect
-
- isOriginalTrainer(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- isOutOfBounds(BlockPos) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- isOutOfBounds(int, int, int) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- 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(PlayerEntity) - 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
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
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(IWorld, 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, IBlockReader, BlockPos, PathType) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
-
- isPathfindable(BlockState, IBlockReader, BlockPos, PathType) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
-
- isPathFinding() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- 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
-
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.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.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
-
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.ChattingNPCScreen
-
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.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.QuestGiverNPCScreen
-
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.ShopkeeperScreen
-
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.ChattingNPCEditorScreen
-
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.npcEditor.CreateNPCScreen
-
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.QuestGiverNPCEditorScreen
-
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.ShopkeeperEditorScreen
-
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.TradeEditorScreen
-
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.TrainerEditorScreen
-
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.TutorEditorScreen
-
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.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.ImportExportScreen
-
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreen
-
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
-
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
-
- 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.vendingmachine.VendingMachineScreen
-
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.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.pixelmon.quests.client.ui.GuiQuests
-
- 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.
- 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
-
- isPickable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- isPlayer() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
-
- isPlayer(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
-
- isPlayerControlCamera() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
- 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(Species...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the given pokemon is one of the ones provided
- isPokemon(Collection<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(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.
- 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() - Method in enum com.pixelmonmod.tcg.api.card.CardType
-
- isPokemonCard() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
-
- isPokemonDropsEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Drops
-
- isPokemonOptional(Optional<Species>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the given pokemon is one of the ones provided
- 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
- 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.
- isPresent(QuestProgress) - Method in class com.pixelmonmod.pixelmon.quests.quest.Argument
-
- isPrimaryStatus(StatusType) - Static method in enum com.pixelmonmod.pixelmon.battles.status.StatusType
-
Determines whether the status is a non-volatile status.
- isPrimaryStatus() - Method in enum com.pixelmonmod.pixelmon.battles.status.StatusType
-
Determines whether the status is a non-volatile status.
- isPrintErrors() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Debug
-
- 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
-
- 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.npcs.NPCChatting
-
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- 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.
- isQuest() - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
- isQuestEditorOpOnly() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- isQuestRandomNPCs() - Method in class com.pixelmonmod.pixelmon.api.config.QuestsConfig
-
- isRaid() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Whether there is a
RaidData
and
RaidData.RaidPlayer
associated with the capture attempt this object is associated with.
- isRaid() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
- 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.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() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
- isReady - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- isReady() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- isReadyForTurnIn() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- 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(DataParameter<?>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.EntityDataSyncManager
-
- isRelaxedBattleGimmickRules() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
-
- isRemotePresent(NetworkManager) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel
-
Returns true if the channel is present in the given connection.
- isRemoveNPC() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
-
- isRenderWildLevels() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
- isRepeatable() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- isRepeatable() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- isRequireHM() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Riding
-
- 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() - Method in class com.pixelmonmod.pixelmon.ai.TemptGoal
-
- isRunning - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Whether the infuser is processing an item.
- 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(TileEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.DecorativeBaseTileEntity
-
- isSameInventory(Slot) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
- isSameOrientationAndType(Class<? extends Block>, int, int) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- 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 this#getItemStack()
's NBT in the Pre event
- isSearchable() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
-
- 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() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.elements.SelectionPokemonUI
-
- isSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerDropListSlotScreen
-
- isSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
-
- isSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
- isSelf() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent
-
Whether or not the user is the target.
- isShadowGame - Variable in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
- isShadowGame() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
- isShearable(ItemStack, World, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
-
- 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
-
- isShiny - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
-
- isShiny - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
-
- isShouldCheckCooldown() - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck
-
- 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
-
- 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.
- isSmd() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Checks if the model is in SMD format.
- 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.GeneralConfig
-
- isSpawnGrotto() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.PokeLoot
-
- isSpawnHidden() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.PokeLoot
-
- isSpawning() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
-
- isSpawningDisabledDimension(World) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- isSpawnLevelsByDistance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.LevelDistance
-
- isSpawnLevelsCloserToPlayerLevels() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- isSpawnLevelsIncreaseInCaves() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- isSpawnLevelsIncreaseInUltraSpace() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- isSpawnNormal() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig.PokeLoot
-
- isSpawnZygardeCells() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- isSpecial() - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
-
TODO: What does this do? What is this for?
- isSpecial() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
-
- isSpecialColor() - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- 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
-
- 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.ProxyPathNavigator
-
- isStarted() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- 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 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 com.pixelmonmod.pixelmon.battles.status.StatusType
-
Checks if the status is one of a list of statuses.
- isStatusEffect(String) - Static method in enum 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
-
- isString() - Method in class com.pixelmonmod.pixelmon.quests.editor.args.QuestElementArgument
-
- isStuck() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- isSuccess() - Method in class com.pixelmonmod.pixelmon.api.test.TestResult
-
- isSuccess() - Method in enum com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.AbstractPixelmonStructure
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BasicStructure
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BiomeGenericStructure
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BoatStructure
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.DenStructure
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.FlyingStructure
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.GymStructure
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.HauntedTowerStructure
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.ShrineStructure
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.TowerStructure
-
- isSuitable(Biome.Category, String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.WayPointStructure
-
- 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.GeneralConfig.TMHM
-
- 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
-
- isTargeted(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
- isTargetsFromSelf() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning.LightningData
-
- 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
-
- 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
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 com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
- isTimeEnabled() - Method in enum 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
-
- isTradersReusable() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- isTrading() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- isTrainer() - Method in class com.pixelmonmod.pixelmon.api.events.DropEvent
-
Whether the entity dropping these items is a Trainer
- 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
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
-
- isUnbattleable() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- isUnbreedable() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- isUncatchable() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- isUncatchable() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- 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.GeneralConfig.TMHM
-
- isUntradeable() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- isUsableByPlayer(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
-
- isUsableByPlayer(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Checks if a player is close enough to interact with the Poké Gift.
- isUsableByPlayer(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
- isUseAsyncSaving() - Method in class com.pixelmonmod.pixelmon.api.config.StorageConfig
-
- isUseBattleCamera() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
- isUseDiscordRichPresence() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- isUseDropGUI() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Drops
-
- isUseOutsideEffects() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.OutsideEffects
-
- isUsePassiveHealer() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Healing
-
- isUser - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
-
Whether the effect affects the move user's stats.
- isUseRecentLevelMoves() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- isUseSmoothShadingOnPokeBalls() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
- isUseSystemTimeForWorldTime() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
-
- isUseUpdateEntityWithOptionalForceFix() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Debug
-
- isUUID(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.UUIDHelper
-
Detects if a string is in the correct format for a UUID
- isValid() - Method in class com.pixelmonmod.pixelmon.quests.editor.args.QuestElementArgument
-
- 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(IBlockReader, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
-
- isValidBonemealTarget(IBlockReader, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
-
- isValidInput(String) - Method in enum com.pixelmonmod.pixelmon.quests.editor.args.ArgumentType
-
- 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.OricorioFormChange
-
- isValidItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ParadoxDuoFormChange
-
- 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.OricorioFormChange
-
- isValidPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ParadoxDuoFormChange
-
- isValidPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ShayminFormChange
-
- isValidTarget(IWorldReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.ai.HarvestFarmLandGoal
-
Return true to set given position as destination
- isValidTarget() - Method in interface com.pixelmonmod.pixelmon.client.camera.CameraTarget
-
- isValidTarget() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- isValidTarget() - Method in class com.pixelmonmod.pixelmon.client.camera.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.GeneralConfig.Debug
-
- 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(PlayerEntity, IArmorMaterial) - 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
-
- isWildBerryTrees() - Method in class com.pixelmonmod.pixelmon.api.config.DimensionsConfig
-
- isWildPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.PokemonRelatedBattleAction
-
- isWildPokemon(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
-
- isWildPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets whether this is a wild Pokémon.
- 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
-
- isWithin(double, double) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.SimpleButton
-
- isWithinDistanceOf(IPosition, double) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
Checks if a position is within a certain distance of the coordinates.
- 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 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(Pokemon, EVStore, int, BattleStatsType, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent.Item
-
- item - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemFormChangeEvent
-
- 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_CRAFT - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- ITEM_DOT - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
-
- ITEM_DROP - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- item_finder - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- item_frame - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ITEM_GIVE - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- ITEM_HAS - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- ITEM_HAS_NOT - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- ITEM_ON_ANVIL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- ITEM_PICKUP - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- ITEM_SCALE - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGymSign
-
- ITEM_SMELT - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- ITEM_USE - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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.IPressable) - 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
- 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.
- 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.
- 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 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, TranslationTextComponent, List<DroppedItem>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
Initializes the drop information holder.
- ItemDropPacket(TranslationTextComponent, ArrayList<DroppedItem>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
Initializes the drop information holder.
- 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(ServerPlayerEntity, ItemStack, PixelmonEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.ItemFormChangeEvent
-
- itemGui1 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Main bag menu.
- itemGui2 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
GUI for choosing an item in the bag.
- 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(PlayerEntity, PixelmonEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.ItemInteractionEvent
-
- ItemListeners - Class in com.pixelmonmod.pixelmon.quests.listeners
-
- ItemListeners() - Constructor for class com.pixelmonmod.pixelmon.quests.listeners.ItemListeners
-
- ItemMenuButton - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag
-
Created by Jay113355 on 12/1/2020.
- ItemMenuButton(int, ItemStack, 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, int, 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.
- ItemObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.player
-
- ItemObjective(String) - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.player.ItemObjective
-
- ItemObjective(String, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.player.ItemObjective
-
- 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.
- ItemRegistration - Class in com.pixelmonmod.pixelmon.init.registry
-
Miscellaneous Pixelmon items.
- ItemRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
-
- ItemRegistration - Class in com.pixelmonmod.tcg.init.registry
-
- 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(IBakedModel) - 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.comm.packetHandlers.itemDrops.ItemDropPacket
-
The items dropped by the opponent.
- ITEMS - Static variable in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
-
- ITEMS - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
-
- itemSlot - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Item box for boss Pokémon/NPC Trainer drops GUI.
- itemSlotOver - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Mouse-over item box for boss Pokémon/NPC Trainer drops GUI.
- 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_ON_ANVIL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The item on the anvil.
- 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
-
- ItemStackPokeBallFix - Class in com.pixelmonmod.pixelmon.datafix
-
- ItemStackPokeBallFix(Schema, boolean) - Constructor for class com.pixelmonmod.pixelmon.datafix.ItemStackPokeBallFix
-
- ItemStackRequirement - Class in com.pixelmonmod.pixelmon.api.daycare.impl.requirement
-
Should parse a list of required items following the net.minecraft.command.impl.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
-
- 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 class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
-
- iterator() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
-
- iterator() - Method in class com.pixelmonmod.pixelmon.quests.quest.Arguments
-
- ITrainerData - Interface in com.pixelmonmod.pixelmon.entities.npcs.registry
-
- 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 the EV
- 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
-
- ivAtk - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
IVs for this Pokémon.
- ivDef - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
IVs for this Pokémon.
- ivHP - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
IVs for this Pokémon.
- ivOverrides - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
- ivs(int...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the IVs of the Pokemon
- ivs - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
-
- IvsCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- IvsCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.IvsCommand
-
- ivsDefined - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
Whether IVs have been explicitly chosen for the Pokémon.
- 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
-
- ivSpAtk - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
IVs for this Pokémon.
- ivSpDef - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
IVs for this Pokémon.
- ivSpeed - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
IVs for this Pokémon.
- 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 unset 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
-
- m00 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m01 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m02 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m03 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m10 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m11 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m12 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m13 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m20 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m21 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m22 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m23 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m30 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m31 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m32 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m33 - Variable in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- m_exp_candy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- mach_bike - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- magenta_armchair - 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_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_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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_trade_machine - 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
-
- 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
-
- 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
-
- MagicCoat - Class in com.pixelmonmod.pixelmon.battles.status
-
Reflects most status moves back at the moves' users.
- MagicCoat() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MagicCoat
-
Initializes Magic Coat.
- MagicGuard - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
- MagicGuard() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MagicGuard
-
- 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
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MagicRoom
-
Initializes the status.
- 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 - 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 - 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
-
- MagnetRise - Class in com.pixelmonmod.pixelmon.battles.status
-
Makes the user immune to Ground-type moves.
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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 - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Magnitude
-
The magnitude of the move during the turn.
- MAGO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- mago_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- MAGO_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- magost_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- MAGOST_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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_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(ServerPlayerEntity) - 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.
- mailTypes - Static variable in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
-
The types of Mail to register.
- MAIN_BADGE - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
-
- 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.
- 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
-
- MAJOR_STATUSES - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
List of major status effects for purposes of catch calculation.
- MAKE_IT_RAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- makeEffect(AttackSystem<? extends StandardParticleAnimationData>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
-
- 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
-
- 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 Pokemon an egg
- makeGhostClone() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
-
- 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
-
- makeRule() - Method in class com.pixelmonmod.pixelmon.datafix.ItemStackPokeBallFix
-
- makeScroll(ScrollBlock.Type, boolean, String) - Static method in class com.pixelmonmod.pixelmon.items.ScrollItem
-
- makeShapes(float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- makeTypeList() - Method in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
Makes a list of types consisting of the specified type.
- makeUpdate() - Method in class com.pixelmonmod.pixelmon.ai.WanderGoal
-
Makes task to bypass chance.
- 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_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
-
- 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
-
- MANDIBUZZ - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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(Function<? super T, ? extends U>) - Method in class com.pixelmonmod.api.registry.RegistryValue
-
- MapHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
- MapHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.MapHelper
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- maranga_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- MARANGA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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(Stage, QuestProgress, Objective, int, Arguments, Context) - Method in interface com.pixelmonmod.pixelmon.quests.objectives.IObjective
-
- mark(Stage, QuestProgress, int, Object...) - Method in class com.pixelmonmod.pixelmon.quests.objectives.Objective
-
- mark(Stage, QuestProgress, Objective, int, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.TrainerObjective
-
- mark(Stage, QuestProgress, Objective, int, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.EntityInteractObjective
-
- mark(Stage, QuestProgress, Objective, int, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.NPCObjective
-
- mark(Stage, QuestProgress, Objective, int, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.location.AbsolutePositionObjective
-
- mark_charm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- MARK_CHARM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The state of the Mark Charm equipped by the Player
- markAsLoginPacket() - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel.MessageBuilder
-
- markAsRead() - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
-
- markCharm - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Mark Charm.
- markCharmBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- MarkCharmCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- MarkCharmCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.MarkCharmCommand
-
- markDirty(EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- markDirty() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
- markDirty() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
- markDirty() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- markers - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- markForceClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
-
Marks the GUI as being force-closed.
- 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
-
- 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
-
- 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 - 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 - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MatBlock
-
Initializes the status.
- MATCHA_CREAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- 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(IInventory, World) - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
-
- matches(CraftingInventory, World) - Method in class com.pixelmonmod.pixelmon.api.recipe.NoMirrorShapedRecipe
-
- matches(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.recipe.QuantifiedIngredient
-
- matches() - Method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawnTime
-
- 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
-
- Material - Class in com.pixelmonmod.pixelmon.client.models.obj
-
- Material(String) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.Material
-
- material - Variable in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
-
The material this armor is made of
- 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() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.MaterialParser
-
- MaterialParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.obj
-
- MaterialParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.MaterialParser
-
- materialPath - Variable in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
-
- Matrix4f - Class in com.pixelmonmod.pixelmon.tools
-
Holds a 4x4 float matrix.
- Matrix4f() - Constructor for class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Construct a new matrix, initialized to the identity.
- Matrix4f(Matrix4f) - Constructor for class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- 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
-
- 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.init.registry.SoundRegistration
-
- MAWILE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- MAWILE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- mawilite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Mawile
- MAX - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackTags
-
- max() - Static method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- MAX_MUSHROOMS - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
-
- MAX_MUSHROOMS - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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_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_WYRMWIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- maxAge() - Method in class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleSmoke
-
- maxAge - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
-
- maxAge - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- maxDamage - Variable in enum com.pixelmonmod.pixelmon.enums.items.EnumRodType
-
- maxDepth() - Method in class com.pixelmonmod.pixelmon.world.structure.type.GymConfig
-
- 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
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MaxGuard
-
Initializes Max Guard.
- maxHealth - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The maximum hp of the Pokémon.
- maxHits - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.MultipleHit
-
- maxHits - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonDarts
-
- 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_LEVEL_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- 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.moveSkills.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
-
- maxInteractions - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
-
The maximum number of interactions that the Pokémon can store.
- 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<NoFeatureConfig>) - 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.moveSkills.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
-
- maxSearchRadius - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.OreSense
-
- 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.
- MaxSoupEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fires whenever a Max Soup is attempted to be used on a Pokémon.
- MaxSoupEvent(ServerPlayerEntity, 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
-
- maxWaterDepth(int) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.ApricornTreeFeatureConfig.Builder
-
- maxX - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- maxX - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- maxY - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- maxY - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- maxYield - Variable in enum 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(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
Return whether this slot's stack can be taken from this slot.
- mayPickup(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer.ExtendedSlot
-
- mayPickup(PlayerEntity) - 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, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
-
- mayPlaceOn(BlockState, IBlockReader, 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
-
- mcInventory - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Inventory GUI.
- 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 - 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_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() - 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.
- 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_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
-
- meetsConditions(QuestData, QuestProgress) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- 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() - 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 - 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 - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
- 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_DRAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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 - 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 - 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
-
- megaBossSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- megaBossSpawnerPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- MegaEvolution - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
-
Screen for watching a Pokémon Mega Evolve.
- MegaEvolution(BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MegaEvolution
-
Initializes the screen.
- 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.entities.pixelmon.moveSkills
-
Created by Jay113355 on 3/11/2018.
- MegaEvolution() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.MegaEvolution
-
- 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(ServerPlayerEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
-
- MegaEvolutionEvent(ServerPlayerEntity, Pokemon, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
-
- MegaEvolutionEvent(ServerPlayerEntity, 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
- 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
-
- 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.
- MEGAHORN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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
-
- MegaRingCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- MegaRingCommand(CommandDispatcher<CommandSource>) - 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
-
- 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
- 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
-
- 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(Entity...) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Adds the entities as members
- members(PartyStorage...) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Adds the storages as members
- MEMENTO - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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
-
- 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_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
-
- 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(ServerPlayerEntity, 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.battles.controller.log.action.type.BattleMessageAction
-
- message - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MenuReuseElement
-
- MESSAGE - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- messageBuilder(Class<M>, int) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel
-
Build a new MessageBuilder.
- messageBuilder(Class<M>, int, NetworkDirection) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel
-
Build a new MessageBuilder.
- MessageBuilder() - Constructor for class com.pixelmonmod.pixelmon.network.SimpleChannel.MessageBuilder
-
- messageType - Variable in class com.pixelmonmod.pixelmon.battles.attacks.BattleMessageBase
-
The type of animation.
- MessageType - Enum in com.pixelmonmod.pixelmon.battles.attacks
-
Types of animations.
- META - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- metadata - Variable in enum 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_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.
- 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.
- 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() - 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Metronome
-
- 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.
- MEW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- mew - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
-
- MEW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- mewnium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- micle_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- MICLE_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- 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.moveSkills.Smelt
-
- MIENFOO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- MIENSHAO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- MIGHTYENA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Mimic - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Copies the last move used by the target.
- Mimic() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Mimic
-
- 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
-
- mimikium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- MIMIKYU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- MIMIKYU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- min() - Static method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- 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_MOVE_MULTIPLIER - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- 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_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
-
- 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
-
- mine_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- mineBlock(ItemStack, World, 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.multiplayer.CustomServerSelectionList.LanDetectedEntry
-
- 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
-
- minHits - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonDarts
-
- MINIMIZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Minimize
-
Initializes the status.
- MinimizeMaximizeOverlayKey - Class in com.pixelmonmod.pixelmon.client.keybindings
-
- MinimizeMaximizeOverlayKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.MinimizeMaximizeOverlayKey
-
- MINIMUM_LEVEL_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- minimumCameraDistance() - Method in interface com.pixelmonmod.pixelmon.client.camera.CameraTarget
-
- minimumCameraDistance() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- minimumCameraDistance() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetLocation
-
- 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_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
-
- minLevel - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
The minimum Trainer pokemonLevel at which this moveset will appear.
- 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
-
- 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 Pokemon
- 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() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Minus
-
- MINUS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- minX - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- minX - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- minY - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- minY - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
-
- minYield - Variable in enum 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
-
- 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.PicketFenceBlock
-
- 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
-
- 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.
- 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
-
- 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_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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Mist - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the opponent from inflicting stat drops on the user's side.
- Mist() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Mist
-
Initializes Mist.
- MIST_BALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
-
Initializes the status.
- MistyTerrain(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
-
- mnemonic - Variable in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
-
- mobInteract(PlayerEntity, Hand) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
- mobInteract(PlayerEntity, Hand) - 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
-
- 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
- mode - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMoveHelper
-
- 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.models.PixelmonSmdFactory
-
- model - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
-
- MODEL - Static variable in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- model2 - Variable in class com.pixelmonmod.pixelmon.client.models.DualModelDualTextureFactory.TransparentImpl
-
- model2 - Variable in class com.pixelmonmod.pixelmon.client.models.DualModelFactory
-
- model2 - Variable in class com.pixelmonmod.pixelmon.client.models.DualModelFactory.TransparentImpl
-
- 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
-
- ModelAnvil - Class in com.pixelmonmod.pixelmon.client.models.blocks
-
- ModelAnvil() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelAnvil
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.client.render.player.ModelBikeArmor
-
- ModelBikeArmor(float) - Constructor for class com.pixelmonmod.pixelmon.client.render.player.ModelBikeArmor
-
- ModelBikeArmor(float, int, int) - 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
-
- modelClass - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- 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
-
- ModelDoctor - Class in com.pixelmonmod.pixelmon.client.models.npcs
-
- ModelDoctor() - Constructor for class com.pixelmonmod.pixelmon.client.models.npcs.ModelDoctor
-
- ModelEntityBlock<T extends net.minecraft.tileentity.TileEntity> - Class in com.pixelmonmod.pixelmon.client.models.blocks
-
- ModelEntityBlock(Function<ResourceLocation, RenderType>) - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelEntityBlock
-
- ModelFactoryFactory - Enum in com.pixelmonmod.pixelmon.client.models
-
- ModelFancyPillar - Class in com.pixelmonmod.pixelmon.client.models.blocks
-
- ModelFancyPillar(Function<ResourceLocation, RenderType>) - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelFancyPillar
-
- ModelFoldingChair - Class in com.pixelmonmod.pixelmon.client.models.blocks
-
- ModelFoldingChair() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelFoldingChair
-
- ModelFossilMachine - Class in com.pixelmonmod.pixelmon.client.models.blocks
-
- ModelFossilMachine() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelFossilMachine
-
- ModelHealer - Class in com.pixelmonmod.pixelmon.client.models.blocks
-
- ModelHealer() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelHealer
-
- ModelHolder<M extends net.minecraft.client.renderer.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
-
- ModelIngot - Class in com.pixelmonmod.pixelmon.client.models.plates
-
- ModelIngot() - Constructor for class com.pixelmonmod.pixelmon.client.models.plates.ModelIngot
-
- ModelLocator - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator
-
- ModelLocator(ModelFactoryFactory, ModelPredicate, List<Pair<String, String>>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- modelLocators - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- ModelLocatorTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
type
TypeAdapter
for the
ModelLocator
class such that it can be converted
to and from Json text when loading to/from
Species
data.
- ModelLocatorTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ModelLocatorTypeAdapter
-
- ModelMechanicalAnvil - Class in com.pixelmonmod.pixelmon.client.models.blocks
-
- ModelMechanicalAnvil() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelMechanicalAnvil
-
- ModelPlate - Class in com.pixelmonmod.pixelmon.client.models.plates
-
- ModelPlate() - Constructor for class com.pixelmonmod.pixelmon.client.models.plates.ModelPlate
-
- ModelPlateStage2 - Class in com.pixelmonmod.pixelmon.client.models.plates
-
- ModelPlateStage2() - Constructor for class com.pixelmonmod.pixelmon.client.models.plates.ModelPlateStage2
-
- ModelPlateStage3 - Class in com.pixelmonmod.pixelmon.client.models.plates
-
- ModelPlateStage3() - Constructor for class com.pixelmonmod.pixelmon.client.models.plates.ModelPlateStage3
-
- ModelPlayerOnBike - Class in com.pixelmonmod.pixelmon.client.render.player
-
Created by Jay113355 on 10/28/2019.
- ModelPlayerOnBike(float, 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> - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator
-
- ModelPredicateType(Codec<T>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicateType
-
- modelPredicateTypes - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
-
- ModelQuestionMark - Class in com.pixelmonmod.pixelmon.client.models
-
- ModelQuestionMark() - Constructor for class com.pixelmonmod.pixelmon.client.models.ModelQuestionMark
-
- modelRenderer - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
-
- 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
-
- modelSlot - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
- ModelTrader - Class in com.pixelmonmod.pixelmon.client.models.npcs
-
- ModelTrader() - Constructor for class com.pixelmonmod.pixelmon.client.models.npcs.ModelTrader
-
- ModelTV - Class in com.pixelmonmod.pixelmon.client.models.blocks
-
- ModelTV() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelTV
-
- ModelVendingMachine - Class in com.pixelmonmod.pixelmon.client.models.blocks
-
- ModelVendingMachine() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelVendingMachine
-
- MODERN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- MODID - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
-
- MODID - Static variable in class com.pixelmonmod.tcg.TCG
-
- modIds - Variable in class com.pixelmonmod.pixelmon.api.events.ReceivedModListEvent
-
A string array with all the modids that were detected by Forge
- modified - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
current programmatically-modified transform values, applied into a matrix
- 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 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
-
Get the modified catch rate of the
Pokemon
being caught in a
PokeBall
with this logic.
- modifyCaptureRate(PokeBall, PokeBallEntity, Pokemon, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.HeavyBall
-
- 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, 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.SuperEffectiveBoost
-
- 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(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.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.
- 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
-
- 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.
- modifyPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
-
- 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.ShieldDust
-
- 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.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
-
- 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
-
- 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, 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.SereneGrace
-
- 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.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.GlaiveRushLock
-
- 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.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.
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.WaterPledge
-
- 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.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
-
- 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(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.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 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[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Modifies several stats by different amounts.
- 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, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
- modifyStat(int, BattleStatsType, PixelmonWrapper, boolean) - 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
-
- modifyStat(int[], BattleStatsType[], PixelmonWrapper, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Modifies several stats by different amounts.
- 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() - 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.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, 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.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) - 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.battles.status.StatusBase
-
Modifies the Pokémon's stats at the beginning of a battle turn.
- modifyStatsCancellableOther(PixelmonWrapper, PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OfRuin
-
- 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(ServerPlayerEntity, StatueEntity, EnumStatuePacketMode, Object) - Constructor for class com.pixelmonmod.pixelmon.api.events.StatueEvent.ModifyStatue
-
- 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, BattleController) - 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, BattleController) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FreezeDry
-
- 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
-
- 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.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 - 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.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
-
- 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
-
- 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_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- moon_stone_helm - 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_legs - 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_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- moon_stone_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- moon_stone_plate - 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 - 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<OreFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.MoonStoneOreFeature
-
- 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_SUN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- MORPEKO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- MORPEKO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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 - 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
-
- MOUNT_LANAKILA - Static variable in class com.pixelmonmod.pixelmon.world.dimension.DimensionRegistration
-
- MOUNTAIN_DEN - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- MOUNTAIN_GALE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- MOUNTAIN_WAY_POINT - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- mountBlock(World, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BenchBlock
-
- mountBlock(World, BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableSittableModelBlock
-
- mountBlock(World, BlockPos, PlayerEntity) - 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.moveSkills
-
- MountBoost() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.MountBoost
-
- MountedFlyingParameters - Class in com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted
-
Represents the parameters for an entities' mounted flying movement & AI & animation
- 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
- MountedFlyingParameters() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
-
- 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.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 interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
-
- 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.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.ChattingNPCScreen
-
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.QuestGiverNPCScreen
-
- 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.npcEditor.TrainerEditorMoreScreen
-
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.LanDetectedEntry
-
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList
-
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.NormalEntry
-
- 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.PokemonScreen
-
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.TrashCanButton
-
- 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.pokechecker.TextFieldTransparent
-
Args: x, y, buttonClicked
- 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.PartyEditorBaseScreen
-
- 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.raids.RaidStartScreen
-
- 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.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.PokeCheckerButton
-
- 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.widgets.TextFieldMultipleLine
-
- 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.pixelmon.quests.client.editor.QuestEditorScreen
-
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestOverviewScreen
-
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStageScreen
-
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStringsScreen
-
- mouseClicked(double, double, int, int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- mouseClicked(double, double, int, int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- mouseClicked(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Args: x, y, buttonClicked
- mouseClicked(double, double, int, int) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiQuests
-
- 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.npcEditor.ChattingNPCEditorScreen
-
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.QuestGiverNPCEditorScreen
-
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TradeEditorScreen
-
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorScreen
-
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorAdvancedScreen
-
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- 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(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Handles mouse input.
- 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.
- mouseDown - Variable in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
-
- 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.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.pixelmon.client.camera.ChattableCameraScreen
-
- mouseOverButton - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
The index of the button that the cursor is over.
- 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
-
- mouseOverTexture - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Button for a moused-over starter option.
- 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.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.npc.ShopkeeperScreen
-
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- 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.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.camera.CameraScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTMsScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
- 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) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
- mouseScrolled(int, int, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TextFieldMultipleLine
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestOverviewScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStageScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStringsScreen
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiQuests
-
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
-
- move - Variable in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
-
- move(int, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
- move(int, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the move to the
Attack
at the given index
- move(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- move(MoverType, Vector3d) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- move(MoverType, Vector3d) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- move1 - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
Lists of moves for each slot.
- move2 - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
Lists of moves for each slot.
- move3 - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
Lists of moves for each slot.
- move4 - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
Lists of moves for each slot.
- 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_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
-
- 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.
- 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, Optional<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
-
- moveCursorBy(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
Moves the text cursor by a specified number of characters and clears the selection
- moveCursorBy(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Moves the text cursor by a specified number of characters and clears the selection
- MoveDirection - Enum 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(PlayerEntity, Pokemon, NPCEntity, 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.
- moveList - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
The moves that the tutor can teach.
- MoveListCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- MoveListCommand(CommandDispatcher<CommandSource>) - 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 - 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 - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- 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
-
- movementLogicTypes - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
-
- 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.client.models.PixelmonModelBase
-
- movementThreshold - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- 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
-
Gson
type
TypeAdapter
for the
Movement
class such that it can be converted
to and from Json text when loading to/from
Species
data.
- MovementTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MovementTypeAdapter
-
- movePower - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The base power of the attack.
- moveReminderMoves(RegistryValue<ImmutableAttack>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the moves this Pokémon gets from the Move Reminder
- moveReminderMoves(List<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(PixelmonWrapper) - 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.
- MoveResults(PixelmonWrapper, int, float, AttackResult) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
Initializes a move's results.
- MoveResults(MoveResults) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
Deep copy constructor
- moves(Attack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the moves of the Pokemon
- Moves - Class in com.pixelmonmod.pixelmon.api.pokemon.species.moves
-
The moves object for storing all move related information about a
Species
's
Stats
- moves - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- moves - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
- Moves.Builder - Class in com.pixelmonmod.pixelmon.api.pokemon.species.moves
-
Builder class to create the
Moves
class
- MOVES_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
-
- moveSelection(AbstractList.Ordering) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList
-
- moveset - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent
-
- moveset - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- Moveset - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
A Pokémon's moveset.
- 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.
- 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.
- MovesetDefinition - Class in com.pixelmonmod.pixelmon.world.generation.gyms
-
A potential moveset for a Gym Trainer's Pokémon.
- MovesetDefinition() - Constructor for class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
- 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
-
- MovesetGroup - Enum in com.pixelmonmod.pixelmon.api.enums
-
- MoveSkill(ServerPlayerEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.MoveSkill
-
Default constructor taking only the pokemon that evolved
- MoveSkill(ServerPlayerEntity, Pokemon, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.MoveSkill
-
Constructor for pokemon that evolved with the required item
- 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.EnumTargetType - Enum in com.pixelmonmod.pixelmon.api.moveskills
-
The types of targets that an external move can target.
- 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.api.moveskills.MoveSkill
-
- moveSkills - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- 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 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
-
- moveStage(QuestData, Stage, short) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- moveStrafing - Variable in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- MovesTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
type
TypeAdapter
for the
Moves
class such that it can be converted
to and from Json text when loading to/from
Species
data.
- 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.ProxyPathNavigator
-
- moveTo(Entity, double) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- moveTo(Path, double) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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(MobEntity, 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
-
- 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(String, int) - Static method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- MOVING - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- MovingJigsawPiece - Class in com.pixelmonmod.pixelmon.world.structure
-
- MovingJigsawPiece(Either<ResourceLocation, Template>, Supplier<StructureProcessorList>, JigsawPattern.PlacementBehaviour, Integer, Integer, Boolean) - Constructor for class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- MovingJigsawPiece(Template) - Constructor for class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- 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() - 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
-
- 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
-
- MRRIME - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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_BOMB_ANCIENT - 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- MUD_SLAP_ANCIENT - 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
-
- 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
-
- MudSport - Class in com.pixelmonmod.pixelmon.battles.status
-
Weakens Electric-type attacks by 2/3.
- 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(Vector4f, float, Vector4f) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
-
- mul(Matrix4f, float, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
-
- mul(Matrix3f, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
-
- mul(Matrix4f, Matrix4f, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Multiply the right matrix by the left and place the result in a third matrix.
- mul(MutableVector3d) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- mul(double, double, double) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- mul(float) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- mulligan(PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
-
- mulPose(MatrixStack, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.QuaternionHelper
-
- mult(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
-
- mult(double) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
-
- mult(float) - 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.api.registries.PixelmonTileEntities
-
- MULTI_COUCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
-
- 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(AbstractBlock.Properties, int, double, int) - Constructor for class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
Initializes a multi-block.
- MultiBlock(AbstractBlock.Properties, int, double, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
Initializes a multi-block.
- MultiBlockPosition - Enum in com.pixelmonmod.pixelmon.blocks.enums
-
- MultiCouchTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by Oa10712 on 5/20/2020
- MultiCouchTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MultiCouchTileEntity
-
- MULTIPLAYER - Static variable in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
-
- MultiplayerScreenModifier - Class in com.pixelmonmod.pixelmon.client.gui.override.multiplayer
-
- MultiplayerScreenModifier() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.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 com.pixelmonmod.pixelmon.items.LureItem.LureStrength
-
- multiply(Quaternion, Quaternion) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.QuaternionHelper
-
- multiply(Matrix3f, Vector3d) - Static method in class com.pixelmonmod.pixelmon.client.camera.movement.PlayerControlledMovement
-
- 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
-
- MultiTurn - Class in com.pixelmonmod.pixelmon.battles.status
-
Used to represent multi-turn moves.
- 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
-
- 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_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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_DEN - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- MUSHROOM_GROTTO - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- MUSHROOM_WAY_POINT - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- music_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- music_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
-
- MusicBlockTileEntity.BlockSoundRecord - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- 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
-
- MutableLocation - Class in com.pixelmonmod.pixelmon.api.world
-
A location in a world that can have its properties changed.
- MutableLocation(World, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.world.MutableLocation
-
- MutableLocation(World, int, int, int) - 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(ITextComponent, ITextComponent, ITextComponent, ITextComponent, ResourceWithFallback, PaletteProperties) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
-
- MutableVector3d - Class in com.pixelmonmod.pixelmon.tools
-
- MutableVector3d(double, double, double) - Constructor for class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- MutableVector3d(Vector3f) - Constructor for class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- MutableVector3d(Vector3d) - Constructor for class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- 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
-
- MysteriousAirCurrent - Class in com.pixelmonmod.pixelmon.battles.status
-
- 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_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- 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.PixelmonISTERs
-
- 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
-
- MysteryBoxBlock - Class in com.pixelmonmod.pixelmon.blocks
-
- MysteryBoxBlock(AbstractBlock.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
-
- MysteryBoxISTER - Class in com.pixelmonmod.pixelmon.client.render.item.ister
-
- MysteryBoxISTER() - Constructor for class com.pixelmonmod.pixelmon.client.render.item.ister.MysteryBoxISTER
-
- MysteryBoxTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- MysteryBoxTileEntity() - 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
-
- 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
-
- 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
-
- p - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
- 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() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Group
-
- pack - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
-
- 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 in com.pixelmonmod.pixelmon.comm.data
-
An enum linking the NetworkDirection
and Dist
classes for easier abstraction
- PacketDirection - Enum in com.pixelmonmod.tcg.network.data
-
An enum linking the NetworkDirection
and Dist
classes for easier abstraction
- PacketInfo - Annotation Type in com.pixelmonmod.pixelmon.comm.data
-
- PacketInfo - Annotation Type 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(ServerPlayerEntity, 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.
- 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
-
- 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
-
- 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() - 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(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the palette of the Pokemon
Setting to null selects a random default palette from the form
- palette - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
-
- palette(PaletteProperties) - Method 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 - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette
-
This class represents a palette for a set of given
Species
s
A visual modification of a
Species
with particle effects
- 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.pixelmon.api.storage.NbtKeys
-
- PALETTE - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
-
- 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_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- PaletteParticles - Class in com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects
-
- PaletteParticles(ParticleType<?>) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.PaletteParticles
-
- PaletteParticles(ParticleSystems) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.PaletteParticles
-
- PaletteProperties - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette
-
Stores the transformation information for the
Palette
of a given
Species
- PaletteProperties() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- PaletteProperties(String, String, ModelLocator[], ResourceWithFallback, ResourceWithFallback, ResourceWithFallback, PaletteParticles) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Default constructor taking parameters for the aspects that can be modified
- PalettePropertiesTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette
-
Gson
type
TypeAdapter
for the
PaletteProperties
class such that it can be converted
to and from Json text when loading to/from
Species
data.
- PalettePropertiesTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PalettePropertiesTypeAdapter
-
- PaletteRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- PaletteRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PaletteRequirement
-
- PaletteRequirement(String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PaletteRequirement
-
- PALETTES - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.ShearInteraction
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- pamtre_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PAMTRE_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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() - 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
-
- ParadoxDuoFormChange - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges
-
- ParadoxDuoFormChange() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ParadoxDuoFormChange
-
- 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() - 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
-
- 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
-
- 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
-
- 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(String) - Static method in class com.pixelmonmod.api.loader.DataSyncLock
-
- park - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Park Ball.
- PARK_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
-
- 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(Object) - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.BattleProperty
-
Attempts to parse the object into a PropertyValue
Will return Optional.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() - 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(InputStream) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.AbandonableAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.CommandAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.DialogueInjectAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.EndDialogueAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.FinishQuestAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.FlagAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.GiveItemAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.GivePokemonAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.GiveXPAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.KeyItemAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.PotionAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SendMessageAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.ServerCosmeticAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SetStageAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SoundAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.SpawnPokemonAction
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.actions.actions.TeleportAction
-
- parse(Quest, Stage, ArgsIn) - Method in interface com.pixelmonmod.pixelmon.quests.actions.IAction
-
- parse(Quest, Stage, ArgsIn) - Method in interface com.pixelmonmod.pixelmon.quests.objectives.IObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.AttackObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.TrainerObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.DialogueInjectObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.EntityInteractObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.EntityVicinityObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.NPCObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.PokemonObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.TileEntityVicinityObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertBooleanObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertConcatenationObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertDecimalObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertIntegerObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNameObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNPCObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertSpecObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertStringObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertTypingObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.location.AbsolutePositionObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.BlockerObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.DateObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.FlagObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.FollowthroughObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.QueryObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.RandomObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.ServerTimeObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TestDataObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TimerObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.player.ItemObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.DimensionObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.StructureObjective
-
- parse(Quest, Stage, ArgsIn) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.WorldTimeObjective
-
- parse(Quest) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- parse(String) - Static method in enum 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
-
- parseAndMap() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- parseBoolean(String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
-
- parseBoolean(String) - Method in class com.pixelmonmod.api.requirement.AbstractBooleanRequirement
-
- 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(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
-
Parses the arg to a double
- 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.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
- parseInteger(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
-
- 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
- parseOrNull(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.AttackCategory
-
- parseOrNull(int) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
Gets the type for the given index or returns null
- parseOrNull(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
Gets a type from its name.
- parseOrNull(String) - Static method in enum com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
-
- parsers - Variable in class com.pixelmonmod.pixelmon.client.models.obj.LineParserFactory
-
- parseType(int) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
Gets a type from its index.
- parseType(String) - Static method in enum 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
- partialTick - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
-
- PartialTrap - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes residual damage and prevents Pokémon from switching.
- 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
-
- 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
-
- ParticipantType - Enum in com.pixelmonmod.pixelmon.battles.controller.participants
-
- 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, ParticleEffect) - Constructor for class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
Particle with default sizing.
- ParticleArcanery(double, double, double, double, double, double, float, ParticleEffect) - Constructor for class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
Particle with specified 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(ClientWorld, double, double, double, double, double, double, BlockState) - Constructor for class com.pixelmonmod.pixelmon.client.render.ParticleBlocks
-
Initializes the particle.
- particleClass - Variable in enum 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(ClientWorld, double, double, double, double, double, double, boolean, IAnimatedSprite) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleGastly
-
- ParticleKoffing - Class in com.pixelmonmod.pixelmon.battles.animations.particles
-
- ParticleKoffing(ClientWorld, double, double, double, double, double, double, IAnimatedSprite) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleKoffing
-
- ParticleKoffing(ClientWorld, double, double, double, double, double, double, float, IAnimatedSprite) - 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 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(ClientWorld, double, double, double, double, double, double, IAnimatedSprite) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleShiny
-
- ParticleShiny(ClientWorld, double, double, double, double, double, double, float, IAnimatedSprite) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleShiny
-
- ParticleSmoke - Class in com.pixelmonmod.pixelmon.battles.animations.particles
-
- ParticleSmoke(ClientWorld, double, double, double, double, double, double, IAnimatedSprite) - 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 in com.pixelmonmod.pixelmon.client.particle
-
- 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
-
- party - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiredEvent
-
- party - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiringEvent
-
- party - Variable in class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Cured
-
- party - Variable in class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Spread
-
- party(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
-
- party - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
-
The player's party Pokémon.
- 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_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
-
- PartyEditorBaseScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
Editor GUI for a Pokémon party.
- PartyEditorBaseScreen(List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
Initializes the GUI.
- 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
-
- PartyStorage - Class in com.pixelmonmod.pixelmon.api.storage
-
- PartyStorage(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- 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
-
- 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.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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- passho_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PASSHO_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- PassiveEffectProxy - Class in com.pixelmonmod.pixelmon.api.pokemon.effects
-
- 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(ServerPlayerEntity, 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
-
- 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
-
- 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.
- PATCH_CACTUS - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- PATCH_CACTUS_DESERT - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- PATH - Static variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- path - Variable in enum com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
-
- pathFromResourceLocation(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RCFileHelper
-
- PATRAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- PATRAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- pause(ISound) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
-
- pauseBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Pauses the battle.
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- payapa_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PAYAPA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Payback - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the user moves after the target.
- Payback() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Payback
-
- PayDay - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Gives PokéDollars to the player after battle.
- PayDay() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PayDay
-
- payDay - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
The amount of money earned from Pay Day after the battle ends.
- PAYPAPA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- PC - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
A PC box contained within a PC.
- pc - Variable in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- 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_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.
- 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
-
- PCBoxSearch - Class in com.pixelmonmod.pixelmon.api.storage
-
- PCBoxSearch(PCStorageSearch, int) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PCBoxSearch
-
- PcCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- PcCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PcCommand
-
- pcLeft - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The locations of the corners of the PC.
- 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.client.storage.ClientStorageManager
-
- PCS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- PCScreen - Class in com.pixelmonmod.pixelmon.client.gui.pc
-
The PC GUI.
- PCScreen(StoragePosition) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
Initializes the PC GUI at the given position or last position.
- PCScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
Initializes the PC GUI at last known position or 0.
- 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.
- PCStorage - Class in com.pixelmonmod.pixelmon.api.storage
-
- PCStorage(UUID, int) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PCStorage
-
- PCStorage(UUID) - 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) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
-
- PCTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- PCTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- pecha_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PECHA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- PECK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- PEEK - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
-
- 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
-
- 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
-
- 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
-
- perfectIVs - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
- perform(double) - Method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective.Mode
-
- performBattleStartCheck(World, 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(ServerWorld, Random, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
-
- performBonemeal(ServerWorld, Random, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
-
- performBonemeal(ServerWorld, Random, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelp
-
- performBonemeal(ServerWorld, Random, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepSeaGrass
-
- perilous_soup - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- Perish - Class in com.pixelmonmod.pixelmon.battles.status
-
Faints the Pokémon after three turns have passed.
- 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
-
- perpDot(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
-
- PERRSERKER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- PERRSERKER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- PERSIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- PERSIAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- PERSIM - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- persim_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PERSIM_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Adds the persistent nbt data for the pokemon
- PERSISTS_AFTER_BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
- 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
-
- 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
-
- PETAYA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- petaya_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PETAYA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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 in com.pixelmonmod.tcg.duel
-
- PhaseAction - Enum 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
-
- PHONEY - 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
-
- 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(World, BlockState, ApricornType, BlockPos, ServerPlayerEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.ApricornEvent.Pick
-
- pick(ServerPlayerEntity, int, boolean[]) - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
-
- 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
-
- picket_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- picket_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- PICKET_FENCE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- PICKET_FENCE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
-
- PicketFenceBlock - Class in com.pixelmonmod.pixelmon.blocks
-
- PicketFenceBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- PicketFenceCornerTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 8/3/2015.
- PicketFenceCornerTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PicketFenceCornerTileEntity
-
- PicketFenceCrossTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 26/3/2015.
- PicketFenceCrossTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PicketFenceCrossTileEntity
-
- PicketFenceNormalTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 8/3/2015.
- PicketFenceNormalTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PicketFenceNormalTileEntity
-
- 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
-
- pickSpeed() - Method in class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
-
- pickSpeed() - Method in class com.pixelmonmod.pixelmon.ai.SwimmingGoal
-
- pickTopNBestChoices(int, List<MoveChoice>, List<MoveChoice>) - 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.
- pickUpItem(ItemEntity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Tests if this entity should pick up a weapon or an armor.
- pickUpPixelmon - Variable in class com.pixelmonmod.pixelmon.ai.TargetEnvironmentGoal
-
- 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
-
- PIGNITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- PIGNITE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- PIKA_PAPOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- pikashunium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PIKIPEK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- PIKIPEK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- PILLAR_AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- 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 - 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
-
- PINAP_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- PINCURCHIN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- PINECO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- PINECO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- PINK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- pink_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PINK_APRICORN_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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_sign - 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_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_DAPPLES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- 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_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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_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
-
- 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(World, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Initializes a block snapshot.
- PixelBlockSnapshot(World, BlockPos, BlockState, CompoundNBT) - Constructor for class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Initializes a block snapshot.
- PixelBlockSnapshot(BlockPos, String, String, CompoundNBT) - Constructor for class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Raw constructor designed for serialization usages.
- PixelBlockSnapshot(BlockPos, BlockState, CompoundNBT) - Constructor for class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Raw constructor designed for serialization usages.
- PixelCommand - Class in com.pixelmonmod.pixelmon.command
-
- PixelCommand(CommandDispatcher<CommandSource>, String, String, int) - Constructor for class com.pixelmonmod.pixelmon.command.PixelCommand
-
- PixelCommand(CommandDispatcher<CommandSource>) - 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 in com.pixelmonmod.pixelmon.storage.extras
-
- PixelExtrasData.HatType - Enum in com.pixelmonmod.pixelmon.storage.extras
-
- PixelExtrasData.MonocleType - Enum in com.pixelmonmod.pixelmon.storage.extras
-
- PixelExtrasData.RobeType - Enum in com.pixelmonmod.pixelmon.storage.extras
-
- PixelExtrasData.SashType - Enum in com.pixelmonmod.pixelmon.storage.extras
-
- PixelExtrasData.SphealType - Enum in com.pixelmonmod.pixelmon.storage.extras
-
- PixelExtrasData.WingType - Enum 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
-
- Pixelmon - Class in com.pixelmonmod.pixelmon
-
Main class for Pixelmon.
- Pixelmon() - Constructor for class com.pixelmonmod.pixelmon.Pixelmon
-
- 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(ServerPlayerEntity, 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
-
- PixelmonBiomeGeneration - Class in com.pixelmonmod.pixelmon.world.dimension
-
- PixelmonBiomeGeneration() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.PixelmonBiomeGeneration
-
- PixelmonBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Default block class for blocks in the Pixelmon mod
- PixelmonBlock(AbstractBlock.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.PixelmonBlock
-
- PixelmonBlock(AbstractBlock.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.
- 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(World, BlockPos, ServerPlayerEntity, BattleStartTypes, PixelmonEntity, PixelmonEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonBlockStartingBattleEvent
-
- 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, World, BlockPos, ServerPlayerEntity, PixelmonEntity, BattleStartTypes) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonBlockTriggeredBattleEvent
-
- PixelmonBoatEntity - Class in com.pixelmonmod.pixelmon.entities.custom
-
- PixelmonBoatEntity(EntityType<? extends BoatEntity>, World) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
-
- PixelmonBoatEntity(World, double, double, double) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
-
- PixelmonBoatItem - Class in com.pixelmonmod.pixelmon.items
-
- PixelmonBoatItem(BoatEntity.Type, Item.Properties, WoodType) - Constructor for class com.pixelmonmod.pixelmon.items.PixelmonBoatItem
-
- PixelmonBoatRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
-
- PixelmonBoatRenderer(EntityRendererManager) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonBoatRenderer
-
- PixelmonBootsItem - Class in com.pixelmonmod.pixelmon.items
-
Makes the player run faster.
- PixelmonBootsItem(IArmorMaterial, EquipmentSlotType) - 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
-
- 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.
- PixelmonCommands - Class in com.pixelmonmod.pixelmon.command
-
- PixelmonCommands(CommandDispatcher<CommandSource>, Commands.EnvironmentType) - 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.
- 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
-
- PixelmonDayCareCondition() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
-
- PixelmonDebugChunkGenerator - Class in com.pixelmonmod.pixelmon.world.dimension.debug
-
- PixelmonDebugChunkGenerator(Registry<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(ServerPlayerEntity, Pokemon, DeleteType) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonDeletedEvent
-
- PixelmonDimensionRenderInfo - Class in com.pixelmonmod.pixelmon.world.dimension.client
-
- PixelmonDimensionRenderInfo(float, boolean, DimensionRenderInfo.FogType, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
-
- PixelmonDimensionRenderInfo() - 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, ResourceIndex) - 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 - Variable in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
The PixelmonEntity sent out by the player to start the battle.
- PixelmonEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
-
A Pokémon entity.
- PixelmonEntity(EntityType<PixelmonEntity>, World) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- PixelmonEntity(World, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Sets up the Pokémon.
- PixelmonEntity(World, CompoundNBT) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- 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(ServerPlayerEntity, 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
-
- PixelmonFeatures - Class in com.pixelmonmod.pixelmon.world.generation
-
- PixelmonFeatures() - Constructor for class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- PixelmonFileAdapter - Class in com.pixelmonmod.pixelmon.storage.adapters
-
- PixelmonFileAdapter() - Constructor for class com.pixelmonmod.pixelmon.storage.adapters.PixelmonFileAdapter
-
- PixelmonForms - Class in com.pixelmonmod.pixelmon.api.registries
-
- PixelmonForms() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- 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.
- PixelmonGroundPathNavigator - Class in com.pixelmonmod.pixelmon.ai.naivgator
-
- PixelmonGroundPathNavigator(MobEntity, World) - Constructor for class com.pixelmonmod.pixelmon.ai.naivgator.PixelmonGroundPathNavigator
-
- pixelmonID - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
The ID of the Pokémon to transform.
- PixelmonInitEvent - Class in com.pixelmonmod.pixelmon.api.events.init
-
- PixelmonInitEvent(PixelmonStorageManager, PixelmonBreedingLogic) - 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.
- PixelmonISTERs - Class in com.pixelmonmod.pixelmon.client.models.items
-
- PixelmonISTERs() - Constructor for class com.pixelmonmod.pixelmon.client.models.items.PixelmonISTERs
-
- 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.
- PixelmonItemGroups - Class in com.pixelmonmod.pixelmon.items.group
-
Registers Creative mode categories for Pixelmon items.
- PixelmonItemGroups() - Constructor for class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
- 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
-
- PixelmonItemTiers - Class in com.pixelmonmod.pixelmon.api.registries
-
- PixelmonItemTiers() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
-
- 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.entity.Entity> - Class in com.pixelmonmod.pixelmon.client.models
-
- PixelmonModelBase() - Constructor for class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- PixelmonModelHolder<M extends net.minecraft.client.renderer.model.Model> - Class in com.pixelmonmod.pixelmon.client.models
-
Created by Jay113355 on 10/7/2017.
- PixelmonModelHolder(PixelmonSmdFactory) - Constructor for class com.pixelmonmod.pixelmon.client.models.PixelmonModelHolder
-
- PixelmonModelRenderer - Class in com.pixelmonmod.pixelmon.client.models
-
- PixelmonModelRenderer(Model, String) - Constructor for class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
-
- PixelmonModelRenderer(Model) - 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.entity.Entity> - Class in com.pixelmonmod.pixelmon.client.models
-
- PixelmonModelSmd() - Constructor for class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
-
- PixelmonMoveHelper - Class in com.pixelmonmod.pixelmon.entities.pixelmon.movement
-
- PixelmonMoveHelper(MobEntity) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMoveHelper
-
- 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(MobEntity) - 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
-
- pixelmonOverlay - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Maximized party overlay.
- 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>, World) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
-
- PixelmonPaintingEntity(World) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
-
- PixelmonPaintingEntity(World, 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
-
- 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
-
- PixelmonPokemonProxy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PixelmonPokemonProxy
-
- PixelmonPotionEffect - Class in com.pixelmonmod.pixelmon.comm
-
- PixelmonPotionEffect(EffectType, DyeColor) - Constructor for class com.pixelmonmod.pixelmon.comm.PixelmonPotionEffect
-
- PixelmonRecipeTypes - 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.
- PixelmonRecipeTypes() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonRecipeTypes
-
- PixelmonRegistries - Class in com.pixelmonmod.pixelmon.api.registries
-
A class that exposes static references to all Pixelmon custom accessors.
- PixelmonRegistries() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonRegistries
-
- PixelmonRegistries.Keys - Class in com.pixelmonmod.pixelmon.api.registries
-
- 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(EntityRendererManager) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonRenderer
-
- PixelmonRendering - Class in com.pixelmonmod.pixelmon.client.render
-
- PixelmonRendering() - Constructor for class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- PixelmonRequirements - Class in com.pixelmonmod.pixelmon.api.registries
-
- PixelmonRequirements() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- PixelmonRichPresence - Class in com.pixelmonmod.pixelmon.client.richpresence
-
- PixelmonRichPresence(String) - Constructor for class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
-
- 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
-
- PixelmonSmdFactory - Class in com.pixelmonmod.pixelmon.client.models
-
Created by Jay113355 on 10/7/2017.
- PixelmonSmdFactory(ResourceWithFallback...) - Constructor for class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- PixelmonSmdFactory.Impl<T extends AbstractClientEntity> - Class in com.pixelmonmod.pixelmon.client.models
-
- 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(BlockPos, CompoundNBT, List<PokemonRarity>) - Constructor for class com.pixelmonmod.pixelmon.comm.PixelmonSpawnerData
-
- PixelmonSpawnerData() - 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() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
-
- PixelmonSpawnerTileEntity.AreaType - Enum 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(AbstractBlock.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(CompoundNBT) - Constructor for class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
-
- PixelmonStatsData(PermanentStats) - Constructor for class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
-
- PixelmonStorageAsyncScheduler - Class in com.pixelmonmod.pixelmon.storage.schedulers
-
- PixelmonStorageAsyncScheduler() - Constructor for class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
-
- PixelmonStorageManager - Class in com.pixelmonmod.pixelmon.api.storage
-
- PixelmonStorageManager(StorageSaveScheduler, StorageSaveAdapter) - 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
-
- PixelmonStructureFeatures - Class in com.pixelmonmod.pixelmon.world.structure
-
- PixelmonStructureFeatures() - Constructor for class com.pixelmonmod.pixelmon.world.structure.PixelmonStructureFeatures
-
- PixelmonStructures - Class in com.pixelmonmod.pixelmon.world.structure
-
- PixelmonStructures() - Constructor for class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- PixelmonTabs - Class in com.pixelmonmod.pixelmon.client.gui.inventory.tabs
-
- PixelmonTabs() - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.PixelmonTabs
-
- PixelmonTags - Class in com.pixelmonmod.pixelmon.init.registry
-
- PixelmonTags() - Constructor for class com.pixelmonmod.pixelmon.init.registry.PixelmonTags
-
- PixelmonTicketType - Class in com.pixelmonmod.pixelmon.api.registries
-
- PixelmonTicketType() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonTicketType
-
- PixelmonTileEntities - 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.
- PixelmonTileEntities() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- PixelmonTradeEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires when a trade is completing.
- PixelmonTradeEvent(PlayerEntity, PlayerEntity, 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
- PixelmonUnitTesting - Class in com.pixelmonmod.pixelmon.api.test
-
- PixelmonUnitTesting() - Constructor for class com.pixelmonmod.pixelmon.api.test.PixelmonUnitTesting
-
- 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
-
- PixelmonWallSignBlock - Class in com.pixelmonmod.pixelmon.blocks
-
- PixelmonWallSignBlock(AbstractBlock.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
-
- pixelmonWiki - Static variable in class com.pixelmonmod.pixelmon.client.keybindings.PokedexKey
-
The base URL of the Pixelmon wiki.
- 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(BattleParticipant, PixelmonEntity, int) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Constructs the wrapper.
- PixelmonWrapper(BattleParticipant, PixelmonEntity, int, BattleController) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Constructs up the wrapper.
- PixelmonWrapper(BattleParticipant, Pokemon, int) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Constructs the wrapper.
- PixelmonWrapper(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Makes a deep copy of the PixelmonWrapper object
- PixelRenderPlayer - Class in com.pixelmonmod.pixelmon.client.render.player
-
Exists purely for the reason that Mojang can't code.
- PixelRenderPlayer(EntityRendererManager) - Constructor for class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
-
Initializes the renderer.
- PixelRenderPlayer(EntityRendererManager, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
-
Initializes the renderer.
- 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
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ApricornTreesFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.BerryTreesFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldIslandFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldKelpFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldSeaGrassFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.EvolutionRockFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FallenLeavesFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FireStoneOreFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FossilsFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.GracideaFlowersFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.lanakila.CandyCaneFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.LeafStoneOreFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.MaxMushroomsFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, OreFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.MoonStoneOreFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.PokeChestFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, SurfaceBiomeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceBiomeOreFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, SurfaceCategoryFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceCategoryOreFeature
-
- place(ISeedReader, Random, List<BlockPos>, List<BlockPos>, Set<BlockPos>, MutableBoundingBox) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.decorator.PresentTreeDecorator
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.TumblestoneFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterGyserFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterMetalPipeFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterMonolithFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant.PlantMonolithFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant.PlantXurkitreeFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DeepKelpFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DeepSeaSpikeFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DesertSpikeFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.UltraBossFeature
-
- place(ISeedReader, ChunkGenerator, Random, BlockPos, NoFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.WaterStoneOreFeature
-
- place(ISeedReader, Random, List<BlockPos>, List<BlockPos>, Set<BlockPos>, MutableBoundingBox) - Method in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraLeaveVineTreeDecorator
-
- place(ISeedReader, Random, List<BlockPos>, List<BlockPos>, Set<BlockPos>, MutableBoundingBox) - Method in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraTrunkVineDecorator
-
- place(TemplateManager, ISeedReader, StructureManager, ChunkGenerator, BlockPos, BlockPos, Rotation, MutableBoundingBox, Random, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- place(TemplateManager, ISeedReader, StructureManager, ChunkGenerator, BlockPos, BlockPos, Rotation, MutableBoundingBox, Random, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- placeBed(World, BlockPos, Direction, DyeColor) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
-
- PlaceChain(PlayerEntity, 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
-
- placeLogAxis(IWorldGenerationReader, Random, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig, Direction.Axis) - Static method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeDLogPlacer
-
- placeLogAxis(IWorldGenerationReader, Random, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig, Direction.Axis) - Static method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeELogPlacer
-
- placeLogAxisX(IWorldGenerationReader, Random, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Static method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeCLogPlacer
-
- PlaceOrb(PlayerEntity, TimespaceAltarTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.PlaceOrb
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.GingkoFancyTrunkPlacer
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.MegaUltraElmTrunkPlacer
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.MegaUltraJungleTrunkPlacer
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.EggantTrunkPlacer
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeCLogPlacer
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeDLogPlacer
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeELogPlacer
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LumTrunkPlacer
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StraightTrunkPlacer
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StribTrunkPlacer
-
- placeTrunk(IWorldGenerationReader, Random, int, BlockPos, Set<BlockPos>, MutableBoundingBox, BaseTreeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.TougaTrunkPlacer
-
- placeVine(IWorldWriter, BlockPos, BooleanProperty, Set<BlockPos>, MutableBoundingBox) - Method in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraLeaveVineTreeDecorator
-
- placeVine(IWorldWriter, BlockPos, BooleanProperty, Set<BlockPos>, MutableBoundingBox) - Method in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraTrunkVineDecorator
-
- plain_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PLAINS_DEN - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- PLAINS_GROTTO - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- PLAINS_WAY_POINT - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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_MONOLITH - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- PLANT_XURKITREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
-
- PLANT_XURKITREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- PlantMonolithFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant
-
- PlantMonolithFeature(Codec<NoFeatureConfig>) - 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<NoFeatureConfig>) - 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_FISTS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- plasma_helm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- plasma_legs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- plasma_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PLASMA_SHIP - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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
-
- PLATINUM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
-
- PLATINUM_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
-
- 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_ingot - 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_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- playAnimation(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Does animation for the attack.
- PlayBattleMusicPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music
-
Tells the client what battle music should play for this battle.
- PlayBattleMusicPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music.PlayBattleMusicPacket
-
Empty constructor for packet registration.
- 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(World, AttackAnimationData, ImmutableAttack, int, Vector3d, int, Vector3d) - 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
-
- playCelebrateSound() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- playDownSound(SoundHandler) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTabsScreen
-
- player - Variable in class com.pixelmonmod.pixelmon.api.events.AggressionEvent
-
The player being challenged.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.BeatTrainerEvent
-
The player who beat the trainer
- 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.dialogue.DialogueChoiceEvent
-
The player who made the dialogue choice.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueEndedEvent
-
The player closing the GUI
- 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.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.LostToTrainerEvent
-
The player losing to the NPC
- 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.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
-
The player performing the interaction.
- 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.NPCChatEvent
-
The player interacting with the NPC
- player - Variable in class com.pixelmonmod.pixelmon.api.events.PickupEvent
-
- 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.quests.AbandonQuestEvent
-
- player - Variable in class com.pixelmonmod.pixelmon.api.events.quests.FinishQuestEvent
-
- player - Variable in class com.pixelmonmod.pixelmon.api.events.quests.NPCInserterEvent
-
- player - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestActionEvent
-
- player - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestObjectiveEvent
-
- player - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestStageEvent
-
- player - Variable in class com.pixelmonmod.pixelmon.api.events.ReceivedModListEvent
-
The ServerPlayerEntity
representing the player logging in
- 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.ShopkeeperEvent
-
- 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(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of the player associated with something, like a storage owner
- player - Variable in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
The player represented by the container.
- 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
-
- 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
-
- PLAYER_ACTIVATED - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
-
- PLAYER_EXTRAS - Static variable in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasStorage
-
- 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, ServerPlayerEntity, 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(PacketBuffer, 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(PacketBuffer, GameServerState) - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerClientOpponentState
-
- PlayerCommandAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
-
- PlayerCommandAction(int, ServerPlayerEntity, 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(PacketBuffer, GameServerState, boolean) - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- PlayerControlledMovement - Class in com.pixelmonmod.pixelmon.client.camera.movement
-
- PlayerControlledMovement(World, CameraEntity) - Constructor for class com.pixelmonmod.pixelmon.client.camera.movement.PlayerControlledMovement
-
- playerCount - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- 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(World, PlayerEntity, BlockPos, BlockState, TileEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
-
- playerEncounters - Variable in class com.pixelmonmod.pixelmon.api.util.EncounterData
-
- playerEncounters - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
The players battled by the NPC Trainer and when they were last battled.
- playerEntity - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
-
- 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
-
- playerHasTradeRequestPokemon - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- 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
-
- PlayerListeners - Class in com.pixelmonmod.pixelmon.quests.listeners
-
- PlayerListeners() - Constructor for class com.pixelmonmod.pixelmon.quests.listeners.PlayerListeners
-
- 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
-
- 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(ServerPlayerEntity, PixelmonEntity...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Deprecated.
- PlayerParticipant(ServerPlayerEntity, Pokemon...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Initializes the player participant.
- PlayerParticipant(boolean, ServerPlayerEntity, PixelmonEntity...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Deprecated.
- PlayerParticipant(boolean, ServerPlayerEntity, Pokemon...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Initializes the player participant for a raid.
- PlayerParticipant(ServerPlayerEntity, 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, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- PlayerPartyStorage(UUID) - 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 - 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 - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
The player's Pokédex.
- PlayerPokedex.PokedexSpawnData - Class in com.pixelmonmod.pixelmon.api.pokedex
-
- playerPokemon - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
-
- PlayerServerState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/10/2016.
- PlayerServerState(PlayerEntity) - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerServerState
-
- playersNearby() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Checks whether there are players near the NPC.
- 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
-
- playersWithSyncedPCs - Variable in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
-
- 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
-
- playerTouch(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
-
- PlayerTrackingCheckSpawns - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns
-
- PlayerTrackingCheckSpawns() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.PlayerTrackingCheckSpawns
-
- PlayerTrackingSpawner - Class in com.pixelmonmod.pixelmon.spawning
-
- PlayerTrackingSpawner(ServerPlayerEntity) - 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.battles.tasks.RaidDynamaxTask
-
- 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.
- playerWakeUp(PlayerWakeUpEvent) - Static method in class com.pixelmonmod.pixelmon.listener.SleepHandler
-
Heals the player's Pokémon after waking up.
- playerWillDestroy(World, BlockPos, BlockState, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
-
- playerWillDestroy(World, BlockPos, BlockState, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
-
- playerWillDestroy(World, BlockPos, BlockState, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
-
- playEssenceJarEffect(int, int, int, int, ServerWorld, BlockPos, Color) - Static method in class com.pixelmonmod.tcg.listener.TCGServerEventListeners
-
- PlayFlute(ServerPlayerEntity, 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, World, 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Plus
-
- PLUS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- PLUS_SYMBOL - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
-
- PlusBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
-
- PlusBlock(Material) - 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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- Poison - Class in com.pixelmonmod.pixelmon.battles.status
-
Deals 1/8th of the Pokémon's maximum hp in damage every turn.
- 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(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Poison
-
Poisons the target if possible.
- 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 - 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 - Class in com.pixelmonmod.pixelmon.battles.status
-
Deals an increasing amount of damage to the Pokémon every turn.
- PoisonBadly() - Constructor for class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
-
Initializes the status.
- poisonBadly(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
-
Badly poisons the target if possible.
- 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
-
- 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
-
- 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
-
- 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
-
- poke1 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- poke2 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- 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.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.PixelmonItems
-
- 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_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
- POKE_BALL_ISTER - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PixelmonISTERs
-
- 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.PixelmonISTERs
-
- POKE_BALL_MODE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
-
- 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_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.api.registries.PixelmonTileEntities
-
- 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_CHEST - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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.api.registries.PixelmonTileEntities
-
- 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_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_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_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_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_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_STORE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag containing the NPC Trainer's Pokémon.
- PokeBag(Inventory, DyeColor, int) - Constructor for class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
-
- PokeBagContainer - Class in com.pixelmonmod.pixelmon.container
-
- PokeBagContainer(int, PlayerInventory, PokeBagItem.PokeBag) - Constructor for class com.pixelmonmod.pixelmon.container.PokeBagContainer
-
- PokeBagContainer(int, PlayerInventory, PacketBuffer) - 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(IInventory, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.container.PokeBagContainer.PokeBagSlot
-
- 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(String, String, ResourceWithFallback, ResourceWithFallback, ResourceWithFallback, ResourceWithFallback, ResourceWithFallback, String, String[], String, double, double, double, double, boolean, boolean, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Constructs a new Poké Ball.
- POKEBALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- pokeball - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
-
- POKEBALL - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
-
- 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_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_THROW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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>, World) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Initializes an ordinary Poké Ball and its data watcher attributes.
- PokeBallEntity(EntityType<? extends PokeBallEntity>, PokeBall, World, LivingEntity, PokeBallMode) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Initializes the specified 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, RayTraceResult) - 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
- PokeBallISTER - Class in com.pixelmonmod.pixelmon.client.render.item.ister
-
- PokeBallISTER() - Constructor for class com.pixelmonmod.pixelmon.client.render.item.ister.PokeBallISTER
-
- PokeBallItem - Class in com.pixelmonmod.pixelmon.items
-
A Poké Ball inventory item.
- PokeBallItem() - Constructor for class com.pixelmonmod.pixelmon.items.PokeBallItem
-
Initializes the Poké Ball item's attributes.
- PokeBallItemModel - Class in com.pixelmonmod.pixelmon.client.models.items
-
- PokeBallItemModel(IBakedModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
-
- PokeBallItemModel.OverrideList - Class in com.pixelmonmod.pixelmon.client.models.items
-
- PokeBallLidISTER - Class in com.pixelmonmod.pixelmon.client.render.item.ister
-
- PokeBallLidISTER() - Constructor for class com.pixelmonmod.pixelmon.client.render.item.ister.PokeBallLidISTER
-
- 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(IBakedModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
-
- PokeBallMode - Enum in com.pixelmonmod.pixelmon.entities.pokeballs
-
The state that the Poké Ball is in.
- PokeBallPart - Interface in com.pixelmonmod.pixelmon.items
-
- 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(EntityRendererManager) - 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.
- 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<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeBombCommand
-
- POKECENTER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- PokeCheckerButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
This is the little menu that pops up when you right click the a pokémon in the inventory or in a pc.
- PokeCheckerButton(Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.PokeCheckerButton
-
- 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, Button.IPressable) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTabsScreen
-
- PokeCheckerTabsScreen(int, int, int, int, int, int, String, Pokemon, Button.IPressable) - 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_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<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.PokeChestFeature
-
- PokeChestTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- PokeChestTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
-
- PokeCloneCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- PokeCloneCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeCloneCommand
-
- PokeColorCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- PokeColorCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeColorCommand
-
- PokeDelCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- PokeDelCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeDelCommand
-
- Pokedex - Class in com.pixelmonmod.pixelmon.api.pokemon.species
-
- Pokedex() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.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.pixelmon.client.storage.ClientStorageManager
-
- Pokedex - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- Pokedex() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Pokedex
-
- 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_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
- PokedexEntry - Class in com.pixelmonmod.pixelmon.api.pokedex
-
A single Pokémon's entry in the Pokédex.
- PokedexEntry(int, String, float, float) - Constructor for class com.pixelmonmod.pixelmon.api.pokedex.PokedexEntry
-
Initializes a Pokédex entry.
- PokedexEntry(int, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokedex.PokedexEntry
-
- 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, Pokemon, PokedexRegistrationStatus, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokedexEvent
-
- PokedexEvent(UUID, PokedexRegistrationStatus, 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
-
- PokedexRegistrationStatus - Enum 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
-
- 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
-
- pokedexStar - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- PokedexTrigger - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
-
Created by Jay113355 on 9/19/2017.
- 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() - 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, String) - 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, int) - 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.
- 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<CommandSource>) - 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(EnumPokegiftType) - Constructor for class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
-
- PokeGiftBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
-
- PokegiftEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a /pokegift is attempted.
- PokegiftEvent(ServerPlayerEntity, ServerPlayerEntity, 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() - 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<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeGiveCommand
-
- PokeKillCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- PokeKillCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeKillCommand
-
- PokeLoot() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningConfig.PokeLoot
-
- 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(ServerPlayerEntity, 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 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
-
- 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
-
- 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
-
- 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.pokemon.LearnMoveController.LearnMove
-
- 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 - 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
-
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- pokemon - Variable in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
The Pokémon sent out by the player to start the battle.
- pokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.PokemonRelatedBattleAction
-
- 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.pokechecker.PokeCheckerScreen
-
- pokemon - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- POKEMON_BASE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
-
- POKEMON_CAPTURE - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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_DEFEAT - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- POKEMON_DEFEAT_NPC - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- POKEMON_DEFEAT_PLAYER - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- POKEMON_DEFEAT_WILD - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- POKEMON_DEFEATED_BY - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- POKEMON_DELETED - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
-
- POKEMON_EDITOR - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
-
- pokemon_editor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- POKEMON_EGG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- POKEMON_EVOLVE_POST - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- POKEMON_EVOLVE_PRE - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- POKEMON_GIVE - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- POKEMON_HAS - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- POKEMON_HATCH - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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_SPAWN - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- POKEMON_TRADE_GET - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- POKEMON_TRADE_GIVE - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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(PacketBuffer) - 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, Species...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.PokemonBanClause
-
Creates a clause to ban 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.
- 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, PokeBall) - 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
- 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(BaseTrainerEffect, TrainerCardState, int) - Constructor for class com.pixelmonmod.tcg.duel.state.PokemonCardState
-
- PokemonCardState(ImmutableCard, int) - Constructor for class com.pixelmonmod.tcg.duel.state.PokemonCardState
-
- PokemonCardState(PacketBuffer) - 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(PacketBuffer) - 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
-
- PokemonConverterFactory - Class in com.pixelmonmod.pixelmon.api.pokemon.export
-
- 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
-
- PokemonDefinition - Class in com.pixelmonmod.pixelmon.world.generation.gyms
-
- PokemonDefinition() - Constructor for class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- PokemonDropInformation - Class in com.pixelmonmod.pixelmon.api.pokemon.drops
-
- 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
- pokemonDrops - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
- PokemonEditorAdvancedScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
Trainer editor screen for editing advanced settings for a Pokémon.
- PokemonEditorAdvancedScreen(IndividualEditorBaseScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorAdvancedScreen
-
Initializes the editor screen.
- PokemonEditorIndividualScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
GUI for editing an individual Pokémon in the player's party.
- 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.
- PokemonEditorPartyScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
The main party screen of the Pokémon editor.
- PokemonEditorPartyScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorPartyScreen
-
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
-
- 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
- pokemonInfoP1 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
In-battle owned/allied Pokémon details box.
- pokemonInfoP2 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
In-battle opposing Pokémon details box.
- 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.
- pokemonLevel - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
The base pokemonLevel of the Trainer's Pokémon.
- pokemonLevelContainer - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorScreen
-
The Pokémon that the Trainer has.
- pokemonList - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
The Pokémon in the party.
- 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(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.
- PokemonListPacket(PokemonBase[]) - 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
-
- PokemonObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.entity
-
- PokemonObjective(String) - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.PokemonObjective
-
- 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 custom
Pokemon
implementation
To get the current usage use
PokemonFactory
- 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(ServerPlayerEntity, 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
-
- 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(ServerPlayerEntity, 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
- PokemonShimLayer<E extends AbstractClientEntity> - Class in com.pixelmonmod.pixelmon.client.render.entity.layers
-
- PokemonShimLayer(AbstractPokemonRenderer<E>) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.layers.PokemonShimLayer
-
- PokemonSlot - Class in com.pixelmonmod.pixelmon.client.gui.raids
-
- PokemonSlot(RaidData, double, double, double, RaidData.RaidPlayer, Consumer<Integer>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
-
- PokemonSlot(RaidData, double, double, double, Pokemon, Consumer<Integer>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
-
- pokemonSound - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
-
- PokemonSpecification - Class in com.pixelmonmod.api.pokemon
-
- PokemonSpecification(String, List<Requirement<Pokemon, PixelmonEntity, ?>>) - Constructor for class com.pixelmonmod.api.pokemon.PokemonSpecification
-
- PokemonSpecificationProxy - Class in com.pixelmonmod.api.pokemon
-
- PokemonSpecificationProxy() - Constructor for class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
- PokemonStorage - Class in com.pixelmonmod.pixelmon.api.storage
-
- PokemonStorage(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
- 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.attacks.BattleMessageBase
-
The Pokémon being affected by the message.
- 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.
- 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
-
- pokeradar - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PokeResetCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- PokeResetCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeResetCommand
-
- PokeRestartCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- PokeRestartCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeRestartCommand
-
- PokeRetrieveCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- PokeRetrieveCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeRetrieveCommand
-
- Pokerus() - Constructor for class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Pokerus
-
- POKERUS - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
-
- pokerus - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- pokerus(Pokerus) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the pokerus status of the Pokemon
- Pokerus - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
- Pokerus(PokerusStrain) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
-
- 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
-
- 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
-
- pokerusStatus - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- PokerusStrain - Enum 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<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeSeeCommand
-
- PokeSpawnCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Spawns a Pokémon.
- PokeSpawnCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeSpawnCommand
-
- PokeStop() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningConfig.PokeStop
-
- 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(PlayerEntity, 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
-
- PokeStopTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- PokeStopTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
- PokeTakeCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- PokeTakeCommand(CommandDispatcher<CommandSource>) - 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<CommandSource>) - 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.init.registry.BlockRegistration
-
- 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.init.registry.BlockRegistration
-
- 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() - 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Poltergeist - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 1/7/2021.
- Poltergeist() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Poltergeist
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- pomeg_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- POMEG_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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() - 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(List<ITextComponent>) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
-
- populate(ScoreboardLocation, String, Collection<String>, Collection<String>) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomScoreboardOverlay
-
- 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
-
- 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
-
- PORYGON2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- 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
-
- 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
-
- pos1 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- pos2 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- PosAlignment - Enum in com.pixelmonmod.pixelmon.quests.util
-
- position(TargetPoint) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
-
- 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.pixelmon.drops.DropItemQuery
-
- PositionedMovement - Class in com.pixelmonmod.pixelmon.client.camera.movement
-
Focuses at a battle, periodically changing view angle.
- PositionedMovement(World, CameraEntity) - Constructor for class com.pixelmonmod.pixelmon.client.camera.movement.PositionedMovement
-
- PositionRequirement - Class in com.pixelmonmod.api.pokemon.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
-
- positionRider(Entity) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- positionRider(Entity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- PositionTriState - Enum in com.pixelmonmod.pixelmon.api.enums
-
Created by Jay113355 on 6/15/2020.
- POSITIVE_AND_NEGATIVE_ONE - Static variable in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CalculateSpawnLocations
-
- possibleBiomes() - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorldBiomeProvider
-
- possibleBiomes() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpaceBiomeProvider
-
- possibleCatch - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
-
- possibleGenders - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- possiblePokemon - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnInfoNPCTrainer
-
- possibleSpawns - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
-
- possibleSpawns - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
-
- PossibleTradeList - Class in com.pixelmonmod.pixelmon.api.trading
-
- PossibleTradeList() - Constructor for class com.pixelmonmod.pixelmon.api.trading.PossibleTradeList
-
- Post(World, BlockPos, BlockState, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.BeginFight.Post
-
- Post(World, BlockPos, BlockState, Species) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.SelectSpecies.Post
-
- Post(ServerPlayerEntity, PlayerPartyStorage, ItemStack, BlockStateVariantBuilder.ITriFunction<ServerPlayerEntity, Integer, int[], Boolean>) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed.Post
-
- Post(BattleController, Pokemon, BonusStats) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.ApplyBonusStatsEvent.Post
-
- Post(BattleController, String, ServerPlayerEntity, BagSection, List<ItemData>) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems.Post
-
- Post(BattleController, String, ServerPlayerEntity, ItemStack, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.SelectItem.Post
-
- Post(BattleController, BattleParticipant[], BattleParticipant[]) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent.Post
-
- Post(BattleController) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleTickEvent.Post
-
- Post(MysteryBoxTileEntity, PlayerEntity, 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(ServerPlayerEntity, PokemonStorage, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.EggHatchEvent.Post
-
- Post(ServerPlayerEntity, boolean, BlockPos, Vector3d) - Constructor for class com.pixelmonmod.pixelmon.api.events.ElevatorEvent.Post
-
- Post(ServerPlayerEntity, PixelmonEntity, Evolution, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Post
-
Basic constructor for the post evolution event
Including the player, pokemon, evolution and entity
- Post(PlayerEntity, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.HealerEvent.Post
-
- Post(UUID, BellTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.SummonLegendary.Post
-
- Post(ServerPlayerEntity, IlexShrineBlock, PixelmonEntity, IlexShrineTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent.Post
-
- Post(PlayerEntity, TimespaceAltarTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon.Post
-
- Post(ServerPlayerEntity, PokemonLink, ExperienceGainType, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.LevelUpEvent.Post
-
- Post(ServerPlayerEntity, ItemStack, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail.Post
-
- Post(ServerPlayerEntity, ItemStack, String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail.Post
-
- Post(ServerPlayerEntity, ItemStack, ItemStack, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail.Post
-
- Post(ServerPlayerEntity, Pokemon, ItemStack, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.Post
-
Basic constructor taking all pertinent information
- Post(PlayerEntity, NPCEntity, TradePair, Pokemon, Pokemon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade.Post
-
- Post(PlayerEntity, NPCEntity, TradePair) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.ShowTrade.Post
-
- Post(PlayerEntity, NPCTutor, Pokemon, List<NPCTutor.LearnableMove>) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves.Post
-
- Post(PlayerEntity, Pokemon, NPCEntity, ImmutableAttack) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.MoveLearnt.Post
-
- Post(ServerPlayerEntity, Pokemon, boolean, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Post
-
- Post(ServerPlayerEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PassivePoisonEvent.Post
-
- Post(ServerPlayerEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonFaintEvent.Post
-
- Post(PlayerEntity, PlayerEntity, Pokemon, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent.Post
-
- Post(BlockPos, ServerPlayerEntity, ShrineBlock, ShrineType, BirdShrineTileEntity, boolean, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent.Post
-
Basic constructor
- Post(UUID, PokedexRegistrationStatus, Pokemon, PokedexRegistrationStatus, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Post
-
- Post(LivingEntity, Pokemon, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Post
-
The post constructor
- Post(ServerPlayerEntity, Pokemon, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent.Post
-
The post constructor
- Post(PlayerPartyStorage, PixelmonWrapper, PokerusStrain) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Spread.Post
-
- Post(ServerPlayerEntity, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.Post
-
- Post(ServerPlayerEntity, PokeStopTileEntity, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Drops.Post
-
- Post(ServerPlayerEntity, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Use.Post
-
- Post(PixelmonSpawnerTileEntity, PokemonSpecification, BlockPos, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent.Post
-
- Post(Pokemon, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.SpawnPixelmonEntityForBattleEvent.Post
-
The post constructor
- Post(ItemStack, PlayerEntity, String, BlockPos, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent.Post
-
- Post(ServerPlayerEntity, WormholeEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.WormholeTeleportEvent.Post
-
- 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, ServerPlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.SetDisplayedRibbon.Post
-
- Post(ServerPlayerEntity, ItemStack, ImmutableCard[]) - Constructor for class com.pixelmonmod.tcg.api.events.PackOpenEvent.Post
-
- PostBlockBroke(World, BlockState, BlockPos, PlayerEntity, ItemStack, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostBlockBroke
-
The basic constructor
- PostBlockDestroy(World, BlockState, BlockPos, PlayerEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostBlockDestroy
-
Constructor taking player and all block details
- PostCalculate(ServerPlayerEntity, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.PostCalculate
-
- PostCollect(ServerPlayerEntity, PlayerPartyStorage, Pokemon, Pokemon, Pokemon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
-
- PostConditionStatusUpdate(ServerPlayerEntity, PlayerPartyStorage, DayCareBox, DayCareCondition, DayCareRequirement, boolean, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
-
- PostCooldownEnd(World, BlockState, BlockPos, boolean, float) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostCooldownEnd
-
- PostDurationCalculate(ServerPlayerEntity, PlayerPartyStorage, DayCareBox, long) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostDurationCalculate
-
- PostEggCalculate(ServerPlayerEntity, 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
-
- PostEvolve(ServerPlayerEntity, PixelmonEntity, boolean, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.DynamaxEvent.PostEvolve
-
- PostGrow(World, 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(ServerPlayerEntity, PlayerPartyStorage, Pokemon, Pokemon, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostPokemonAdd
-
- postProcess(ISeedReader, StructureManager, ChunkGenerator, Random, MutableBoundingBox, ChunkPos, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.structure.type.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 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.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) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers after the holder is hit by a damaging attack.
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.items.heldItems.AirBalloonItem
-
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRecoilItem
-
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatResponseItem
-
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.items.heldItems.EjectButtonItem
-
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RaiseStatItem
-
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RedCardItem
-
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float) - 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.KingsRockItem
-
- postProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RazorFangItem
-
- postProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ShellBellItem
-
- 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
-
- PostTimerBegin(ServerPlayerEntity, PlayerPartyStorage, DayCareBox, long) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostTimerBegin
-
- PostTransaction(ServerPlayerEntity, 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
-
- potentialRewards - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
- potion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- POTION - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- 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
-
- PotionAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- PotionAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.PotionAction
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- POUND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- POWDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Powder
-
Initializes the status.
- POWDER_SNOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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_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 - 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
-
- 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
-
- 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
-
- 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() - 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() - 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() - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.PowerTrick
-
Initializes the status.
- 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
-
- 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 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
-
- Pre(World, BlockPos, BlockState, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.BeginFight.Pre
-
- Pre(World, BlockPos, BlockState, Species) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.SelectSpecies.Pre
-
- Pre(ServerPlayerEntity, PlayerPartyStorage, ItemStack, BlockStateVariantBuilder.ITriFunction<ServerPlayerEntity, Integer, int[], Boolean>) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed.Pre
-
- Pre(BattleController, Pokemon, BonusStats) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.ApplyBonusStatsEvent.Pre
-
- Pre(BattleController, String, ServerPlayerEntity, BagSection, List<ItemData>) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems.Pre
-
- Pre(BattleController, String, ServerPlayerEntity, BagSection) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems.Pre
-
- Pre(BattleController, String, ServerPlayerEntity, ItemStack, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.SelectItem.Pre
-
- Pre(BattleController, BattleParticipant[], BattleParticipant[]) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent.Pre
-
- Pre(BattleController) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleTickEvent.Pre
-
- Pre(MysteryBoxTileEntity, PlayerEntity, 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(ServerPlayerEntity, PokemonStorage, Pokemon, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.api.events.EggHatchEvent.Pre
-
- Pre(ServerPlayerEntity, boolean, BlockPos, Vector3d) - Constructor for class com.pixelmonmod.pixelmon.api.events.ElevatorEvent.Pre
-
- Pre(ServerPlayerEntity, PixelmonEntity, Evolution, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Pre
-
Basic constructor for the pre evolution event
Including the player, pokemon and evolution
- Pre(PlayerEntity, BlockPos, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.HealerEvent.Pre
-
- Pre(UUID, BellTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.SummonLegendary.Pre
-
- Pre(ServerPlayerEntity, IlexShrineBlock, PixelmonEntity, IlexShrineTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent.Pre
-
- Pre(PlayerEntity, TimespaceAltarTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon.Pre
-
- Pre(ServerPlayerEntity, PokemonLink, ExperienceGainType, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.LevelUpEvent.Pre
-
- Pre(ServerPlayerEntity, ItemStack, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail.Pre
-
- Pre(ServerPlayerEntity, ItemStack, String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail.Pre
-
- Pre(ServerPlayerEntity, ItemStack, ItemStack, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail.Pre
-
- Pre(ServerPlayerEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.Pre
-
Basic constructor for the pre event taking the pokemon
- Pre(PlayerEntity, NPCEntity, TradePair, Pokemon, Pokemon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade.Pre
-
- Pre(PlayerEntity, NPCEntity, TradePair) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.ShowTrade.Pre
-
- Pre(PlayerEntity, NPCTutor, Pokemon, List<NPCTutor.LearnableMove>) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves.Pre
-
- Pre(PlayerEntity, Pokemon, NPCEntity, ImmutableAttack) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.MoveLearnt.Pre
-
- Pre(ServerPlayerEntity, Pokemon, boolean, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Pre
-
- Pre(ServerPlayerEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PassivePoisonEvent.Pre
-
- Pre(ServerPlayerEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonFaintEvent.Pre
-
- Pre(PlayerEntity, PlayerEntity, Pokemon, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent.Pre
-
- Pre(BlockPos, ServerPlayerEntity, ShrineBlock, ShrineType, BirdShrineTileEntity, boolean, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent.Pre
-
Basic constructor
- Pre(UUID, Pokemon, PokedexRegistrationStatus, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Pre
-
- Pre(LivingEntity, Pokemon, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Pre
-
Basic constructor
- Pre(ServerPlayerEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent.Pre
-
Basic constructor
- Pre(PlayerPartyStorage, PixelmonWrapper, PokerusStrain) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Spread.Pre
-
- Pre(ServerPlayerEntity, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.Pre
-
- Pre(ServerPlayerEntity, PokeStopTileEntity, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Drops.Pre
-
- Pre(ServerPlayerEntity, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Use.Pre
-
- Pre(PixelmonSpawnerTileEntity, PokemonSpecification, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent.Pre
-
- Pre(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.SpawnPixelmonEntityForBattleEvent.Pre
-
Basic constructor
- Pre(ItemStack, PlayerEntity, String, BlockPos, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent.Pre
-
- Pre(ServerPlayerEntity, WormholeEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.WormholeTeleportEvent.Pre
-
- 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, ServerPlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.SetDisplayedRibbon.Pre
-
- Pre(ServerPlayerEntity, ItemStack, ImmutableCard[]) - Constructor for class com.pixelmonmod.tcg.api.events.PackOpenEvent.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.
- preBattleCommands - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Commands to execute when the Player begins a battle with an NPC.
- PreBlockBroke(World, BlockState, BlockPos, PlayerEntity, ItemStack, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockBroke
-
The basic constructor
- PreBlockDestroy(World, BlockState, BlockPos, PlayerEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockDestroy
-
Constructor taking player and all block details
- PreCalculate(PlayerEntity, PokeStopTileEntity, long) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.PreCalculate
-
- precalculate(SmdModel) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimationSequence
-
- precalculateAnimation(SmdModel) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
-
- preCaptureChecks(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayerEntity, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Performs pre-capture checks for a regular capture attempt (not a raid).
- PRECIPICE_BLADES - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- PreCollect(ServerPlayerEntity, PlayerPartyStorage, Pokemon, Pokemon, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
-
- PreConditionStatusUpdate(ServerPlayerEntity, PlayerPartyStorage, DayCareBox, DayCareCondition, DayCareRequirement, boolean, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
- PreCooldownEnd(World, BlockState, BlockPos, float) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreCooldownEnd
-
- PreDurationCalculate(ServerPlayerEntity, PlayerPartyStorage, DayCareBox, long) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreDurationCalculate
-
- PreEggCalculate(ServerPlayerEntity, 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
-
- 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(ITextComponent) - Method 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 com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
- prefix() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
- prefix() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
- prefix() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
- prefix() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
- prefix() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
- prefix() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
- prefix() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
- prefix() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
- prefix() - Method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
-
- prefix() - Method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
-
Prefix of this tm/tr type.
- PREFIX - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
-
- PreGrow(World, 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
-
- preloadAnimation(AnimFrame, Matrix4f) - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- preloadModels() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Preloads models for use on send out
- PREMIER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- premier - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Premier Ball.
- 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(MatrixStack) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- PrePokemonAdd(ServerPlayerEntity, 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 class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
-
- 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.MetronomeItem
-
- 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, ServerPlayerEntity, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Performs pre-capture checks for a raid capture attempt.
- 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
-
- preRenderScale(AbstractClientEntity, MatrixStack, float) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
-
- PRESENT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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
-
- pressable - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
-
- 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
-
- PreTimerBegin(ServerPlayerEntity, PlayerPartyStorage, DayCareBox, long) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreTimerBegin
-
- PreTransaction(ServerPlayerEntity, BankAccount, EconomyEvent.TransactionType, BigDecimal, BigDecimal) - Constructor for class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PreTransaction
-
- prettifyLangKey(String) - Static method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStringsScreen
-
- pretty_feather - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- pretty_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.
- 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.
- 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.
- 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
-
- prevInverted - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
the real transform values from the previous frame, inverted;
- 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.ReadPokePasteScreen
-
- 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_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- PrimalEvolutionRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- PrimalEvolutionRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PrimalEvolutionRequirement
-
- PrimalEvolutionRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.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
-
- PRIMARY_CIRCULAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- PRIMEAPE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- PRIMEAPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-
- print(Object) - Static method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
-
Shorthand for System.out.println(Object).
- printStackTrace(PrintStream) - Method in exception com.pixelmonmod.pixelmon.client.models.smd.GabeNewellException
-
- printStackTrace(PrintWriter) - Method in exception com.pixelmonmod.pixelmon.client.models.smd.GabeNewellException
-
- 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.
- 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.
- 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
-
- prison_bottle - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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 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
-
- process(TriConsumer<Gson, ResourceLocation, JsonElement>) - Method in class com.pixelmonmod.api.loader.DatapackLoader.Builder
-
- process() - Method in class com.pixelmonmod.pixelmon.battles.attacks.BattleMessageBase
-
Runs the animation.
- 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
-
- processAction(int, int, ItemStack, ServerPlayerEntity) - 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(ItemUseContext) - 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(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in interface com.pixelmonmod.pixelmon.api.interactions.IInteraction
-
- processInteract(AbstractBaseEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.CameruptInteraction
-
- processInteract(AbstractBaseEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.MiltankInteraction
-
- processInteract(AbstractBaseEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
-
Handles a player interacting with the Pokémon.
- processInteract(AbstractBaseEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.ShearInteraction
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionAbilityCapsule
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionAbilityPatch
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionBerryJuice
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionBottleCap
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionChangeForm
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionColorfulShake
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionCurry
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDynamaxCandy
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionElixir
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionEther
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionEvolution
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionGaeBolg
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionHeldItem
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionMaxSoup
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionMeltanNuggets
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionMint
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionPerilousSoup
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionPotion
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionPPUp
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionRainbowWing
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionRareCandy
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionTechnicalMove
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionTM
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionVitamins
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionZombie
-
- processInteract(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionZygardeCube
-
- processOnEmptyHand(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in interface com.pixelmonmod.pixelmon.api.interactions.IInteraction
-
- processOnEmptyHand(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionChangeForm
-
- processOnEmptyHand(PixelmonEntity, PlayerEntity, Hand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
-
- processOnEmptyHand(PixelmonEntity, PlayerEntity, Hand, 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.AdvancedMovingJigsawPiece
-
- processors - Variable in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- processorsCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- processorsCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- processPacket(NetworkEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
-
Acts upon the inner packet when rules have been synced.
- processPacket(NetworkEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionChoosePacket
-
- processPacket(NetworkEvent.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
-
- PROFESSION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the NPC's profession.
- 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
-
- progress - Variable in class com.pixelmonmod.pixelmon.api.events.quests.AbandonQuestEvent
-
- progress - Variable in class com.pixelmonmod.pixelmon.api.events.quests.FinishQuestEvent
-
- progress - Variable in class com.pixelmonmod.pixelmon.api.events.quests.NPCInserterEvent
-
- progress - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestActionEvent
-
- progress - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestObjectiveEvent
-
- Progress(ServerPlayerEntity, QuestProgress, Stage, Objective, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.quests.QuestObjectiveEvent.Progress
-
- progress - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestStageEvent
-
- ProgressBar - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
- ProgressBar() - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.ProgressBar
-
- prop_case - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- propagatesSkylightDown(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
-
- propagatesSkylightDown(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
-
- propagatesSkylightDown(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.WorkplaceBlock
-
- propagatesSkylightDown(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenCubeBlock
-
- propagatesSkylightDown(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FanBlock
-
- propagatesSkylightDown(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
-
- propagatesSkylightDown(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
-
- propagatesSkylightDown(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.WashingMachineBlock
-
- propagatesSkylightDown(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.WindowBlock
-
- propagatesSkylightDown(BlockState, IBlockReader, BlockPos) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- 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
-
- PropertyGetter() - Constructor for class com.pixelmonmod.pixelmon.items.ItemFinderItem.PropertyGetter
-
- PropertyValue<T> - Interface in com.pixelmonmod.pixelmon.battles.api.rules
-
- 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
-
- 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(ServerPlayerEntity, 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Protect - Class in com.pixelmonmod.pixelmon.battles.status
-
Protects the user from most attacks for the turn.
- 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.
- protective_pads - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.
- 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.
- 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
-
- proxy - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
-
- ProxyPathNavigator - Class in com.pixelmonmod.pixelmon.ai.naivgator
-
- ProxyPathNavigator(MobEntity, World, PathNavigator) - Constructor for class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- ps - Variable in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
-
- PSYBEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- PSYBLADE - 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
-
- PSYCH_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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_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
-
- 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(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
-
- PsychicTerrain(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
-
- psychium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychUp
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- PSYSTRIKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- PSYWAVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Psywave - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals damage between 50% and 150% of the user's pokemonLevel.
- Psywave() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Psywave
-
- PU - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
-
- PullQuestDataPacket - Class in com.pixelmonmod.pixelmon.quests.comm.editor
-
- PullQuestDataPacket() - Constructor for class com.pixelmonmod.pixelmon.quests.comm.editor.PullQuestDataPacket
-
- PULVERIZING_PANCAKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- PUMKIN - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- pumkin_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- PUMKIN_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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_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
-
- PUMPKIN_HOUSE - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- punching_glove - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.
- PUNISHMENT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Punishment - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
- Punishment() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Punishment
-
- 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(ServerPlayerEntity, NPCEntity, ItemStack, EnumBuySell) - Constructor for class com.pixelmonmod.pixelmon.api.events.ShopkeeperEvent.Purchase
-
- 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
-
- PurePower - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
- PurePower() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PurePower
-
- PURIFY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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
-
Initializes Purifying Salt.
- 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_sign - 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_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_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_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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_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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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, double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- push(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- push(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCFisherman
-
- push(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- push(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- push(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- push(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- push(String, Quest, boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- pushEntities() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- PushQuestDataPacket - Class in com.pixelmonmod.pixelmon.quests.comm.editor
-
- PushQuestDataPacket() - Constructor for class com.pixelmonmod.pixelmon.quests.comm.editor.PushQuestDataPacket
-
- PushQuestDataPacket(String, Quest, boolean) - Constructor for class com.pixelmonmod.pixelmon.quests.comm.editor.PushQuestDataPacket
-
- PushQuestDataPacket(String, Quest, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.quests.comm.editor.PushQuestDataPacket
-
- PutFossil(ServerPlayerEntity, TileEntity, Item) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilCleanerEvent.PutFossil
-
- PutFossil(ServerPlayerEntity, Item, TileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.PutFossil
-
- putNewStringIfNeeded(String, String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- PutPokeball(ServerPlayerEntity, PokeBall, TileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.PutPokeball
-
- putUnlocalizedString(String, String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- pw - Variable in class com.pixelmonmod.pixelmon.api.events.DynamaxEvent.BattleEvolve
-
- 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
-
- PYUKUMUKU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- r - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
-
- 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
-
- RABSCA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- RABUTA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- rabuta_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- RABUTA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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
-
- 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.client.models.obj.WavefrontObject
-
- radius - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.FlameParticles
-
- RAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rage
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Raging
-
Initializes the status.
- 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
-
- 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(int, String) - Constructor for class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.Raid
-
- 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_DEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTicketType
-
- 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
-
- 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, 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(int, int, int, String) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData
-
- RaidData(CompoundNBT) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData
-
- RaidData(PacketBuffer) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData
-
- RaidData.RaidPlayer - Class in com.pixelmonmod.pixelmon.battles.raids
-
- 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(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, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
Deprecated.
- RaidPixelmonParticipant(RaidData, RaidSettings, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
Initializes a wild Raid Pokémon participant
- RaidPlayer(int, ServerPlayerEntity, 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(CompoundNBT) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
-
- RaidPlayer(PacketBuffer) - 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, List<ImmutableAttack>) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidPokemon
-
- RaidPokemon(String, RegistryValue<Species>, Item, String, 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
-
- RaidStartScreen(RaidData) - Constructor for class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
-
- RAIKOU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- RAIKOU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- RAIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- rain() - Static method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
-
- rain_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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 - 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_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
-
- 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() - 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 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- 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() - 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.
- 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 - 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
-
- rand - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Deprecated.
- random() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumNPCTutorType
-
- RANDOM - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- random - Variable in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- random - Variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- 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.
- 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
-
- randomInt - Variable in class com.pixelmonmod.pixelmon.items.heldItems.KingsRockItem
-
A random number generated by the RNG.
- randomInt - Variable in class com.pixelmonmod.pixelmon.items.heldItems.RazorFangItem
-
A random number generated by the RNG.
- randomiseMoveList() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- randomisePokemon(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Generates a new party for the Trainer.
- randomiseSpheal() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
- RandomiseTrainerPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
- RandomiseTrainerPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.RandomiseTrainerPokemonPacket
-
- RandomiseTrainerPokemonPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.RandomiseTrainerPokemonPacket
-
- randomize() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- randomizeMaxEVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Allocates all EVs into random stats.
- randomizeParty() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPartyScreen
-
- randomizeParty() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
Randomizes the party Pokémon.
- randomizeParty() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorPartyScreen
-
- 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
-
- RandomObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.meta
-
- RandomObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.RandomObjective
-
- randomSpecies() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
- randomSpecies(boolean, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
- randomSpecies(Collection<RegistryValue<Species>>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species to a random species excluding those given
- randomSpecies(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
- randomTick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
-
- randomTick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
-
- randomTick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.IncenseBlock
-
- randomTick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CookingPotBlock
-
- randomTick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilMachineBlock
-
- randomTick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
-
- randomTick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
-
- randomTick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
-
- randomTick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- randomYawVelocity - Variable in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- range - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
The range at which this move skill can be used.
- Range - Class in com.pixelmonmod.pixelmon.api.util
-
- range - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Scare
-
- Range.TypeAdapter - Class in com.pixelmonmod.pixelmon.api.util
-
- 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 - 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_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
-
- 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(ServerPlayerEntity, PixelmonEntity, ItemStack, ExpCandyItem) - Constructor for class com.pixelmonmod.pixelmon.api.events.RareCandyEvent
-
- Rarity - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
- Rarity(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.Rarity
-
- 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 - Variable in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- 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 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.api.pokemon.ribbon.RibbonRegistry
-
- ras - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
-
- 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 com.pixelmonmod.pixelmon.enums.EnumCurryRating
-
- ratingFromQuality(int) - Static method in enum 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
-
- RAWST - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- rawst_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- RAWST_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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.
- 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.
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- razz_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- RAZZ_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- RCFileHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Included with permission from original authors
- RCFileHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.RCFileHelper
-
- reachedTarget() - Method in class com.pixelmonmod.pixelmon.ai.flying.BetterFlyingGoal
-
- read(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.data.BlockedDataSerializer
-
- read(Gson, JsonElement) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Reads the condition from JSON
- read(CompoundNBT) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Reads the condition from NBT
- 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(CompoundNBT) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
Reads the requirement from NBT
- 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(CompoundNBT) - 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(CompoundNBT) - 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(CompoundNBT) - 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(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
-
- 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(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.TrainerReplacementLogic
-
- 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(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.util.EncounterData
-
- read(String, CompoundNBT) - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.PropertyValue
-
Reads a value from the CompoundNBT
with the specified key
Only implement if you want the battle rule/property to be persistent
- read(String, CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BattleTypeValue
-
- read(String, CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BooleanValue
-
- read(String, CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.ClausesValue
-
- read(String, CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.IntegerValue
-
- read(String, CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.OldGenModeValue
-
- read(String, CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.TierValue
-
- 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(CompoundNBT) - Static method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- read(ByteBuf) - Static method in enum com.pixelmonmod.pixelmon.client.particle.Particles
-
- read(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
- read(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- read(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.comm.QuestMarker
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCFisherman
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- readAdditionalSaveData(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
-
- readBlockPos(PacketBuffer) - 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
- readCard(PacketBuffer) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
-
- readCardList(PacketBuffer) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
-
- readCardState(PacketBuffer) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
-
- readFromBuffer(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- readFromBuffer(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
-
- readFromBuffer(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
-
- readFromBuffer(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
-
- readFromBuffer(ByteBuf) - Static method in enum com.pixelmonmod.pixelmon.tools.Quadstate
-
- readFromByteBuf(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.editor.args.QuestElementArgument
-
- readFromByteBuf(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- readFromByteBuf(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- readFromByteBuf(ByteBuf) - Method in class com.pixelmonmod.pixelmon.quests.quest.QuestColor
-
- readFromByteBuf(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- readFromByteBuffer(PacketBuffer, EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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
-
- readFromItemStack(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem.BadgeCase
-
- readFromItemStack(PlayerEntity, ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
-
- readFromItemStack(PlayerEntity, ItemStack) - Static method in class com.pixelmonmod.tcg.item.BinderItem.Binder
-
- readFromItemStack(PlayerEntity, ItemStack) - Static method in class com.pixelmonmod.tcg.item.DeckItem.Deck
-
- 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(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Reads Pokédex register status from NBT.
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- readFromNBT(Pokemon, CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Reads the Pokémon's EVs from NBT.
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.LakeTrioStats
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Reads IVs from NBT.
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Reads the moveset from NBT.
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Reads the Pokémon's stats from NBT.
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Reads the Pokémon's pokemonLevel from NBT.
- readFromNBT(PlayerDayCare, CompoundNBT) - Static method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Crates a daycare instance from NBT
- readFromNBT(PlayerPartyStorage, CompoundNBT) - Static method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Creates a day care instance from the NBT
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Reads stats from NBT.
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.api.util.Bounds
-
Reads the region from NBT.
- readFromNBT(World, CompoundNBT) - Static method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Reads a block snapshot from NBT data.
- readFromNBT(CompoundNBT) - Static method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Reads a block snapshot from NBT data.
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Reads rules from NBT data.
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor.LearnableMove
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- readFromNBT(CompoundNBT) - Method in interface com.pixelmonmod.pixelmon.storage.playerData.ISaveData
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.storage.playerData.PlayerData
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
-
- readFromNBT(CompoundNBT, String) - Static method in enum com.pixelmonmod.pixelmon.tools.Quadstate
-
- readFromNBT(CompoundNBT) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
-
- readFromNBTClient(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
-
- readInventoryFromNBT(CompoundNBT) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
-
- ReadMail(ServerPlayerEntity, ItemStack, String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
-
- readMovesetDefinition(JsonObject) - Static method in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
-
Loads a moveset definition from JSON.
- readPacket(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
-
Reads back the contained packet from buffer data.
- readPacket(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionChoosePacket
-
- readPacket(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionFixed
-
- readPacketData(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.PixelmonSpawnerData
-
- readPacketData(ByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
-
- readPokemonData(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.UpdateTrainerPartyPacketPacket
-
- readPokemonData(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
-
Reads a single Pokémon from a buffer.
- readPokemonData(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdatePlayerPartyPacket
-
- readPokemonDefinition(String, JsonObject) - Static method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- ReadPokePasteScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
- ReadPokePasteScreen(IImportableContainer, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreen
-
- readSpawnData(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
-
- readStatusFromNBT(CompoundNBT) - Static method in class com.pixelmonmod.pixelmon.battles.status.StatusPersist
-
Reads the Pokémon's status from NBT.
- readStringLongMapFromByteBuf(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.MapHelper
-
- readStringStringMapFromByteBuf(PacketBuffer) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.MapHelper
-
- readTrainerTypes(JsonElement) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
- readVarInt(PacketBuffer, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BufferHelper
-
- ready(PlayerEntity, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- ready - Variable in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Whether the player is ready to trade.
- ready1 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- ready2 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- readyForTurnIn - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- REAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- reaper_cloth - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- rearrangeBoxes(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
-
- reassembly_unit - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- reassembly_unit - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
-
- ReassemblyUnitTileEntity.Mode - Enum in com.pixelmonmod.pixelmon.blocks.tileentity
-
- 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
-
- receive(String, Stage, QuestData, QuestProgress, int, Object...) - Method in class com.pixelmonmod.pixelmon.quests.objectives.Objective
-
- receive(String, Object...) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- receivedDate - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
-
- receivedDate(long) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
-
- receivedDate - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
- receivedGift(int) - Method in class com.pixelmonmod.pixelmon.storage.playerData.PlayerData
-
Marks that the player has received a gift box.
- ReceivedModListEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event which fires when the server is notified of a logging in player's mod list.
- ReceivedModListEvent(ServerPlayerEntity, String[]) - Constructor for class com.pixelmonmod.pixelmon.api.events.ReceivedModListEvent
-
- receiveInternal(String, boolean, Object...) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- receiveKeyInput(int, int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- receiveMultiple(String[], Object[][]) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- receiveMultipleInternal(String[], Object[][], boolean) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- 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
-
- receiver - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
-
- receiver(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
-
- receiver(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
-
- receiver - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
- 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
-
- Recharge - Class in com.pixelmonmod.pixelmon.battles.status
-
Makes the Pokémon unable to move for a turn.
- 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_SERIALIZERS - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeTypeRegistration
-
- RecipeTypeRegistration - Class in com.pixelmonmod.pixelmon.init.registry
-
- RecipeTypeRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.RecipeTypeRegistration
-
- 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(BattleController, PixelmonWrapper, double, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Recoil
-
- 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(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Recoil
-
Initializes the effect.
- 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.ProxyPathNavigator
-
- recomputePath(BlockPos) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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
- RECOVER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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.
- rectBottom - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The y coordinate of the bottom of the screen.
- recursiveJSONSearch(String, ArrayList<File>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RCFileHelper
-
- RECYCLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Recycle - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Restores the user's previously consumed held item.
- Recycle() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Recycle
-
- Recycle - Class in com.pixelmonmod.tcg.duel.trainer
-
- Recycle() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Recycle
-
- RED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- red - Variable in enum com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
-
- RED - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
-
- red_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- RED_APRICORN_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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_sign - 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_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_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_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- red_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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_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_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- RED_STRIPE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- 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_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
Decorative Poké Ball statue block.
- 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
-
- 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.
- 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
-
- RedeemFossilCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- RedeemFossilCommand(CommandDispatcher<CommandSource>) - 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.
- RedOrbShrinking - Class in com.pixelmonmod.pixelmon.client.particle.particles
-
- RedOrbShrinking(double, double, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.RedOrbShrinking
-
- 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(ServerPlayerEntity, 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Reflect - Class in com.pixelmonmod.pixelmon.battles.status
-
Raises the team's Defense.
- 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_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- ReflectionHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Mostly cause im tried of remembering which one of the forge helper methods we can use.
- ReflectionHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.ReflectionHelper
-
- 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
-
- 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.api.battles.attack.AttackRegistry
-
- 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.client.gui.Resources
-
- refreshClient(Consumer<PixelExtrasData>) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
-
- refreshData(PixelmonEntity) - 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"
- refreshQuests() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorScreen
-
- refreshQuests() - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiQuests
-
- refreshSearchResults() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
-
- refreshSearchResults() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonBase
-
- refreshSearchResults() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
-
- 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(Requirement<Pokemon, PixelmonEntity, ?>) - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
- 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(Class<C>, Requirement<A, B, ?>) - Static method in class com.pixelmonmod.api.SpecificationFactory
-
- register(Requirement<Card, ItemStack, ?>) - Static method in class com.pixelmonmod.api.tcg.CardSpecificationProxy
-
- Register(RaidRegistry.RaidStarGrouping) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.Register
-
- Register(ServerPlayerEntity, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Register
-
- register(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- register(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- register(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
-
- register(PokeBall) - 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(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(T) - Static method in class com.pixelmonmod.pixelmon.api.registries.EggGroupRegistry
-
- 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(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementRegistry
-
Register a custom spawn handler from a JSON object
- register(SpawnReplacement) - Static method in class com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementRegistry
-
Registers a spawn replacement
- register(Class<?>) - Static method in class com.pixelmonmod.pixelmon.api.test.UnitTestRegistry
-
- 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(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(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
- register(AbstractHoldsItemsEntity, ArrayList<DroppedItem>, ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
-
Registers an instance of item drops and sends it to the client.
- register(NPCTrainer, ArrayList<DroppedItem>, ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
-
- register(IEventBus) - Static method in class com.pixelmonmod.pixelmon.init.registry.RecipeTypeRegistration
-
- register(FMLClientSetupEvent) - Static method in class com.pixelmonmod.pixelmon.world.dimension.client.ClientDimensionRegistration
-
- register(String, Supplier<Structure<?>>) - Static method in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- register(String, LocalWeatherEvent) - Static method in class com.pixelmonmod.pixelmon.world.weather.PixelmonWeather
-
- register(Class<T>) - Static method in class com.pixelmonmod.tcg.api.accessors.AttackEffects
-
- register(T) - Static method in class com.pixelmonmod.tcg.api.accessors.Boards
-
- register(CardAttack) - Static method in class com.pixelmonmod.tcg.api.accessors.CardAttacks
-
- register(T) - Static method in class com.pixelmonmod.tcg.api.accessors.CardBacks
-
- register(CardPower) - Static method in class com.pixelmonmod.tcg.api.accessors.CardPowers
-
- register(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
- register(ImmutableCard) - 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(CardSet) - Static method in class com.pixelmonmod.tcg.api.accessors.CardSets
-
- 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(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.tcg.api.accessors.ThemeDecks
-
- register(ThemeDeck) - Static method in class com.pixelmonmod.tcg.api.accessors.ThemeDecks
-
- registerAction(IAction) - Static method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- registerActions(IAction...) - Static method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- 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, PlayerEntity) - Static method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
-
- 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
-
- registerCell(ZygardeCellTileEntity, BlockState, PlayerEntity, ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
-
- registerClasses() - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- 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
-
- 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(PlayerEntity) - 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() - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- registerKeyListener(Object, Method) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- registerListener(PlayerEntity, Consumer<PlayerEntity>) - Static method in class com.pixelmonmod.pixelmon.listener.SpinListener
-
- registerMessage(int, Class<MSG>, BiConsumer<MSG, PacketBuffer>, Function<PacketBuffer, MSG>, BiConsumer<MSG, Supplier<NetworkEvent.Context>>) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel
-
- registerMessage(int, Class<MSG>, BiConsumer<MSG, PacketBuffer>, Function<PacketBuffer, MSG>, BiConsumer<MSG, Supplier<NetworkEvent.Context>>, Optional<NetworkDirection>) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel
-
- 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
-
- registerNewObjectHolder(Class<?>) - Static method in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
Register a class to have its fields populated by species
- registerNewObjectHolder(Class<?>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
Register a class to have its fields populated by abilities
- registerObjective(IObjective) - Static method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- registerObjectives(IObjective...) - Static method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- 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(ParticleFactoryRegisterEvent) - Static method in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
-
- registerPlayer(ServerPlayerEntity) - 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
-
- registerRules() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Registers entered fields in the screen into the rules object.
- registerShopItems(JsonElement) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Registers shop data from shopItems.json.
- registerSpectator(Spectator, BattleController) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Registers a spectator in a battle.
- registerStarterList(ServerPlayerEntity) - 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(ServerPlayerEntity, 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
-
- 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
-
- registerTrades(Gson, JsonElement) - Static method in class com.pixelmonmod.pixelmon.api.trading.PossibleTradeList
-
- registerZMove() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Register a Z-Move as used after it has been used.
- Registry() - Constructor for class com.pixelmonmod.api.registry.RegistryManager.Registry
-
- 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
-
- RegistryHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
- 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
-
- 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.
- RELAX - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- 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_COST_STACK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The ItemStack needed to use the relearner.
- 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.
- release(String) - Static method in class com.pixelmonmod.api.loader.DataSyncLock
-
- 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(UUID) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Sends out one of the NPC's Pokémon.
- ReleaseWarningScreen - Class in com.pixelmonmod.pixelmon.client.gui.pc
-
Confirmation screen for releasing a Pokémon.
- 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
-
- RELLOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.ReloadMoveAnimations
-
- ReloadQuestDataPacket - Class in com.pixelmonmod.pixelmon.quests.comm.editor
-
- ReloadQuestDataPacket() - Constructor for class com.pixelmonmod.pixelmon.quests.comm.editor.ReloadQuestDataPacket
-
- ReloadQuestsCommand - Class in com.pixelmonmod.pixelmon.command.impl.quests
-
Reload quest JSONs.
- ReloadQuestsCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.quests.ReloadQuestsCommand
-
- reloadSearchTrees() - Static method in class com.pixelmonmod.pixelmon.client.gui.inventory.SearchTreeExtender
-
- 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(ServerPlayerEntity, boolean, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Remove
-
- remove(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- remove(Object) - 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(ServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- remove(String) - Method in class com.pixelmonmod.pixelmon.quests.client.QuestDataClient
-
- remove(SpawnedTracker.SpawnedData) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
-
- remove(UUID) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
-
- 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(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, PlayerEntity, 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
-
- 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.DialogueInputScreen
-
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
-
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.DoctorScreen
-
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
-
- 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.multiplayer.CustomAddServerScreen
-
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomMultiplayerScreen
-
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
- 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.raids.RaidStartScreen
-
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
-
- removed(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer
-
- removed(PlayerEntity) - Method in class com.pixelmonmod.tcg.client.container.BinderContainer
-
- removed(PlayerEntity) - Method in class com.pixelmonmod.tcg.client.container.DeckContainer
-
- removedByPlayer(BlockState, World, BlockPos, PlayerEntity, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
-
- removedByPlayer(BlockState, World, BlockPos, PlayerEntity, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
-
- removedByPlayer(BlockState, World, BlockPos, PlayerEntity, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
-
- removedByPlayer(BlockState, World, BlockPos, PlayerEntity, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
-
- removedByPlayer(BlockState, World, BlockPos, PlayerEntity, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
- removedByPlayer(BlockState, World, BlockPos, PlayerEntity, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.OrbBlock
-
- removedByPlayer(BlockState, World, BlockPos, PlayerEntity, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
-
- removedByPlayer(BlockState, World, BlockPos, PlayerEntity, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftEventBlock
-
- removedByPlayer(BlockState, World, BlockPos, PlayerEntity, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
-
- removedByPlayer(BlockState, World, BlockPos, PlayerEntity, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
-
- 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.
- removeDropDown(DropDown) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStageScreen
-
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(ServerPlayerEntity, EnumFossils[], TileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.RemoveFossil
-
- removeFromList(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorMoreScreen
-
Removes an item from the drop list.
- 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(StatusType) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Removes the status with the specified type.
- removeGlobalStatus(GlobalStatusBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Removes the specified status.
- 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
-
- 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
-
- removeMovesFromReminder(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Removes the given moves from the list of moves available via move reminder.
- removeMovesFromReminder(Collection<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Removes the given moves from the list of moves available via move reminder.
- 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(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
-
- removePlayer(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- removePlayer(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.listener.PixelmonPlayerTracker
-
Removes a player from processes that track all players.
- removePlayerBoard(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
-
- removePlayerBoard(UUID) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
-
- removePlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<BallCaptureTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger
-
- removePlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<CaptureTypeTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger
-
- removePlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<LegendaryCaptureTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger
-
- removePlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<PokedexTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger
-
- removePlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<SpecTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger
-
- removePlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<StarterTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger
-
- removePlayerListener(PlayerAdvancements, ICriterionTrigger.Listener<WildBattleVictoryTrigger.Instance>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger
-
- removePlayerListeners(PlayerAdvancements) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger
-
- removePlayerListeners(PlayerAdvancements) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger
-
- removePlayerListeners(PlayerAdvancements) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger
-
- removePlayerListeners(PlayerAdvancements) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger
-
- removePlayerListeners(PlayerAdvancements) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger
-
- removePlayerListeners(PlayerAdvancements) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger
-
- removePlayerListeners(PlayerAdvancements) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger
-
- RemovePokeball(ServerPlayerEntity, PokeBall, TileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.RemovePokeball
-
- 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.
- removeQuery(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
-
- removeQuest(Quest) - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
-
- 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.
- removeRandomElementFromList(List<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Removes a random element from a list and returns it.
- 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(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory
-
- removeSelection(ServerPlayerEntity) - 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.
- removeSpecies(Integer) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Removes a species from the registry
- removeSpectator(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Removes the player from the battle being spectated.
- removeSpectator(Spectator) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Removes a spectator from the battle.
- removeSpectator(ServerPlayerEntity) - 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(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.
- 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.
- 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.
- removeStatuses(boolean, 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.
- removeUnlocalizedString(String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- removeWhenFarAway(double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- removeWhenFarAway(double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- removeWhenFarAway(double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
- removeWhenFarAway(double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- 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.
- renameIcon - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- 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
-
- RENAMES - Static variable in class com.pixelmonmod.pixelmon.datafix.ItemStackPokeBallFix
-
- render() - Method in interface com.pixelmonmod.pixelmon.api.overlay.scoreboard.BoardPosition
-
- render(MatrixStack, double, double, Tessellator, float) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.ImageEntry
-
- render(MatrixStack, double, double, Tessellator, float) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.TextEntry
-
- render(MatrixStack, double, double, Tessellator, float) - Method in interface com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardEntry
-
- render() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
-
- render() - Method in enum com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
-
- render() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
-
- render(MatrixStack, ToastGui, long) - Method in class com.pixelmonmod.pixelmon.api.toast.ExpandingTutorialToast
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.AcceptDenyScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Draws the screen and all the components in it.
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
-
Draws the battle screen.
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuScreen
-
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
-
Draws the battle screen.
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MegaEvolution
-
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ChooseMove
-
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ReplaceAttack
-
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ApplyToPokemon
-
Draws the battle screen.
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
-
Draws the battle screen.
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.ChooseTargets
-
Draws the battle screen.
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen
-
Draws the battle screen.
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.ChoosePokemon
-
Draws the battle screen.
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.WaitingScreen
-
Draws the battle screen.
- render(MatrixStack, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoDialogue
-
- render(MatrixStack, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
-
Renders the overlay.
- render(MatrixStack, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
-
Renders the overlay.
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.CharmScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.curryDex.CurryDexScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.DoctorScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
-
Draws the screen and all the components in it.
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
-
- render(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.BubbleObject
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Draws the GUI screen.
- render(MatrixStack, int, int, float) - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonBase
-
Calls the superclass's drawScreen().
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.DayCareTab
-
- render(MatrixStack, int, int, float) - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotScreen
-
Draws the screen and all the components in it.
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
-
Draws the screen and all the components in it.
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.mail.MailScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.MegaItemScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.moveskills.MoveSkillSelectScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ChattingNPCScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.NPCTraderScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.QuestGiverNPCScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.SelectPartyPokemonScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TradeYesNoScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ConfirmDeleteNPCScreen
-
Draws the screen and all the components in it.
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TradeEditorScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorMoreScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomAddServerScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomMultiplayerScreen
-
- render(MatrixStack, int, int, int, int, int, int, int, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.LanDetectedEntry
-
- render(MatrixStack, int, int, int, int, int, int, int, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.LanScanEntry
-
- render(MatrixStack, int, int, int, int, int, int, int, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.NormalEntry
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorPartyScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
-
- render(RenderType, MatrixStack, BiConsumer<MatrixStack, IVertexBuilder>) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.SelectStatScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.vendingmachine.VendingMachineScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
-
- render(MatrixStack, int, int, float, DropDown) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Draws the list to the screen.
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageClickableButton
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PokeCheckerButton
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.UpdatingImageButton
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeCubeScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen
-
Draws the screen and all the components in it.
- render(Entity, MatrixStack, IVertexBuilder, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.bikes.ModelBike
-
- render(Entity, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.bikes.ModelBike
-
- render(MatrixStack, IVertexBuilder, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
-
- render(Entity, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.DualModelDualTextureFactory.TransparentImpl
-
- render(Entity, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.DualModelFactory.TransparentImpl
-
- render(MatrixStack, IVertexBuilder, int, int, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.ModelCustomWrapper
-
- render(MatrixStack, IVertexBuilder, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
-
- render(Entity, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- render(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
-
- render(MatrixStack, IVertexBuilder, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
-
- render(Entity, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory.Impl
-
- render(PokeBallEntity, MatrixStack, IVertexBuilder, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.pokeballs.ModelPokeballs
-
- render(Entity, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.pokeballs.ModelPokeballs
-
- render(MatrixStack, IVertexBuilder, int, int, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
-
- render(IVertexBuilder, ActiveRenderInfo, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- render(MatrixStack, ParticleArcanery, IRenderTypeBuffer, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- render(MatrixStack, ParticleArcanery, IRenderTypeBuffer, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
-
- render(MatrixStack, ParticleArcanery, IRenderTypeBuffer, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- render(MatrixStack, ParticleArcanery, IRenderTypeBuffer, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Beam
-
- render(IVertexBuilder, ActiveRenderInfo, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticle
-
- render(MatrixStack, ParticleArcanery, IRenderTypeBuffer, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Electric
-
- render(IVertexBuilder, ActiveRenderInfo, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.FlameParticle
-
- render(PixelmonPaintingEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.custom.RenderPixelmonPainting
-
- render(MatrixStack, IRenderTypeBuffer, int, E, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.entity.layers.PokemonShimLayer
-
- render(E, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
-
- render(BikeEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.BikeRenderer
-
- render(ChairMountEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.ChairMountRenderer
-
- render(DenEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.DenRenderer
-
- render(FishingBobberEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.HookRenderer
-
- render(CameraEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.InvisibleCameraRenderer
-
- render(NPCEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCRenderer
-
- render(BoatEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonBoatRenderer
-
- render(PokeBallEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PokeBallRenderer
-
- render(StatueEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.StatueRenderer
-
- render(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
-
- render(MatrixStack, IVertexBuilder, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
-
- render(MatrixStack, IRenderTypeBuffer, int, AbstractClientPlayerEntity, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.LayerCharms
-
- render(MatrixStack, IRenderTypeBuffer, int, AbstractClientPlayerEntity, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.LayerEquippables
-
- render(MatrixStack, IRenderTypeBuffer, int, AbstractClientPlayerEntity, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.LayerMegaItems
-
- render(MatrixStack, IRenderTypeBuffer, int, AbstractClientPlayerEntity, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.LayerSash
-
- render(MatrixStack, IRenderTypeBuffer, int, AbstractClientPlayerEntity, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.LayerWings
-
- render(MatrixStack, IRenderTypeBuffer, int, NPCEntity, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.npc.LayerMegaItemsNPC
-
- render(MatrixStack, IRenderTypeBuffer, int, AbstractClientPlayerEntity, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerHead
-
- render(MatrixStack, IRenderTypeBuffer, int, AbstractClientPlayerEntity, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerRobe
-
- render(IVertexBuilder, ActiveRenderInfo, float) - Method in class com.pixelmonmod.pixelmon.client.render.ParticleBlocks
-
- render(MatrixStack, IRenderTypeBuffer, int, AbstractClientPlayerEntity, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.player.LayerWrapper
-
- render(AbstractClientPlayerEntity, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
-
- render(AnvilTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityAnvil
-
- render(ArcChaliceTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityArcChalice
-
- render(BellTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityBell
-
- render(CloningMachineTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityCloningMachine
-
- render(CookingPotTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityCookingPot
-
- render(TileEntity, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityDecorativeBase
-
- render(FossilCleanerTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilCleaner
-
- render(FossilDisplayTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilDisplay
-
- render(FossilMachineTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilMachine
-
- render(T, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
-
- render(T, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
-
- render(GymSignTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGymSign
-
- render(HealerTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityHealer
-
- render(InfuserTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityInfuser
-
- render(MysteryBoxTileEntity, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityMysteryBox
-
- render(OrbTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb
-
- render(TileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPicketFence
-
- render(PokeChestTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeChest
-
- render(PokeDisplayTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeDisplay
-
- render(PokeGiftTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeGift
-
- render(PokeStopTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop
-
- render(ReassemblyUnitTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityReassemblyUnit
-
- render(ScrollTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityScroll
-
- render(TimespaceAltarTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTimespaceAltar
-
- render(TradeMachineTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTradeMachine
-
- render(TreeTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTree
-
- render(TVTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTV
-
- render(ZygardeCellTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityZygardeCell
-
- render(T, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- render(T, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer.Screen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestOverviewScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStageScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStringsScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiQuests
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.abilities.GuiOptional
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.BattleSpectatorScreen
-
Draws the screen and all the components in it.
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.BinderScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.CardScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.CardWelcomeScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.DeckScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.FlippingCoinScreen
-
- render(MatrixStack, PlayerClientMyState, PlayerClientOpponentState, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.PrizeSelectorScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
-
- render(MatrixStack, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.TCGRuleEditorScreen
-
Draws the screen and all the components in it.
- render(BattleOwnedTileEntityController, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.tcg.client.renderers.BattleControllerTileEntityRenderer
-
- render(BattleSpectatorOwnedTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.tcg.client.renderers.BattleSpectatorTileEntityRenderer
-
- render(EssenceJarTileEntity, BlockState, double, double, double, float, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.tcg.client.renderers.EssenceJarTileEntityRenderer
-
- render - Variable in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
-
- renderBackground(MatrixStack, int) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
-
- renderBackground(MatrixStack, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
-
- renderBackground(MatrixStack, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
-
- renderBackground(MatrixStack, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MegaEvolution
-
- renderBackground(MatrixStack, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ChooseMove
-
- renderBackground(MatrixStack, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ReplaceAttack
-
- renderBackground(MatrixStack, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
- renderBackground(MatrixStack, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoForfeit
-
- renderBackground(MatrixStack, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoReplaceMove
-
- renderBackground(MatrixStack, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
- renderBackground(MatrixStack, int) - Method in class com.pixelmonmod.pixelmon.client.gui.curryDex.CurryDexScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
- renderBackground(MatrixStack, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiQuests
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
-
- renderBackground(MatrixStack) - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
-
- renderBase(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
-
- renderBg(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
-
- renderBg(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
-
- renderBg(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
-
- renderBg(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotScreen
-
- renderBg(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
-
- renderBg(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineScreen
-
- renderBg(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer.Screen
-
- renderBg(MatrixStack, float, int, int) - Method in class com.pixelmonmod.tcg.client.gui.BinderScreen
-
- renderBg(MatrixStack, float, int, int) - Method in class com.pixelmonmod.tcg.client.gui.DeckScreen
-
- renderBlockModel(MatrixStack.Entry, IVertexBuilder, BlockState, IBakedModel, float, float, float, int, int, IModelData) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement.MenuListButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.ActionButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.PokemonMenuButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ItemMenuButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen.Button
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen.ItemButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.TrashCanButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ButtonRename
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTabsScreen
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.RibbonButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.StarterButton
-
Draws this button to the screen.
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen.ThemedButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ButtonWithIcon
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.Checkbox
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DiscordButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButton
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.ColouredTextFieldWidget
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
-
- renderButton(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TextFieldMultipleLine
-
- renderBuyScreen(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
Renders the GUI for choosing items to buy or sell.
- renderByItem(ItemStack, ItemCameraTransforms.TransformType, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.item.ister.ChestISTER
-
- renderByItem(ItemStack, ItemCameraTransforms.TransformType, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.item.ister.MysteryBoxISTER
-
- renderByItem(ItemStack, ItemCameraTransforms.TransformType, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.item.ister.PokeBallISTER
-
- renderByItem(ItemStack, ItemCameraTransforms.TransformType, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.item.ister.PokeBallLidISTER
-
- renderByItem(ItemStack, ItemCameraTransforms.TransformType, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.item.ister.ScrollISTER
-
- renderByItem(ItemStack, ItemCameraTransforms.TransformType, MatrixStack, IRenderTypeBuffer, int, int) - Method in class com.pixelmonmod.tcg.client.renderers.EssenceJarISTER
-
- renderCamera(MatrixStack, 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(int, float, MatrixStack, ClientWorld, Minecraft, double, double, double) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.DrownedWorldDimensionEffects
-
- renderClouds(int, float, MatrixStack, ClientWorld, Minecraft, double, double, double) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
-
- renderCustomModels(MatrixStack, IVertexBuilder, int, int, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
-
- renderDamagedPillar(FancyPillarBlock.Connections, MatrixStack, IVertexBuilder, int, int, float, float, float, float, DecorativeBaseTileEntity) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelFancyPillar
-
- renderDamagedPillarInv(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelFancyPillar
-
- renderDirtBackground(int) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
-
- renderDirtBackground(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
-
- renderDirtBackground(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
- renderDirtBackground(int) - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
-
- renderDirtBackground(int) - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
-
- renderDirtBackground(int) - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
-
- renderDirtBackground(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
- renderDirtBackground(int) - Method in class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
-
- renderDirtBackground(int) - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
-
- RenderDuel - Class in com.pixelmonmod.tcg.duel
-
- RenderDuel() - Constructor for class com.pixelmonmod.tcg.duel.RenderDuel
-
- renderEffects(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
-
- renderEffects(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
-
- renderEffects(MatrixStack) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
-
- renderEntity(MatrixStack, T, boolean, float) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- renderEntity(MatrixStack, T, int, boolean, float) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- RenderEvents - Class in com.pixelmonmod.pixelmon.client.render.player
-
- RenderEvents() - Constructor for class com.pixelmonmod.pixelmon.client.render.player.RenderEvents
-
- renderGlass(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelBrokenCloningMachine
-
- renderGlass(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelCloningMachine
-
- renderGlass(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelFossilMachine
-
- renderGroup(Group, MatrixStack, IVertexBuilder, 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(MatrixStack, IRenderTypeBuffer, int, int, PlayerEntity, PixelExtrasData, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerHead
-
- RenderingTCG - Class in com.pixelmonmod.tcg.duel
-
- RenderingTCG() - Constructor for class com.pixelmonmod.tcg.duel.RenderingTCG
-
- renderLabel(E, MatrixStack, IRenderTypeBuffer, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
-
- renderLabel(StatueEntity, MatrixStack, IRenderTypeBuffer, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.StatueRenderer
-
- renderLabels(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
-
- renderLabels(MatrixStack, 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(MatrixStack, 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(MatrixStack, int, int) - Method in class com.pixelmonmod.tcg.client.gui.BinderScreen
-
- renderLabels(MatrixStack, int, int) - Method in class com.pixelmonmod.tcg.client.gui.DeckScreen
-
- renderLast(RenderWorldLastEvent) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEvents
-
- renderLeftArm(MatrixStack, IRenderTypeBuffer, int, NPCEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCRenderer
-
- renderLivingLabel(NPCEntity, String, String, float, float, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCRenderer
-
- renderMask(MatrixStack, IRenderTypeBuffer, int, int, PlayerEntity, PixelExtrasData, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerHead
-
- renderMenu(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
Renders the list of items displayed in the current tab.
- renderModel(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelFossilMachine
-
- renderModel(HealerTileEntity, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelHealer
-
- renderModel(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.plates.ModelIngot
-
- renderModel(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.plates.ModelPlate
-
- renderModel(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.plates.ModelPlateStage2
-
- renderModel(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.plates.ModelPlateStage3
-
- renderModel(MatrixStack, IRenderTypeBuffer, int, int, GenericModelHolder<GenericSmdModel>, ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityBell
-
- renderModel(MatrixStack, IRenderTypeBuffer, Model, ResourceLocation, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- renderModel(MatrixStack, IRenderTypeBuffer, Model, ResourceLocation, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- renderMonocle(MatrixStack, IRenderTypeBuffer, int, int, PlayerEntity, PixelExtrasData, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerHead
-
- renderMultipass(MatrixStack, IRenderTypeBuffer, DenEntity, double, double, double, float, float, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.DenRenderer
-
- renderNameTag(E, ITextComponent, MatrixStack, IRenderTypeBuffer, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
-
- renderNormalBlock - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- renderOBJ(MatrixStack, IRenderTypeBuffer, Model, ResourceLocation, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- renderOBJ(MatrixStack, IRenderTypeBuffer, Model, ResourceLocation, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- renderParty(MatrixStack, Minecraft, int, Pokemon[]) - Method in enum com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
-
- renderPass - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
Rendering only fields
- 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
- renderPixelmon(E, float, float, float, float, float, float, MatrixStack, IRenderTypeBuffer, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.render.entity.layers.PokemonShimLayer
-
- renderPixelmon(E, float, float, float, float, float, float, MatrixStack, IRenderTypeBuffer, int, boolean, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.layers.PokemonShimLayer
-
- RenderPixelmonPainting - Class in com.pixelmonmod.pixelmon.client.render.custom
-
Renders Pokémon paintings.
- RenderPixelmonPainting(EntityRendererManager) - Constructor for class com.pixelmonmod.pixelmon.client.render.custom.RenderPixelmonPainting
-
Initializes the renderer.
- renderPokemon(MatrixStack, PixelmonEntity) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- renderPokemon(MatrixStack, PixelmonEntity, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- renderQuadList(MatrixStack.Entry, IVertexBuilder, float, float, float, List<BakedQuad>, int, int) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
-
- renderRightArm(MatrixStack, IRenderTypeBuffer, int, NPCEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCRenderer
-
- renderSky(int, float, MatrixStack, ClientWorld, Minecraft) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.DrownedWorldDimensionEffects
-
- renderSky(int, float, MatrixStack, ClientWorld, Minecraft) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
-
- renderSMD(MatrixStack, IRenderTypeBuffer, Model, ResourceLocation, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- renderSMD(MatrixStack, IRenderTypeBuffer, Model, ResourceLocation, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- renderSpecialBg(MatrixStack, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
-
- renderStandardPillar(FancyPillarBlock.Connections, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelFancyPillar
-
- 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, PlayerEntity, ServerOwnedTileEntityBattleController) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.RenderStateSyncPacket
-
- renderTabButton(MatrixStack, SurvivalTab) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
-
- renderTileEntity(TileEntity, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelBrokenCloningMachine
-
- renderTileEntity(CloningMachineTileEntity, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelCloningMachine
-
- renderTileEntity(T, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelEntityBlock
-
- renderTileEntity(DecorativeBaseTileEntity, MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelFancyPillar
-
- RenderTileEntityAnvil - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityAnvil(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityAnvil
-
- RenderTileEntityArcChalice - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityArcChalice(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityArcChalice
-
- RenderTileEntityBell - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Renders Legendary bird shrines.
- RenderTileEntityBell(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityBell
-
Initializes the shrine renderer.
- RenderTileEntityCloningMachine - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityCloningMachine(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityCloningMachine
-
- RenderTileEntityCookingPot - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityCookingPot(TileEntityRendererDispatcher) - 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(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityDecorativeBase
-
- RenderTileEntityFossilCleaner - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Renderer for Fossil cleaners.
- RenderTileEntityFossilCleaner(TileEntityRendererDispatcher) - 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(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilDisplay
-
Initializes the renderer.
- RenderTileEntityFossilMachine - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityFossilMachine(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilMachine
-
- RenderTileEntityGeneric<G extends RenderTileEntityGeneric<G,T>,T extends net.minecraft.tileentity.TileEntity> - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by clienthax on 7/3/2015.
- RenderTileEntityGeneric(TileEntityRendererDispatcher, String, Model) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
-
- RenderTileEntityGeneric(String, TileEntityRendererDispatcher, String, Model, int) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
-
- RenderTileEntityGeneric(TileEntityRendererDispatcher, String, Model, int) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
-
- RenderTileEntityGenericSMD<T extends net.minecraft.tileentity.TileEntity> - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityGenericSMD(TileEntityRendererDispatcher, GenericModelHolder<GenericSmdModel>, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
-
- RenderTileEntityGenericSMD(TileEntityRendererDispatcher, ResourceLocation, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
-
- RenderTileEntityGenericSMD(TileEntityRendererDispatcher, String, String) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
-
- RenderTileEntityGymSign - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Renders a gym sign.
- RenderTileEntityGymSign(TileEntityRendererDispatcher) - 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(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityHealer
-
- RenderTileEntityInfuser - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityInfuser(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityInfuser
-
- RenderTileEntityMysteryBox - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityMysteryBox(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityMysteryBox
-
- RenderTileEntityMysteryBox() - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityMysteryBox
-
- RenderTileEntityOrb - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityOrb(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb
-
- RenderTileEntityOrb.EnumOrbModels - Enum in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityPicketFence - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by clienthax on 8/3/2015.
- RenderTileEntityPicketFence(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPicketFence
-
- RenderTileEntityPokeChest - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityPokeChest(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeChest
-
- RenderTileEntityPokeDisplay - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityPokeDisplay(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeDisplay
-
- RenderTileEntityPokeGift - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityPokeGift(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeGift
-
- RenderTileEntityPokeStop - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityPokeStop(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop
-
- RenderTileEntityReassemblyUnit - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by Jay113355 on 4/28/2020.
- RenderTileEntityReassemblyUnit(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityReassemblyUnit
-
- RenderTileEntityScroll - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityScroll(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityScroll
-
- RenderTileEntityTimespaceAltar - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityTimespaceAltar(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTimespaceAltar
-
Initializes the shrine renderer.
- RenderTileEntityTradeMachine - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
- RenderTileEntityTradeMachine(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTradeMachine
-
- RenderTileEntityTree - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by Jay113355 on 5/14/2017.
- RenderTileEntityTree(TileEntityRendererDispatcher) - 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(TileEntityRendererDispatcher) - 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(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityZygardeCell
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelAnvil
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelEntityBlock
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelFoldingChair
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelFossilMachine
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelHealer
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelMechanicalAnvil
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelTV
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelVendingMachine
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.ModelQuestionMark
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.npcs.ModelDoctor
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.npcs.ModelTrader
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory.Impl
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.plates.ModelIngot
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.plates.ModelPlate
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.plates.ModelPlateStage2
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.plates.ModelPlateStage3
-
- renderToBuffer(MatrixStack, IVertexBuilder, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
-
- renderTooltip(MatrixStack, 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(MatrixStack, int, int, Collection<ITextComponent>, int, int, int, boolean, boolean, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Renders a tooltip on the screen.
- renderTooltip(MatrixStack, int, int, Collection<ITextComponent>, int, int, int, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Renders a tooltip on the screen.
- renderToolTip(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
-
- renderToolTip(MatrixStack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
-
- renderTransparentSMD(MatrixStack, IRenderTypeBuffer, Model, ResourceLocation, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- renderType - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- renderWeather(int, float, ClientWorld, Minecraft, LightTexture, double, double, double) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.DrownedWorldDimensionEffects
-
- renderWeather(int, float, ClientWorld, Minecraft, LightTexture, double, double, double) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
-
- renderWidget(MatrixStack, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
Draws the textbox
- renderWidget(MatrixStack, float, float, float) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Draws the textbox
- 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
- reopen() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- repeat - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Repeat Ball.
- REPEAT_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
-
- repeatable - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- 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 - Variable 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.
- repeatsAttack() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonDarts
-
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 - 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 in com.pixelmonmod.pixelmon.items
-
- replace(EntityJoinWorldEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.replacement.SpawnReplacement
-
Handles replacing the entity
- replace(int, CustomServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- 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(PokemonLink, Attack) - Static method in class com.pixelmonmod.pixelmon.listener.RotomListener
-
- replacedMove(Pokemon, Attack) - Static method in class com.pixelmonmod.pixelmon.listener.RotomListener
-
- 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(Optional<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(EntityJoinWorldEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.BeeReplacementLogic
-
- replaceSpawn(EntityJoinWorldEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.NoReplacementLogic
-
- replaceSpawn(EntityJoinWorldEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.SimpleReplacementLogic
-
- replaceSpawn(EntityJoinWorldEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.TrainerReplacementLogic
-
- replaceSpawn(EntityJoinWorldEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.VillagerReplacementLogic
-
- replaceSpawn(EntityJoinWorldEvent) - 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(Dialogue...) - Method in class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueChoiceEvent
-
Simple shortcut to send dialogues back to the player.
- reply(boolean, Dialogue...) - Method in class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueChoiceEvent
-
Simple shortcut to send dialogues back to the player.
- reply(String, String...) - Method in class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueChoiceEvent
-
Simple shortcut to send dialogues back to the player.
- reply(NetworkEvent.Context, Object) - Method in class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
-
Abstracted method for replying to the received packet
- reply(MSG, NetworkEvent.Context) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel
-
- reply(NetworkEvent.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
-
- 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(int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RequestDayCareChildPacket
-
- RequestDayCareChildPacket() - 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
-
- 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
-
Adds a spectator to a battle.
- RequestSpectatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestSpectatePacket
-
Empty constructor for packet registration.
- RequestSpectatePacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestSpectatePacket
-
Initializes a packet.
- requestSwitch(PlayerServerState, int) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
-
- requestSwitch(PlayerServerState, int) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
-
- 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
- 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.ClausesProperty
-
- 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.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(CommandSource) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
- 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 CommandException
with the given message
- 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
CommandException
with the given message
- requireManualClose() - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
- Requirement<A,B,C> - Interface in com.pixelmonmod.api.requirement
-
A basic requirement for matching and creating
- requirement - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
-
- requirement - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
- 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(String) - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
Gets the list of
Requirement
s created from the given spec
- requirements - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
-
- requirements - Variable in class com.pixelmonmod.api.requirement.AbstractRecursiveRequirement
-
- requirements(Class<? extends Specification<A, B>>, String) - Static method in class com.pixelmonmod.api.SpecificationFactory
-
- requirements(String) - Static method in class com.pixelmonmod.api.tcg.CardSpecificationProxy
-
Gets the list of
Requirement
s created from the given spec
- requirements - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
-
- rerollMoveset() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- rerollMoveset(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
- 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() - 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() - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- reset() - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- 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.
- ResetAllQuestsCommand - Class in com.pixelmonmod.pixelmon.command.impl.quests
-
Reset all of a player's quests.
- ResetAllQuestsCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.quests.ResetAllQuestsCommand
-
- 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
-
- resetDisplay() - Method in class com.pixelmonmod.pixelmon.config.starter.Starter
-
- ResetEVsRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- ResetEVsRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ResetEVsRequirement
-
- resetFade(ISound, 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.ProxyPathNavigator
-
- 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
-
- resetObjective(int) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- resetOnSwitch() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Resets Pokémon attributes when switching.
- 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
-
- resetPokedex() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
-
- resetQuestData() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- ResetQuestsPacket - Class in com.pixelmonmod.pixelmon.quests.comm
-
- ResetQuestsPacket() - Constructor for class com.pixelmonmod.pixelmon.quests.comm.ResetQuestsPacket
-
- resetSounds() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- 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.
- resetSwitchSimulation(PixelmonWrapper, int, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AggressiveAI
-
Resets variables that are temporarily modified when simulating switches.
- resetTime() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
-
- resetValues() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
-
- resetVerts() - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
-
sets all the vertices in this model to their base, untransformed locations.
- resetVerts(SmdModel) - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
-
- 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_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- RESISTANCE_GYM - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
-
- 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.multiplayer.CustomAddServerScreen
-
- resize(Minecraft, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
-
- resize(Minecraft, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
-
- 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(IBakedModel, ItemStack, ClientWorld, LivingEntity) - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel.OverrideList
-
- resolve(SoundHandler) - 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.models.smd.ValveStudioModel
-
- resource - Variable in enum com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
-
- resource - Variable in enum com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
-
- 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
-
- ResourceLocationHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
- ResourceLocationTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
type
TypeAdapter
for the
ResourceLocation
class such that it can be converted
to and from Json text when loading to/from
Species
data.
- ResourceLocationTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ResourceLocationTypeAdapter
-
- ResourceLocationTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
-
- 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
type
TypeAdapter
for the
ResourceWithFallback
class such that it can be converted
to and from Json text when loading to/from
Species
data.
- ResourceWithFallbackTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ResourceWithFallbackTypeAdapter
-
- RespondDayCareChildPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
-
- RespondDayCareChildPacket(boolean, Pokemon, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RespondDayCareChildPacket
-
- RespondDayCareChildPacket() - 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.
- response - Variable in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
The response of the player to the battle query.
- REST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Rest - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Makes the user fall asleep and heals it fully.
- Rest() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rest
-
- rest - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
At-rest location & rotation
- restInverted - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
At-rest location & rotation, inverted
- restore() - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Restores the block in the snapshot.
- restore(boolean) - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Restores the block in the snapshot.
- restore(boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Restores the block in the snapshot.
- restoreAllFriendship() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Restores the trainer's pokemon friendship pokemonLevel to full (for benefit of moves requiring high levels of friendship)
- restoreAttack() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Restores the base attack's details if they are modified during the attack.
- restoreFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.status.Burn
-
- restoreFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
-
- restoreFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.status.Freeze
-
- restoreFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
-
- restoreFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.status.NoStatus
-
- restoreFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
-
- restoreFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.status.Poison
-
- restoreFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
-
- restoreFromNBT(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
-
- restoreFromNBT(CompoundNBT) - 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.
- 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
-
- restoreToLocation(World, BlockPos, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Restores the block in the snapshot to a specific position.
- restoreToLocationWithRotation(BlockPos, Direction, int, boolean) - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Restores the block in the snapshot to a position with a specific
rotation.
- restoreToLocationWithRotation(BlockPos, Direction, int, boolean, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
- 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.
- results - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
-
- results - Variable in class com.pixelmonmod.tcg.duel.state.CoinFlipState
-
- resume(ISound) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
-
- RETALIATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Retaliate
-
- 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
-
- 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 unless the pokemon is fainted.
- RETURN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Return - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has higher power if the user's friendship is higher.
- Return() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Return
-
- 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.init.registry.SoundRegistration
-
- 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 - Class in com.pixelmonmod.tcg.duel.power
-
- RevealHand() - Constructor for class com.pixelmonmod.tcg.duel.power.RevealHand
-
- revealHand() - Method in 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Revenge - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the user has taken damage in the turn.
- Revenge() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Revenge
-
- REVERSAL - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Reversal
-
- 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
-
- 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.
- 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
-
- rewardTradeXp(MerchantOffer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- 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 - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon
-
This class represents a ribbon that has been given to a Pokemon.
- Ribbon(String, long, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
- Ribbon(String, long, ITextComponent, MutableRibbonData) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
- RIBBON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- ribbon - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.RibbonButton
-
- Ribbon.Builder - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon
-
- RIBBON_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- RIBBON_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
-
- RibbonButton - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon
-
- RibbonButton(int, int, int, int, ITextComponent, Button.IPressable, 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(MutableRibbonData) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
-
- ribbonData - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
- 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(Set<String>) - 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 - 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.api.pokemon.ribbon.RibbonRegistry
-
- ribchop - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
-
- RIBOMBEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- rich_mulch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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(ServerPlayerEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.RidePokemonEvent
-
- Riding() - Constructor for class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Riding
-
- 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() - 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
-
- 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
type
TypeAdapter
for the
RidingOffsets
class such that it can be converted
to and from Json text when loading to/from
Species
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.api.util.Bounds
-
The bounds of the region.
- RIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- right - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
- rightArrow - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- rightArrowWallpaper - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- RILLABOOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- RILLABOOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- RINDO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- rindo_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- RINDO_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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.
- 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
-
- 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 user 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 - 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
-
- rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- ROCK_SLIDE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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_THROW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- rocket_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- rocket_helm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- rocket_legs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- rocket_plate - 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
-
- rockium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ROCKRUFF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- ROCKRUFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- RockSmash - Class in com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills
-
Breaks a stone block that the player is looking at.
- RockSmash() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.RockSmash
-
- rocksmash - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- 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
-
- 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
-
- 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.
- 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
-
- 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 - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Rollout
-
- 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
-
- ROOST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Roost
-
Initializes Roost.
- Roosting - Class in com.pixelmonmod.pixelmon.battles.status
-
Removes the Pokémon's Flying type.
- Roosting() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Roosting
-
- Roosting(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Roosting
-
Initializes the status.
- root - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
-
- root - Variable in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
-
- 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
-
- ROSELI - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- roseli_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ROSELI_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- ROSELIA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- ROSELIA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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(double, double, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
-
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
-
- rotate(int, Block, int) - Static method in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- rotate(BlockState, IWorld, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
-
- 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, IWorld, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
-
- rotate(BlockState, IWorld, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
-
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
-
- rotate(BlockState, IWorld, BlockPos, 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, IWorld, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
-
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.machines.AnvilBlock
-
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
-
- rotate(BlockState, IWorld, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
-
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
-
- rotate(BlockState, IWorld, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- 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, IWorld, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
-
- rotate - Variable in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
-
- rotate(float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
-
- rotate(float, Vector3f) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Rotates the matrix around the given axis the specified angle
- rotate(float, Vector3f, Matrix4f) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Rotates the matrix around the given axis the specified angle
- rotate(float, Vector3f, Matrix4f, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Rotates the source matrix around the given axis the specified angle and
put the result in the destination matrix.
- rotateAngleX - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- rotateAngleY - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- 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
-
- rotatePitch(float) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- rotateRoll(float) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- rotateX(double) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
-
- rotateYaw(float) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- rotateZ(double) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
-
- ROTATION - Static variable in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
-
- rotation - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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.
- ROUND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Round
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- rowap_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ROWAP_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 - 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_CREAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- ruby_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ruby_helm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ruby_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ruby_legs - 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_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- ruby_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- ruby_plate - 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_book - 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(CompoundNBT, 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(BattleRules) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the battle rules
- 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 - Variable in class com.pixelmonmod.pixelmon.comm.SetTrainerData
-
The rules that the NPC Trainer uses in battle.
- 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_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
-
- runTests(UnitTestRegistry.Loggable) - Static method in class com.pixelmonmod.pixelmon.api.test.UnitTestRegistry
-
- rusted_shield - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- rusted_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.
- 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_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
-
- 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 - 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- SafeGuard - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the opponent from inflicting statuses on the user's side.
- SafeGuard() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SafeGuard
-
Initializes Safeguard.
- safety_goggles - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.
- SAFFRON_CITY_GYM - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- salac_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- SALAC_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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
-
- SALANDIT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- SALAZZLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SALAZZLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SaltCure
-
Initializes the status.
- SALTED_CREAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- SAMUROTT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SAMUROTT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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 - 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
-
- 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() - 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.world.weather.PixelmonWeather
-
- 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
-
- 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.init.registry.SoundRegistration
-
- SAP_SIPPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- saplingBlock() - Method in enum 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_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- sapphire_helm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- sapphire_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- sapphire_legs - 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_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- sapphire_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- sapphire_plate - 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
-
- SAUCY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- 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
-
- SAVANNA_GROTTO - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- SAVANNA_WAY_POINT - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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(PokemonStorage) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageSaveAdapter
-
- save(PokemonStorage) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageSaveScheduler
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.AnvilTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BirdShrineTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.IlexShrineTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TemporaryLightTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
-
- save() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- save() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreen
-
Saves the edited Pokémon.
- save - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- save(PokemonStorage) - Method in class com.pixelmonmod.pixelmon.storage.adapters.PixelmonFileAdapter
-
- save(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymData
-
- save(CompoundNBT) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
-
- save0(CompoundNBT) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
-
- saveAll() - Method in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageStandardScheduler
-
- saveAndClose() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPokemonScreen
-
- saveAndClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
Saves the Pokémon's data to the server and closes the GUI.
- saveAndClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- 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.
- saveInventory(CompoundNBT) - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
-
- saveInventory(CompoundNBT) - Method in class com.pixelmonmod.tcg.item.BinderItem.Binder
-
- saveInventory(CompoundNBT) - Method in class com.pixelmonmod.tcg.item.DeckItem.Deck
-
- saveList - Variable in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
-
- saveLog(String) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
-
- saveNBT(CompoundNBT, File, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.NBTTools
-
- saveNBT(CompoundNBT, OutputStream, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.NBTTools
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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(E, MatrixStack, float) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
-
- scale(NPCEntity, MatrixStack, float) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCRenderer
-
- scale - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
-
- scale(float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
-
- scale - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- 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(Vector3f) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Scales this matrix
- scale(Vector3f, Matrix4f, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Scales the source matrix and put the result in the destination matrix
- scale(double) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- scale(float) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- 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
-
- scaleFont(MatrixStack, FontRenderer, String, int, int, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.FontScaler
-
- scaleOrdinal - Variable in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ScaleShot
-
- scalesWithDifficulty() - Method in class com.pixelmonmod.pixelmon.battles.attacks.BattleDamageSource
-
- scaleValue - Variable in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
- scan(ServerPlayerEntity, BagSection, List<ItemStack>, ItemStack, List<ItemData>) - Method in interface com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.ItemScanner
-
- scan(ServerPlayerEntity, BagSection) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Performs an inventory scan for battle items.
- Scare - Class in com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills
-
- Scare() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Scare
-
- SCARY_FACE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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(Runnable, long, TimeUnit) - Static method in class com.pixelmonmod.api.scheduler.DelayedScheduler
-
- schedule(Supplier<A>, long, TimeUnit) - Static method in class com.pixelmonmod.api.scheduler.DelayedScheduler
-
- 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) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
-
- 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
-
- ScheduledTask() - Constructor for class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
-
- scheduleNextTick(Callable<?>) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- scheduler - Variable in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
-
- 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
-
- 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
-
- 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
-
- 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.
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ScorchingSands
-
- Scoreboard - Class in com.pixelmonmod.pixelmon.api.overlay.scoreboard
-
- Scoreboard(String, ScreenBoardPosition) - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
-
- Scoreboard() - 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 in com.pixelmonmod.pixelmon.client.gui.custom.overlays
-
- ScoreboardLine - Class in com.pixelmonmod.pixelmon.api.overlay.scoreboard.line
-
- ScoreboardLine(boolean, float, float, int, List<ScoreboardEntry>, boolean, Color) - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
-
- ScoreboardLine() - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
-
- ScoreboardLocation - Enum in com.pixelmonmod.pixelmon.client.gui.custom.overlays
-
- 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.init.registry.SoundRegistration
-
- SCREECH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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, PlayerInventory, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.container.PokeBagContainer.Screen
-
- SCREEN_CLEANER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- ScreenBoardPosition - Enum 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
-
- screenFlickerTick - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
-
- ScreenHelper - Class in com.pixelmonmod.pixelmon.client.gui
-
Helper methods for Pixelmon GUIs.
- ScreenHelper() - Constructor for class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- 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
-
- SCROLL - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
-
- SCROLL_ISTER - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PixelmonISTERs
-
- 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
-
- 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 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
-
- scrollDown() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- scrollDown() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- scrollDown() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- scrollDown() - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- ScrollEntry() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- scrollingMotd - Variable in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- ScrollISTER - Class in com.pixelmonmod.pixelmon.client.render.item.ister
-
- ScrollISTER() - Constructor for class com.pixelmonmod.pixelmon.client.render.item.ister.ScrollISTER
-
- 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
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
-
- ScrollTileEntity(ScrollBlock.Type) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
-
- scrollTo(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
- scrollTop - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
-
- scrollUp() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- scrollUp() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- scrollUp() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- scrollUp() - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- 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
-
- SEAGRASS_MANY - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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(ServerPlayerEntity, 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_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
-
- 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
-
- searchIcon - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- searchId - Variable in class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
-
- SearchTreeExtender - Class in com.pixelmonmod.pixelmon.client.gui.inventory
-
- SearchTreeExtender() - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.SearchTreeExtender
-
- 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
-
- SEAWEED - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
-
- seaweed - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- seaweedPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- seaweedSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- 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 - 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
-
- sections - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
- seeAttack(Attack) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.OpponentMemory
-
Registers an attack that the AI has seen.
- 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
-
- 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
-
- SEEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SEEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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.
- seesSkyBlockCategory - Variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- 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(ServerPlayerEntity, ReassemblyUnitTileEntity, ReassemblyUnitTileEntity.Mode, StoragePosition, ItemStack, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Select
-
- select(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- select(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- SELECT - Static variable in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
-
- 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
-
- selectAIAction() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Decides what action the AI will take during battle.
- 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.PokemonScreen
-
- 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 - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- selected - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- 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.client.gui.battles.ClientBattleManager
-
The index of the attack selected by the player.
- 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.
- selectedLineColor - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- selectedLineColor - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- selectedLineColor - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- selectedLineColor - Variable in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- 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
-
- selectedPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
- selectedPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
-
- selectedQuest - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- selectedQuest - Variable in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- selectedRender - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.RibbonButton
-
- selectedStats - Static variable in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
-
- selectedTextColor - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- selectedTextColor - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- selectedTextColor - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- selectedTextColor - Variable in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- 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
-
- 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<ServerPlayerEntity, 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(ITextComponent, ITextComponent, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
-
- SelectionScreen(ITextComponent, ITextComponent, int, Pokemon[], Set<Integer>, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
-
- SelectItem(BattleController, String, ServerPlayerEntity, 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.
- 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 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.
- 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
-
- SelectPartyPokemonScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc
-
- SelectPartyPokemonScreen(int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.SelectPartyPokemonScreen
-
- SelectPartyPokemonScreen(String, String, boolean, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.SelectPartyPokemonScreen
-
- SelectPokemonResponsePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
- SelectPokemonResponsePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SelectPokemonResponsePacket
-
- SelectPokemonResponsePacket(SelectPokemonResponsePacket.Mode, int, UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SelectPokemonResponsePacket
-
- SelectPokemonResponsePacket.Mode - Enum in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
- selectPreviousPixelmon() - Static method in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Selects the previous Pokémon in the party.
- selectQuest(Quest) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- selectQuest(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- selectQuest(int) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- 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(World, BlockPos, BlockState, Species) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.SelectSpecies
-
- 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 - Static variable in class com.pixelmonmod.tcg.client.gui.duel.DuelLogScreen
-
- 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
-
- Sell(ServerPlayerEntity, NPCEntity, EnumBuySell, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.ShopkeeperEvent.Sell
-
- sellItems - Static variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
Items that can be sold to the shop.
- sellStartIndex - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
The index that is currently scrolled to in the sell tab.
- send(PacketDistributor.PacketTarget, MSG) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel
-
Send a message to the PacketDistributor.PacketTarget
from a PacketDistributor
instance.
- 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.
- 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(TranslationTextComponent) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Sends a battle message to the spectator.
- sendBattleMessage(Entity, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a battle message to a player.
- sendBattleMessage(Entity, TranslationTextComponent) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a battle message to a player.
- 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>, TranslationTextComponent) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a battle message to all participants in a battle.
- 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(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.storage.TrainerPartyStorage
-
- 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(Entity, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a message to a player.
- sendChat(ICommandSource, TranslationTextComponent) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a message to a player.
- sendChat(ICommandSource, ICommandSource, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a message to two players.
- sendChat(CommandSource, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.CommandChatHandler
-
- sendClientUpdatePacket() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- sendClientUpdateSelectedPacket() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- sendContents(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- sendContents(ServerPlayerEntity) - 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 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
-
- sendDamagePacket(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Updates the spectator about damage dealt to a Pokémon.
- 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 CommandSource
using the command.
- sendFormattedChat(ICommandSource, TextFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a formatted message to a player.
- sendFormattedChat(CommandSource, TextFormatting, 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 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
-
- sendHealPacket(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Updates the spectator about a Pokémon healing.
- sendItemsToPlayer(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
Gives bought items to the player.
- sendLearnMove(ServerPlayerEntity, UUID, ImmutableAttack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
Registers the move and opens the move replacement screen.
- sendLearnMove(ServerPlayerEntity, UUID, ImmutableAttack, boolean) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
Registers the move and opens the move replacement screen.
- sendLearnMove(ServerPlayerEntity, UUID, ImmutableAttack, Predicate<ServerPlayerEntity>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
Registers the move and opens the move replacement screen.
- sendMessage(ServerPlayerEntity, TextFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Sends a message to the given ServerPlayerEntity
.
- sendMessage(CommandSource, TextFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Sends a message to the given CommandSource
.
- sendMessage(CommandSource, TextFormatting, String, Consumer<IFormattableTextComponent>, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Sends a message to the given CommandSource
.
- sendMessage(CommandSource, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Sends a gray message to the given CommandSource
.
- sendMessage(CommandSource, String, Consumer<IFormattableTextComponent>, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Sends a gray message to the given CommandSource
.
- sendMessage(ServerPlayerEntity, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
- 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(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.
- sendMessage(PixelmonPacket) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
- sendMessage(PixelmonPacket) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Sends a battle update message to the spectator.
- sendMessage(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
- SendMessageAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- SendMessageAction(boolean) - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.SendMessageAction
-
- 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(PixelmonPacket, PacketDistributor.TargetPoint) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.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(TCGPacket, PacketDistributor.TargetPoint) - Static method in class com.pixelmonmod.tcg.api.util.helper.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
- sendNearbyPacket(TargetPoint, Function<ServerPlayerEntity, 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.
- 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(PixelmonPacket, ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends the packet to the player
- sendPacket(ServerPlayerEntity, PixelmonPacket) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends the packet to the player
- sendPacket - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sends packets to the server.
- sendPacket(EnumFeatureState) - Method in enum com.pixelmonmod.pixelmon.enums.items.EnumCharms
-
- sendPacket(TCGPacket, ServerPlayerEntity) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends the packet to the player
- sendPacket(ServerPlayerEntity, 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.
- sendPlayerMessage(String) - Method in class com.pixelmonmod.pixelmon.ai.TargetEnvironmentGoal
-
- 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
-
- SendQuestDataPacket - Class in com.pixelmonmod.pixelmon.quests.comm
-
- SendQuestDataPacket() - Constructor for class com.pixelmonmod.pixelmon.quests.comm.SendQuestDataPacket
-
- SendQuestDataPacket(QuestProgress) - Constructor for class com.pixelmonmod.pixelmon.quests.comm.SendQuestDataPacket
-
- SendQuestNotification - Class in com.pixelmonmod.pixelmon.quests.comm
-
- SendQuestNotification() - Constructor for class com.pixelmonmod.pixelmon.quests.comm.SendQuestNotification
-
- 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.
- sendSwitchPacket(UUID, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Updates all clients with a Pokémon switch.
- sendTo(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueInputScreen.Builder
-
- sendTo(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
-
- sendTo(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
-
- sendTo(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
-
- sendTo(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
-
- sendTo(MSG, NetworkManager, NetworkDirection) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel
-
- sendTo(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- sendToAll(PixelmonPacket) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.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(TranslationTextComponent) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sends a battle message to all participants in the battle.
- sendToAll(TCGPacket) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends a packet to all players
- 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
- sendToDimension(PixelmonPacket, World) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends a packet to all nearby players
- sendToDimension(TCGPacket, World) - 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(PlayerEntity, String, Object...) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sends a battle message to a player.
- sendToPlayer(PlayerEntity, TranslationTextComponent) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sends a battle message to a player.
- sendToPlayers(PixelmonPacket) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
- sendToServer(PixelmonPacket) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends a packet to the server
- sendToServer(MSG) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel
-
- sendToServer(TCGPacket) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends a packet to the server
- SENSU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- 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
-
- Seperate(ServerPlayerEntity, 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
-
- serialize(A, Type, JsonSerializationContext) - Method in class com.pixelmonmod.api.SpecificationTypeAdapter
-
- 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() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
Writes the Ribbon to an NBT compount
- serialize(PaletteProperties, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PalettePropertiesTypeAdapter
-
- serialize(Species, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.SpeciesTypeAdapter
-
- serialize(Stats, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.StatsTypeAdapter
-
- 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(FlyingParameters, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.FlyingParametersTypeAdapter
-
- serialize(FormTags, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.FormTagsTypeAdapter
-
- 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(ImmutableBattleStats, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ImmutableBattleStatsTypeAdapter
-
- serialize(ModelLocator, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ModelLocatorTypeAdapter
-
- 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(Moves, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MovesTypeAdapter
-
- serialize(ResourceLocation, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ResourceLocationTypeAdapter
-
- serialize(ResourceWithFallback, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ResourceWithFallbackTypeAdapter
-
- serialize(RidingOffsets, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.RidingOffsetsTypeAdapter
-
- serialize(SpawnData, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.SpawnDataTypeAdapter
-
- serialize(SwimmingParameters, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.SwimmingParametersTypeAdapter
-
- serialize(Vector3f, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.Vector3fTypeAdapter
-
- 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(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(Color, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.config.starter.ColorTypeAdapter
-
- 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(BasePowerEffect, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.BasePowerEffectTypeAdapter
-
- serialize(CardAttack, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.CardAttackTypeAdapter
-
- serialize(CardPower, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.CardPowerTypeAdapter
-
- serialize(CardSet, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.CardSetTypeAdapter
-
- 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(ResourceLocation, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.ResourceLocationTypeAdapter
-
- serialize(ThemeDeck, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.ThemeDeckTypeAdapter
-
- serializeBlockSnapshot(BlockSnapshot) - Static method in class com.pixelmonmod.pixelmon.api.util.NBTTools
-
- 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
-
- Serializers - Annotation Type in com.pixelmonmod.pixelmon.api.config.api.data
-
- serializeToNBT() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
-
- SERPERIOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SERVER_COSMETIC - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- 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
-
- SERVER_TIME - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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
-
- 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
-
- ServerCosmeticAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- ServerCosmeticAction(boolean) - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.ServerCosmeticAction
-
- ServerCosmetics - Enum 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.multiplayer.CustomServerSelectionList.LanDetectedEntry
-
- 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(ServerItemDropPacket.PacketMode) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket
-
- ServerItemDropPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket
-
- ServerItemDropPacket.PacketMode - Enum in com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops
-
- serverLoad(RegisterCommandsEvent) - Method in class com.pixelmonmod.tcg.TCG
-
- ServerNPCRegistry - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
Parses and stores NPC information from NPC JSON files.
- ServerNPCRegistry() - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
- ServerOwnedTileEntityBattleController - Class in com.pixelmonmod.tcg.tileentity
-
Created by Hy on 5/8/2016.
- ServerOwnedTileEntityBattleController() - Constructor for class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
-
- ServerPokedexPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex
-
- ServerPokedexPacket(boolean, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.ServerPokedexPacket
-
- ServerPokedexPacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.ServerPokedexPacket
-
- ServerPokedexPacket() - 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
-
- serverSelectionList - Variable in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.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
-
- ServerTimeObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.meta
-
- ServerTimeObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.ServerTimeObjective
-
- ServerTradesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trading
-
- ServerTradesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
-
- ServerTradesPacket(EnumServerTradesMode, 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(boolean, 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(Entity, Object) - Method in class com.pixelmonmod.pixelmon.api.data.DataSync
-
- set(Pokemon, Object) - Method in class com.pixelmonmod.pixelmon.api.data.DataSync
-
- Set(ServerPlayerEntity, QuestProgress, Stage, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.quests.QuestStageEvent.Set
-
- set(Pokemon, PokedexRegistrationStatus) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Sets an entry in the register status map.
- set(int, PokedexRegistrationStatus) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Sets an entry in the register status map.
- set(UUID, Pokemon, PokedexRegistrationStatus) - Static method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
- set(int, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- set(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the value associated with the given stat
- set - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
The cached
SpawnSet
that this SpawnInfo belongs to.
- set(StoragePosition, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- set(int, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- set(StoragePosition, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- set(int, 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(int, int, 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
-
- set(int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
-
- set(ArrayList<T>, T, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
-
- set(BattleProperty<T>, Object) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
- 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(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Sets the Pokémon's data.
- set(ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
Helper method to put a stack in the slot.
- set(float, float) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- set(float, float, float) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- set(float, float, float, float) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- set(Vector4f) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
Load from another Vector4f
- 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_COMMA - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
-
- SET_FLAG - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- SET_STAGE - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- setAbandonable(boolean) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest.Builder
-
- setAbandonable(boolean) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- setAbility(Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- setAbility(Optional<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
-
- setAbilitySlot(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- setAbleSpecs(List<PokemonSpecification>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- 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.events.dialogue.DialogueChoiceEvent
-
- setActiveCard(PokemonCardState) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- setActiveMessage(String) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
-
- setActiveStage(short) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest.Builder
-
- setActiveStage(short) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- 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
-
- setAIMode(EnumTrainerAI) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Sets the Trainer's AI mode.
- SetAllBattlingPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Registers the Pokémon that will be in a battle to the client.
- SetAllBattlingPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetAllBattlingPokemonPacket
-
Empty constructor for packet registration.
- SetAllBattlingPokemonPacket(PixelmonClientData[], boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetAllBattlingPokemonPacket
-
Initializes the packet.
- setAllErrorMessages(List<ITextComponent>) - 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.ContainerPlusBlock
-
- setAmountDropped(int) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
-
- setAmuletCoinMultiplier(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
- 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.DualModelDualTextureFactory.TransparentImpl
-
- setAnimation(AnimationType) - Method in class com.pixelmonmod.pixelmon.client.models.DualModelFactory.TransparentImpl
-
- setAnimation(AnimationType) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
-
- setAnimation(SmdAnimation) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
-
- 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.
- 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.
- setAnimationIncrement(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setAnimationIncrement(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- setAnyMoves(String...) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- setAnyMoves(List<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- 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 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.
- setAttackTarget(LivingEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMoveHelper
-
- setAttackTargetPix(LivingEntity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Sets an entity for the NPC to 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
-
- setB(int) - Method in class com.pixelmonmod.pixelmon.quests.quest.QuestColor
-
- setBadge(ItemStack) - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymInfo
-
- setBadges(List<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
-
- setBalance(int) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Sets the balance of the account
- 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(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(ServerPlayerEntity, BankAccount, BigDecimal) - Constructor for class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.SetBalance
-
- 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
-
- 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.
- setBaseTrainer(BaseTrainer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Sets the base NPC Trainer data for the NPC.
- setBattleAI(BattleAIBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
- SetBattleAIEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
- SetBattleAIEvent(BattleController, BattleParticipant, BattleAIBase) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.SetBattleAIEvent
-
- setBattleAIMode(BattleAIMode) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Sets the Trainer's battle AI mode.
- setBattleController(BattleController) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Sets the NPC's battle controller.
- setBattleModelVisibilities(AbstractClientPlayerEntity) - 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.
- SetBattlingPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Registers the Pokémon that will be in a battle to the client.
- SetBattlingPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetBattlingPokemonPacket
-
Initializes an empty packet.
- SetBattlingPokemonPacket(List<PixelmonWrapper>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetBattlingPokemonPacket
-
Initializes a packet.
- 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
-
- setBehaviourBlockTarget(BiFunction<PixelmonEntity, Tuple<BlockPos, Direction>, Integer>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- setBehaviourMultiTarget(BiFunction<PixelmonEntity, Object, Integer>, MoveSkill.EnumTargetType...) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- setBehaviourNoTarget(Function<PixelmonEntity, Integer>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- setBehaviourPlayerTarget(BiFunction<PixelmonEntity, ServerPlayerEntity, Integer>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- setBehaviourPokemonTarget(BiFunction<PixelmonEntity, PixelmonEntity, Integer>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- 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
-
- setBorderColour(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
- setBordered(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.TransparentTextFieldWidget
-
- setBossTier(BossTier) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
-
- setBossTier(BossTier) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Sets the boss tier for the Trainer.
- 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
-
- 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
-
- setBreedingLogic(BreedingLogicFactory) - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
-
- setBuffer(IRenderTypeBuffer) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- setBuffer(BufferSupplier) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- setBufferForScreenRendering() - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- setBufferForWorldRendering(IRenderTypeBuffer) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- 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, ITextComponent) - 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
-
- setCanFloat(boolean) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- setCanFly(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- setCanLoseFocus(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
if true the textbox can lose focus by clicking elsewhere on the screen
- setCanLoseFocus(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
if true the textbox can lose focus by clicking elsewhere on the screen
- setCanMove(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- 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(PlayerEntity, boolean, boolean[]) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
-
- setCardSelection(PlayerEntity, 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(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() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Sets the capture attempt this object is associated with to succeed.
- 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(int) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick.TrySpawn
-
Sets the 1/x chance of this spawn attempt occurring.
- 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
-
- 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
-
- setChat(ArrayList<String>) - Method in class com.pixelmonmod.pixelmon.api.events.NPCChatEvent
-
Sets the new chat lines for the NPC
- setChat(ArrayList<String>) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
Sets the dialogue of the chatting NPC.
- SetChattingNPCTexturesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Updates the client with the server's chatting NPC textures.
- SetChattingNPCTexturesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetChattingNPCTexturesPacket
-
- 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(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
- setChildren(Bone, ArrayList<Bone>) - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- setChoices(ArrayList<Choice>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
- setChoosingOppAttack(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- 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(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
-
- 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
-
- setColor(EnumBadgeCase) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
-
- setColor(DyeColor) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
- setColor(Color) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
- setColor(DyeColor) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- setColor(Color) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- setColor(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
-
- setColor(float, float, float, float) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
-
- setColor(QuestColor) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest.Builder
-
- setColor(QuestColor) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- setColor(DyeColor) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
-
- setColor(Color) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
-
- setColorName(DyeColor) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
-
- setColorName(IFormattableTextComponent) - 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(String...) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- setCombinationMoves(List<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- 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
-
- 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
-
- 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
-
- setCost(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
Stores the relearner's cost in data.
- setCount(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.AnvilTileEntity
-
- setCounter(int, int, int, E) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- setCounter(int, float, float, Entity) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
-
- 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(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() - 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.entities.pokeballs.PokeBallEntity
-
Sets whether the Poké Ball is critical.
- setCurrentColour(char) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- 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.
- setCurrentLine(String) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- 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
-
- setCurrentValue(String) - Method in class com.pixelmonmod.pixelmon.quests.editor.args.QuestElementArgument
-
- setCursor(Supplier<Long>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
-
- setCursorPosition(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
sets the position of the cursor to the provided index
- setCursorPosition(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
sets the position of the cursor to the provided index
- setCursorPositionEnd() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
sets the cursors position to after the text
- setCursorPositionEnd() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
sets the cursors position to after the text
- setCursorPositionZero() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
sets the cursors position to the beginning
- setCursorPositionZero() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
sets the cursors position to the beginning
- 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(PlayerEntity, boolean, int[]) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
-
- setCustomGUIResult(PlayerEntity, boolean, int[]) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
-
- setCustomSteveTexture(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Sets the NPC's Steve texture.
- 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(AttackAnimationData, int, float[], int, float[]) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
-
- setData(T) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
-
- 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(RaidData) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- setData(String, long) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- setData(String, String) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- setData(ImmutableCard) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
-
- 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
-
- 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
- setDefaultCooldownTicks(int) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- setDefaults() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- setDefaultStrings() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- setDefaultStrings(int, int) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- setDefaultStrings(int, int, boolean) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- setDefaultText(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueInputScreen.Builder
-
- setDefense(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the defense stat
- setDescription(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
-
- 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
-
- setDestination(Vector3d) - Method in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
-
Sets the destination block position.
- 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
-
- SetDialogueDataPacket(List<Dialogue>, boolean, UUID) - 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.
- setDialogues(List<Dialogue>, UUID) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
- setDimension(RegistryKey<World>) - 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(EntitySize) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- setDirection(int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- 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.
- setDisabledTextColour(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
- 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, ServerPlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.SetDisplayedRibbon
-
- setDisplayQuest(QuestProgressClient) - Method in class com.pixelmonmod.pixelmon.quests.client.QuestDataClient
-
- SetDisplayQuestPacket - Class in com.pixelmonmod.pixelmon.quests.comm
-
- SetDisplayQuestPacket() - Constructor for class com.pixelmonmod.pixelmon.quests.comm.SetDisplayQuestPacket
-
- SetDisplayQuestPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.quests.comm.SetDisplayQuestPacket
-
- SetDisplayQuestPacket(QuestProgress) - Constructor for class com.pixelmonmod.pixelmon.quests.comm.SetDisplayQuestPacket
-
- 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
-
- setDrink() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
-
- setDrop(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.Drop
-
- 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(ItemStack...) - Method in class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.GetDrops
-
- setDrops(List<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Drops
-
- setDrops(ArrayList<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
-
- 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
-
- setDynamaxLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- setDynamaxLevel(int, int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
-
- setDynamaxScale(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Sets the Dynamax scale of the Pokémon.
- 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, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- setEggCycles(Integer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
- 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
-
- setEloMinimum(int) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
- setEmissive(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- setEmpty() - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
-
- setEmpty() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
-
- setEnableBackgroundDrawing(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
enable drawing background and outline
- setEnableBackgroundDrawing(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
enable drawing background and outline
- 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(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.SimpleButton
-
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiKeybindIconQuest
-
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- setEnabled(PixelExtrasData.Category, boolean) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
- setEncounterMode(EnumEncounterMode) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Sets the Trainer's encounter mode.
- 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(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
-
- setEndPos(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- setEndPosition(LivingEntity) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
-
- setEndPosition(Vector3d) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
-
- setEngageDistance(int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Sets the Trainer's engage distance in blocks for if they're in an engage AI mode
- 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(T) - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
-
- setEntityPlayer(PlayerEntity) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
-
- setError(ITextComponent) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
Sets the error message displayed in the GUI to the player
- setError(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.AbstractRequirement
-
- setErrorMessage(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
- 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.
- 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.ImportExportScreen
-
- setExtra(String) - Method in class com.pixelmonmod.pixelmon.quests.editor.QuestElement
-
- 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
-
- setFalse() - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
-
- setFilename(String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- 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.pokechecker.TextFieldTransparent
-
setter for the focused field
- setFocused(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- setFocused(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- setFocused(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- setFocused(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Sets focus to this gui element
- setFocused(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- setForFirstTurnP1() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
-
- setForm(Stats) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- setForm(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- setForm(Stats) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
- setForm(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
- setForm(Stats) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
-
- setForm(String) - 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.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(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
-
- 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
-
- 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[], boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sets the data for all our available Pokémon in battle.
- setG(int) - Method in class com.pixelmonmod.pixelmon.quests.quest.QuestColor
-
- 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
-
- 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(EnumGrowth) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- setGrowth(EnumGrowth) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- 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
-
- setHandle(Consumer<DialogueChoiceEvent>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Choice.ChoiceBuilder
-
- 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(BlockStateVariantBuilder.ITriFunction<ServerPlayerEntity, 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(double, double, double, float, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
Sets the current motion based on a given heading.
- setHeading() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- 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.
- setHealth(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
- setHealth(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
- 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
-
- 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
-
- setHeight(int) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
-
- setHeightAboveTarget(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
-
- setHeldItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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(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.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
-
- 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(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
-
- setHoverColor(float, float, float, float) - 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<Widget>, 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 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(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- setIcon(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
-
- setIconB64(String) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- setIconName(String) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- setId(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
- setID(String, int) - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
-
- setId(int) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
-
- setIdDropped(int) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
-
- setIdentity() - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Set this matrix to be the identity matrix.
- setIdentity(Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Set the given matrix to be the identity matrix.
- setImage(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageClickableButton
-
- setImage(String) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
-
- 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
-
- 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.
- setInstance(PassiveEffectTicker) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.effects.PassiveEffectProxy
-
- 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
-
- setInstance(PassiveHealingTicker) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.healing.PassiveHealingProxy
-
- setInstance(LureExpiring) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.lure.LureExpiringProxy
-
- setInt(int, int, E) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- setInt(int, int, Entity) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
-
- 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
-
- setIntrinsicSpecs(List<PokemonSpecification>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- 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
-
- 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(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed.Pre
-
- setItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.ShopkeeperEvent.Purchase
-
- 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(Item) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetHeldItemPacket
-
- setItem(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer
-
- setItem(int, ItemStack) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
-
- setItem(int, ItemStack) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
-
- 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<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
-
- setItems(ItemStack...) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
-
- setItems(List<ItemData>) - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems.Pre
-
- setItemSlot(EquipmentSlotType, ItemStack) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
-
- setItemSlot(EquipmentSlotType, 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
- 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
-
- 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.
- setLastBattle(BattleLog) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- setLastBox(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
-
- 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
-
- setLastUpdate(long) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- setLastValue(int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- setLayout(EnumOverlayLayout) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
-
- setLearnableMoves(List<NPCTutor.LearnableMove>) - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves.Pre
-
- setLevel(String) - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent.Pre
-
- 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(int) - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymInfo
-
- 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<ITextComponent>) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
-
- setLines(ITextComponent...) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
-
- setLines(ITextComponent[]) - 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(PlayerEntity) - 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.storage.PlayerPartyStorage
-
- setMailItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail.Pre
-
- setMakesContact(boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Sets whether the attack makes contact.
- 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
-
- setMaxHorizontalDisplacement(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
-
- setMaxLevel(int) - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- setMaxStringLength(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
- setMaxStringLength(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
- setMaxVisitedNodesMultiplier(float) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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
-
- setMegaItem(EnumMegaItemsUnlocked) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- 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(ITextComponent) - 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
- setMessage(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
-
- setMinLevel(int) - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- 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(ReassemblyUnitTileEntity.Mode) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
-
- 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
-
- setModel(PixelmonModelBase<E>) - Method in class com.pixelmonmod.pixelmon.client.render.entity.layers.PokemonShimLayer
-
- setModel(PlayerModel<AbstractClientPlayerEntity>) - Method in class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
-
- setModel(ModelPokeballs) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
- setModel2Transparency(float) - Method in class com.pixelmonmod.pixelmon.client.models.DualModelFactory
-
- setModelClass(Class<? extends Model>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- setModelSlot(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
- setModified() - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
-
- setMonocleType(PixelExtrasData.MonocleType) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
- 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.
- 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(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
Set the motion of this particle.
- setMoveAccuracy(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
- setMovementMode(FlyMode) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMoveHelper
-
- setMovementTarget(Vector3d) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- setMovementThreshold(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setMovementThreshold(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- 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
-
- setMovesets(ArrayList<MovesetDefinition>) - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- 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, World, MultiBlock, Block, PlayerEntity) - 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
-
- setName(String) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- 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.pixelmon.entities.npcs.NPCChatting
-
- setName(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Sets the NPC's name.
- setName(String) - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.WorldGymInfo
-
- setName(String) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
-
- 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.events.dialogue.DialogueChoiceEvent
-
- 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
-
- setNewTrade() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
Sets the trader to have a new random trade from the database.
- 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.
- setNextStage(short) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage.Builder
-
- setNextStage(int) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage.Builder
-
- setNextStage(short) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- setNickname(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- setNickname(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Sets the Pokemon's nickname to the new ITextComponent
- setNickName(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- SetNicknameEvent - Class in com.pixelmonmod.pixelmon.api.events.pokemon
-
Event fired when a Pokémon is being nicknamed by a player.
- SetNicknameEvent(ServerPlayerEntity, 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
-
- SetNPCDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
- SetNPCDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCDataPacket
-
- SetNPCDataPacket(String, ArrayList<String>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCDataPacket
-
- SetNPCDataPacket(String, ArrayList<String>, EnumNPCType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCDataPacket
-
- SetNPCDataPacket(String, ShopkeeperChat, ArrayList<ShopItemWithVariation>, ArrayList<ShopItemWithVariation>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCDataPacket
-
- SetNPCEditDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Sets NPC data client-side when an NPC editor is used.
- SetNPCEditDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCEditDataPacket
-
- SetNPCEditDataPacket(SetTrainerData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCEditDataPacket
-
- SetNPCEditDataPacket(String, ArrayList<String>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCEditDataPacket
-
- SetNPCEditDataPacket(String, ArrayList<String>, EnumNPCType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCEditDataPacket
-
- SetNPCEditDataPacket(String, String, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetNPCEditDataPacket
-
- setNumControlledPokemon(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Changes the number of Pokémon that the participant will send out.
- setNumInteractions(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Sets the number of interactions the Pokémon has.
- setOffsets(float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.ModelCustomWrapper
-
- setOldGenMode(EnumOldGenMode) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- setOn(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.OnOffButton
-
Sets whether the button is on.
- setOneTimeUse(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
- setOnGround() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- 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
-
- 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
-
- setOpponents(PixelmonClientData[]) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sets the Pokémon on the opposing side of the battle.
- setOptional(boolean) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
-
- 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.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(PlayerEntity) - 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(BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
-
- setOwner(BlockPos, PlayerEntity) - Method in interface com.pixelmonmod.pixelmon.blocks.IBlockHasOwner
-
- setOwner(BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
-
- setOwner(BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
-
- setOwner(BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TradeMachineBlock
-
- setOwner(BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FossilDisplayBlock
-
- setOwner(BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.multi.TreeBlock
-
- setOwner(BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
-
- setOwner(BlockPos, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
-
- 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
-
- setOwnerId(UUID) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
- setOwnerId(String) - Method in class com.pixelmonmod.tcg.tileentity.OwnedTileEntity
-
- setOwnerUUID(UUID) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- setPaidFor(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
- 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(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- setPalette(String, boolean) - 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.battles.controller.participants.PixelmonWrapper
-
Sets the palette of a Pokémon.
- setPalette(String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- 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
-
- SetPartyCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- SetPartyCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.SetPartyCommand
-
- 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
-
- 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(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
-
- setPlacedBy(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
-
- setPlacedBy(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.GenericDoubleRotatableModelBlock
-
- setPlacedBy(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
-
- setPlacedBy(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
-
- setPlacedBy(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
-
- setPlacedBy(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.MovementPlateBlock
-
- setPlacedBy(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.StickPlateBlock
-
- setPlacedBy(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
-
- setPlacedBy(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
-
- setPlacedBy(World, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
-
- setPlaceholder(ITextComponent) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
-
- setPlayer(UUID, String) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
-
- setPlayer(NetworkPlayerInfo) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
-
- setPlayer(int, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
-
- setPlayerDialogueData(ServerPlayerEntity, List<Dialogue>, boolean) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Server-oriented method to send new dialogue data to a player, and optionally order the GUI to open.
- setPlayerDialogueData(UUID, ServerPlayerEntity, List<Dialogue>, boolean) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
- setPlayerIndex(int) - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
-
- setPlayerIndex(int) - Method in class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
-
- setPlayers(PlayerClientOpponentState[]) - Method in class com.pixelmonmod.tcg.duel.state.RenderState
-
- setPlayerStartWalkDistance(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
-
- 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
-
- setPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent
-
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Pre
-
Sets the pokemon the status is being changed for
- setPokemon(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
-
- 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.blocks.tileentity.PokeGiftTileEntity
-
Sets the Pokémon inside the Poké Gift.
- setPokemon(int, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
-
- setPokemon(Pokemon...) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPokemonScreen
-
- 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.IndividualEditorBaseScreen
-
- setPokemon(Pokemon...) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
-
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- setPokemon(Pokemon...) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
-
- setPokemon(PokemonStorage, StoragePosition, Pokemon, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PokeCheckerButton
-
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- setPokemon(PokemonBase) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the pokemon this statue displays.
- setPokemon(Species) - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- 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
-
- setPokemonLevel(int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- 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.
- SetPokemonTeamDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Sets the allied participant's Pokémon party client-side.
- SetPokemonTeamDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokemonTeamDataPacket
-
Initializes an empty packet.
- SetPokemonTeamDataPacket(ArrayList<PixelmonWrapper>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokemonTeamDataPacket
-
Initializes a packet.
- 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(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.
- 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) - 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.widgets.InvisibleButton
-
- setPosition(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
-
- 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
-
- 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
-
- setPredicate(ModelPredicate) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setPrefix(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
-
- setPrevForm(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the previous form.
- setPrevForm(Stats) - 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
-
- setPrivateValue(Class<? super T>, T, Object, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ReflectionHelper
-
- setPrizeCards(ImmutableCard[]) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- setPrizeCount(int) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
- setPrizes(ImmutableCard[]) - Method in class com.pixelmonmod.tcg.client.gui.duel.PrizeSelectorScreen
-
- setPrizes() - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
-
- setPrizeSelection(PlayerEntity, int) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
-
- setPrizeSelection(PlayerEntity, int) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
-
- setProfession(int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Sets the NPC's profession.
- setProgress(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ProgressBar
-
- 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(PathNavigator) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- setProxy(PokemonProxy<?>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
- setQuests(ArrayList<Quest>, ArrayList<QuestElement>) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
-
- setR(int) - Method in class com.pixelmonmod.pixelmon.quests.quest.QuestColor
-
- setRadius(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
-
- setRadius(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
-
- setRaid(RaidData) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.ChooseSpecies
-
- 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.client.gui.raids.RaidCatchScreen
-
- setRaid(RaidData, RaidCatchScreen) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
-
- setRaid(RaidData, RaidStartScreen) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
-
- SetRaidCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- SetRaidCommand(CommandDispatcher<CommandSource>) - 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
-
- setRandomPosition(CameraTarget) - Method in class com.pixelmonmod.pixelmon.client.camera.movement.CameraMovement
-
- setRandomPosition(CameraTarget) - Method in class com.pixelmonmod.pixelmon.client.camera.movement.PlayerControlledMovement
-
- setRandomPosition(CameraTarget) - Method in class com.pixelmonmod.pixelmon.client.camera.movement.PositionedMovement
-
- setRange(int) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- setRarity(float) - Method in class com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
- 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
-
- setRenderLayers(FMLClientSetupEvent) - Static method in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- setRenderLayers(FMLClientSetupEvent) - Static method in class com.pixelmonmod.tcg.init.registry.BlockRegistration
-
- setRenderOptions(int, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- setRenderOptions(int, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
-
- setRepeatable(boolean) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest.Builder
-
- 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
- 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
-
- setResourcePackStatus(ServerData.ServerResourceMode) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData
-
- 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
-
- setRotateAngleX(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setRotateAngleX(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- setRotateAngleY(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setRotateAngleY(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- setRotation(Rotations) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- setRotation(float) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
-
- 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(StorageSaveAdapter) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
-
- setSavedUIScale(int) - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
-
- setSaveScheduler(StorageSaveScheduler) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
-
- 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.DualModelDualTextureFactory.TransparentImpl
-
- setScale(float) - Method in class com.pixelmonmod.pixelmon.client.models.DualModelFactory.TransparentImpl
-
- setScale(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- setScale(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory.Impl
-
- 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.
- 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(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
- setSelected(CustomServerSelectionList.Entry) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomMultiplayerScreen
-
- setSelected(CustomServerSelectionList.Entry) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList
-
- setSelected(T) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets the currently selected option.
- setSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets the currently selected option.
- 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
-
- setSelectionPos(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
Sets the position of the selection anchor (i.e.
- setSelectionPos(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Sets the position of the selection anchor (i.e.
- setServerCosmetics(Set<ServerCosmetics>) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
- setSetID(int) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
-
- 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
-
- SetShopkeeperClientPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Updates the client with the server's shopkeeper data.
- SetShopkeeperClientPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetShopkeeperClientPacket
-
- SetShopkeeperClientPacket(String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SetShopkeeperClientPacket
-
Initializes a packet.
- setShouldCheckCooldown(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck
-
- setShouldCloseOnEsc(boolean) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueInputScreen.Builder
-
- 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
-
- setShowChild(boolean) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
Sets if the child should be shown in the GUI
- 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(int) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
-
- 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, int) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
-
- 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
-
- setSlot(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- setSlot(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- 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(EntityClassification) - 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
- setSpecialAttack(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the special attack stat
- 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(Species) - Method in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.SelectSpecies.Pre
-
- setSpecies(RegistryValue<Species>, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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
-
- setSpecies(Species) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the pokemon this statue displays.
- setSpecies(RegistryValue<Species>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the pokemon this statue displays.
- 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(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the speed stat
- setSpeed(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
-
- setSpeedModifier(double) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- setSphealType(PixelExtrasData.SphealType) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
- setSprite(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- 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.
- setStack(ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.AnvilTileEntity
-
- 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.
- setStage(short) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage.Builder
-
- setStage(int) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage.Builder
-
- setStage(short) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- setStage(short) - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- SetStageAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- SetStageAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.SetStageAction
-
- SetStageCommand - Class in com.pixelmonmod.pixelmon.command.impl.quests
-
Set a quest's stage.
- SetStageCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.quests.SetStageCommand
-
- 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(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
-
- setStartPos(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- setStartPosition(LivingEntity) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
-
- setStartPosition(Vector3d) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
-
- setStartRotationYaw(float) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Sets the rotation of the Trainer.
- 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, 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.
- setStat(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
-
- setState(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.AnvilTileEntity
-
- 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, boolean, int, int) - 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(StatusPersist) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- setStatus(ITextComponent, boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
- setStatus(int, StatusBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Changes a status into a different status.
- setStatus(byte) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- setStatus(PokemonCardStatus) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
-
- setStorage(PokemonStorage, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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
- setStoredPoke(Pokemon) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
-
- setStrafeUpDown(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- setStructure(String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BasicStructure.Start
-
- setStructure(String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BiomeGenericStructure.Start
-
- setStructure(String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.BoatStructure.Start
-
- setStructure(String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.DenStructure.Start
-
- setStructure(String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.FlyingStructure.Start
-
- setStructure(String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.HauntedTowerStructure.Start
-
- setStructure(String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.ShrineStructure.Start
-
- setStructure(String) - Method in class com.pixelmonmod.pixelmon.world.structure.type.TowerStructure.Start
-
- setStruggle(ArrayList<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(ITextComponent) - 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(LivingEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
- setTargetData(Object) - Method in interface com.pixelmonmod.pixelmon.client.camera.CameraTarget
-
- setTargetData(Object) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetEntity
-
- setTargetData(Object) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraTargetLocation
-
- setTargetDistance(float) - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
-
- setTargeting(PixelmonClientData, Attack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Sets the targets of an attack.
- setTargetRandomPosition(CameraTarget) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
-
Sets the entity that the camera will follow, and sets the camera position
to somewhere around it.
- setTeamData(PixelmonClientData[]) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sets the data for allied Pokémon in 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.
- setTeamPokemon(PixelmonClientData[]) - 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(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- 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.
- 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 a temporary type for the Pokémon if it changes during battle.
- setText(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Choice.ChoiceBuilder
-
- setText(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
- setText(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueInputScreen.Builder
-
- setText(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueInputScreen.Builder
-
- setText(String) - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail.Pre
-
- setText(String) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
Sets the text of the textbox.
- setText(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
Sets the text on the button.
- setText(String) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
-
- setText(String) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Sets the text of the textbox
- 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.pokechecker.TextFieldTransparent
-
Sets the text colour for this textbox (disabled text will not use this colour)
- setTextColor(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
-
- setTextColor(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TextFieldMultipleLine
-
- setTextColor(int) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Sets the text colour for this textbox (disabled text will not use this colour)
- setTextJustification(TextJustification) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
-
- setTextScale(float) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
-
- setTexture(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- setTexture(AttackEffect.EnumParticleTexture) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
-
- setTexture(Texture) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
-
- setTexture(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
-
- setTextureIndex(int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
Sets the texture index of the NPC.
- 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.
- 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
-
- setTileEntityClass(Class<? extends TileEntity>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- 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.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- settings - Variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- setTitle(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueInputScreen.Builder
-
- setTitle(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueInputScreen.Builder
-
- setTitle(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
-
- setTitle(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
-
- 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(ITextComponent) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
-
- setToolTip(List<ITextComponent>) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomMultiplayerScreen
-
- setTooltip(Button.ITooltip) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
-
- 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
-
- setTracking(QuestProgress) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
-
- 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(Pokemon, PixelmonStatsData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetTradeTargetPacket
-
- SetTradeTargetPacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetTradeTargetPacket
-
- setTradingPlayer(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- setTrainerCard(TrainerCardState) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- SetTrainerData - Class in com.pixelmonmod.pixelmon.comm
-
Holder for NPC Trainer data.
- SetTrainerData() - Constructor for class com.pixelmonmod.pixelmon.comm.SetTrainerData
-
Empty constructor used for registering the packet.
- SetTrainerData(String, String, String, String, int, ItemStack[]) - Constructor for class com.pixelmonmod.pixelmon.comm.SetTrainerData
-
Initializes the NPC Trainer data.
- SetTrainerData(String, String, String, String, int, ItemStack[], BattleRules) - Constructor for class com.pixelmonmod.pixelmon.comm.SetTrainerData
-
Initializes the NPC Trainer data.
- SetTrainerData(NPCTrainer, String) - Constructor for class com.pixelmonmod.pixelmon.comm.SetTrainerData
-
Initializes the NPC Trainer data.
- setTrainerType(BaseTrainer, PlayerEntity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Sets the Trainer's model.
- setTranslates(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.render.player.LayerWrapper
-
- setTranslation(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- setTransparency(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setTransparency(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- setTransparency2(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- 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
-
- setTrueLevel(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
-
- setTurnCount(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Sets the move's turn count.
- setTurnCount(int) - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
-
- setTurns(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
-
- setTurns(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
-
- setTutorType(EnumNPCTutorType) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- setTweaks(List<SpawningTweak>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
-
- setType(EnumPokegiftType) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Sets the Poké Gift's type.
- setType(int) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
-
- setType(EnumBike) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- setU(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
-
- setupAnim(Entity, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.bikes.ModelBike
-
- setupAnim(NPCEntity, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.npcs.ModelDoctor
-
- setupAnim(NPCEntity, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.npcs.ModelTrader
-
- setupAnim(AbstractClientEntity, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory.Impl
-
- setupAnim(PokeBallEntity, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.pokeballs.ModelPokeballs
-
- setupAnim(AbstractClientPlayerEntity, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.player.ModelPlayerOnBike
-
- 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, CommandSource, 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
-
- 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(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
-
Called by
PixelmonRenderer
to set the animation variables on the model before rendering.
- setupForRender(PokeBallEntity) - Method in class com.pixelmonmod.pixelmon.client.models.pokeballs.ModelPokeballs
-
- setupMapSpacingAndLand(F, StructureSeparationSettings, boolean) - Static method in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- setupOverlayRendering(MatrixStack) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
- setupRotations(NPCEntity, MatrixStack, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCRenderer
-
- setupRotations(AbstractClientPlayerEntity, MatrixStack, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
-
- setupStuctures() - Static method in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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(CommandSource, String[], int) - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
-
- setUseItem(UUID, PlayerEntity, ItemStack, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets an item that the player will use during the turn.
- setUseItem(UUID, PlayerEntity, ItemStack, UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets an item that the player will use during the turn.
- setUsePP(boolean) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
- 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(String, T) - Method in class com.pixelmonmod.api.registry.RegistryManager.Registry
-
- setValue(T) - Method in class com.pixelmonmod.api.registry.RegistryValue
-
- setValue(Object) - Method in class com.pixelmonmod.pixelmon.api.events.StatueEvent.ModifyStatue
-
Sets the value for the property.
- setValue(T) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
- setValue(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TextFieldMultipleLine
-
- setValue(boolean) - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
-
- setValue(Boolean) - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
-
- setValues(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- 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
-
- SetVendingMachineDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.vendingMachine
-
- SetVendingMachineDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.vendingMachine.SetVendingMachineDataPacket
-
- SetVendingMachineDataPacket(ArrayList<ShopItemWithVariation>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.vendingMachine.SetVendingMachineDataPacket
-
- 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.pokechecker.TextFieldTransparent
-
Sets whether or not this textbox is visible
- 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
-
- setVisible(boolean) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
Sets whether or not this textbox is visible
- setW(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
-
- setW(float) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
Set W
- setWallpaper(String) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- setWarpPosition(BlockPos) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.WarpPlateEvent
-
Set the position the entity will teleport to.
- setWarpPosition(String, String, String) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
-
- 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.
- setWeight(int) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest.Builder
-
- setWeight(int) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- 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(float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- setWidth(int) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
-
- 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
-
- setWords(String[]) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.LineParser
-
- setWorldObj(World) - Method in class com.pixelmonmod.pixelmon.api.util.Bounds
-
Sets the world that the region is in.
- 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(float) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
Set X
- setX(int) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
-
- setXOffset(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setXOffset(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- setXRotation(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setXRotation(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- 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(float) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
Set Y
- setY(int) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
-
- setYBodyRot(float) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- setYHeadRot(float) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- setYOffset(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setYOffset(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- setYOffset(float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
-
- setYRotation(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setYRotation(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- 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
-
- setZ(float) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
Set Z
- setZero() - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Set this matrix to 0.
- setZero(Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Set the given matrix to 0.
- setZLevel(int) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
-
- setZOffset(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setZOffset(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- setZRotation(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
-
- setZRotation(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- 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
-
- shadow - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Shadow in the starter screen GUI.
- 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_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 - 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_FORCE_ANCIENT - 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.init.registry.ItemRegistration
-
- ShadowBlob - Class in com.pixelmonmod.pixelmon.client.particle.particles
-
- ShadowBlob(double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.ShadowBlob
-
- 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.
- ShadowShield - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
- ShadowShield() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShadowShield
-
- ShadowSize - Enum 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
-
- ShadowWandItem - Class in com.pixelmonmod.tcg.item
-
- ShadowWandItem() - Constructor for class com.pixelmonmod.tcg.item.ShadowWandItem
-
- shakeCountCheck(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayerEntity, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
- 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
-
- 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
-
- 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.notexamples
-
- 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
-
- 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
-
- ShellArmour - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
- ShellArmour() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShellArmour
-
- 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.
- 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() - 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.notexamples
-
- SHELMET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SHELTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- SHELTER_ANCIENT - 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.
- ShieldDust() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldDust
-
- 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
-
- SHIELDON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
-
- 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_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_corner1 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- shingles_corner2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- 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
-
- SHINX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SHINX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- shiny() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the Pokemon palette to be shiny
- shiny(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the Pokemon palette to be shiny if true, null if false
- shiny - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ShinyCondition
-
- SHINY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- SHINY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Pokémon offered by the trader is Shiny.
- 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 - Class in com.pixelmonmod.pixelmon.client.particle.particles
-
- Shiny(double, double, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.Shiny
-
- Shiny - Class in com.pixelmonmod.pixelmon.client.particle.systems
-
- Shiny() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.Shiny
-
- shiny - Variable in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
-
- shiny_charm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- SHINY_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
-
- 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.
- shinyCharmBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- ShinyCharmCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- ShinyCharmCommand(CommandDispatcher<CommandSource>) - 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
-
- shinyRatio - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
-
- ShinyRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- ShinyRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ShinyRequirement
-
- ShinyRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ShinyRequirement
-
- 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 - 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_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.
- ShopItem - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
- ShopItem(BaseShopItem, float, float, boolean) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItem
-
- SHOPITEMS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The shopkeeper's stock.
- shopItems - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers
-
Map from item names to shop item prices.
- ShopItemWithVariation - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
- ShopItemWithVariation(ShopItem, float) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItemWithVariation
-
- ShopItemWithVariation(ShopItem) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItemWithVariation
-
- shopkeeper - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Shopkeeper screen.
- ShopkeeperChat - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
- ShopkeeperChat(String, String) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperChat
-
- shopkeeperData - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ShopkeeperEditorScreen
-
Data about all shopkeepers.
- ShopkeeperData - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
Server-side data defining a shopkeeper.
- ShopkeeperData(String) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- ShopkeeperEditorScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
Editing GUI for a shopkeeper.
- ShopkeeperEditorScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.ShopkeeperEditorScreen
-
Initializes the GUI.
- ShopkeeperEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when someone buys/sells from a Shopkeeper NPC.
- ShopkeeperEvent(ServerPlayerEntity, NPCEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.ShopkeeperEvent
-
- ShopkeeperEvent.Purchase - Class in com.pixelmonmod.pixelmon.api.events
-
- ShopkeeperEvent.Sell - Class in com.pixelmonmod.pixelmon.api.events
-
- shopkeeperID - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ShopkeeperEditorScreen
-
The ID of the shopkeeper being edited.
- ShopKeeperPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Triggers a transaction between a shopkeeper and a player.
- ShopKeeperPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopKeeperPacket
-
- ShopKeeperPacket(EnumBuySell, int, String, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopKeeperPacket
-
Initializes a transaction packet.
- shopkeepers - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryData
-
List of all shopkeeper npcs
- shopkeepers - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Data for shopkeepers.
- ShopkeeperScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc
-
GUI for buying from and selling to a shopkeeper.
- ShopkeeperScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreen
-
Displays the shopkeeper GUI.
- ShopkeeperScreens - Enum in com.pixelmonmod.pixelmon.client.gui.npc
-
- shopkeeperSpawns - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryData
-
List of all shopkeeper npcs
- 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
-
- 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
- shouldAlwaysSpawnInVillage() - Method in class com.pixelmonmod.pixelmon.api.config.StructureConfig
-
- 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.
- shouldCatchPokerus() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig.Pokerus
-
- 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.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.EvolveScreen
-
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
-
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
-
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
-
- shouldCloseOnEsc - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
-
- shouldConsumeItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
-
- shouldContinue() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
-
- 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
For example, for a logical AND this would return false as it handles the processing of the remaining requirements
- shouldCull() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
- shouldCull() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticle
-
- 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
-
- 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
-
- shouldGenerateCosmeticsInCardShop() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
-
- shouldHaveHiddenAbility(Stats, RegistryKey<World>) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- shouldHaveHiddenAbility(float) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- 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
-
- 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
-
- shouldRaiseShields - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
-
- shouldRandomTickGainEssence() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
-
- shouldReduce(Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
-
- shouldReduce(Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Resonance
-
- shouldReduce(Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
-
- shouldRender(PixelmonPaintingEntity, ClippingHelper, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.render.custom.RenderPixelmonPainting
-
- shouldRender(FishingBobberEntity, ClippingHelper, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.HookRenderer
-
- shouldRender(PixelmonEntity, ClippingHelper, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonRenderer
-
- shouldRender(StatueEntity, ClippingHelper, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.StatueRenderer
-
- 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
-
- 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
-
- shouldReplaceSpawn(EntityJoinWorldEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.detection.SimpleDetectionLogic
-
- shouldReplaceSpawn(EntityJoinWorldEvent) - 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
-
- shouldRiderSit() - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
-
- shouldRiderSit() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCNurseJoy
-
- 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
-
- shouldSave() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- shouldSearch() - Method in class com.pixelmonmod.pixelmon.ai.TargetEnvironmentGoal
-
- shouldSendToasts() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
- shouldSendUpdates - Variable in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
- 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(E) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
-
- shouldShowName(NPCEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCRenderer
-
- 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(Random, int, int, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractBerryTreeFoliagePlacer
-
- shouldSkipLocation(Random, int, int, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractComplexTreeFoliagePlacer
-
- 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
-
- shouldTargetNextNodeInDirection(Vector3d) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.PixelmonGroundPathNavigator
-
- shouldTeleportToSpawnpoint() - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
-
- shouldUpdate() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerSelectionList.ScrollEntry
-
- 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.WalkingModelPredicate
-
- 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
-
- showDeleteButton() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPokemonScreen
-
- showDeleteButton() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
Checks if the delete Pokémon button should be displayed.
- 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 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
- showDurabilityBar(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
-
We override this so that orbs with full damage
(i.e.
- showGlobalInfo - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
- 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() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Shows the opponent's team
- showOpponentTeam - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
- showPokemonsInClient - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- showPotentialShiny - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
- showProgressBar() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- 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
-
- 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>, int, String, BattleRules, boolean, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
Initializes a team select packet.
- 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(ITextComponent, ServerPlayerEntity) - Static method in class com.pixelmonmod.tcg.api.util.helper.TitleHelper
-
- showTitle(ITextComponent, ServerPlayerEntity, int, int, int) - Static method in class com.pixelmonmod.tcg.api.util.helper.TitleHelper
-
- showTo(ServerPlayerEntity...) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
-
- ShowTrade(PlayerEntity, NPCEntity, TradePair) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.ShowTrade
-
- showTrade(ServerPlayerEntity, TradePair) - Static method in class com.pixelmonmod.pixelmon.api.trading.NPCTrades
-
- showTrade(ServerPlayerEntity, TradePair, int) - Static method in class com.pixelmonmod.pixelmon.api.trading.NPCTrades
-
- 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
-
- 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.
- ShrineStructure - Class in com.pixelmonmod.pixelmon.world.structure.type
-
- ShrineStructure(String, Biome.Category) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.ShrineStructure
-
- ShrineStructure.Start - Class in com.pixelmonmod.pixelmon.world.structure.type
-
- ShrineType - Enum in com.pixelmonmod.pixelmon.api.enums
-
The type of shrine
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- shuca_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- SHUCA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- SHUCKLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-
- SILCOON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SILCOON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-
- SILICON_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SilkTrap
-
Initializes the status.
- silph_scope - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- SILVALLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- 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_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- SILVER_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- 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_guts_symbol - 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_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_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- silver_powder - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- silver_spirits_symbol - 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- silver_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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.
- SimpleButton - Class in com.pixelmonmod.pixelmon.quests.client.editor.ui
-
- SimpleButton(int, int, int, int, String, int) - Constructor for class com.pixelmonmod.pixelmon.quests.client.editor.ui.SimpleButton
-
- SimpleButton(int, int, int, int, ResourceLocation, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.quests.client.editor.ui.SimpleButton
-
- SimpleButton(int, int, int, int, int, String, int) - Constructor for class com.pixelmonmod.pixelmon.quests.client.editor.ui.SimpleButton
-
- SimpleButton(int, int, int, int, int, ResourceLocation, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.quests.client.editor.ui.SimpleButton
-
- SimpleChannel - Class in com.pixelmonmod.pixelmon.network
-
- SimpleChannel(NetworkInstance) - Constructor for class com.pixelmonmod.pixelmon.network.SimpleChannel
-
- SimpleChannel(NetworkInstance, Consumer<NetworkEvent.ChannelRegistrationChangeEvent>) - Constructor for class com.pixelmonmod.pixelmon.network.SimpleChannel
-
- SimpleChannel.MessageBuilder<MSG> - Class in com.pixelmonmod.pixelmon.network
-
- SimpleChannel.MessageBuilder.ToBooleanBiFunction<T,U> - Interface in com.pixelmonmod.pixelmon.network
-
- 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
-
- simpleDrawImageQuad(MatrixStack, 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
-
- 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
-
- 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, ITextComponent, ITextComponent, ITextComponent, 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
-
- SimpleSurvivalTab - Class in com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl
-
- SimpleSurvivalTab(int, int, boolean, boolean, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
-
- 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_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
-
- SINISTCHA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- SINISTEA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SINISTEA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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_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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- sitrus_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- SITRUS_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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.multiplayer.CustomServerList
-
- size() - Method in class com.pixelmonmod.pixelmon.quests.quest.ArgsIn
-
- size() - Method in class com.pixelmonmod.pixelmon.quests.quest.Arguments
-
- size() - Method in class com.pixelmonmod.pixelmon.quests.quest.Context
-
- 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
-
- sizePerPage - Static variable in class com.pixelmonmod.tcg.client.container.BinderInventory
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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 - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SkillSwap
-
- skipAttackInteraction(Entity) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- SKIPLOOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- 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.
- skipZConvert - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
- SKITTER_SMACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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_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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- 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 - 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(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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SkyDropping
-
Initializes the status.
- 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 - Class in com.pixelmonmod.pixelmon.battles.status
-
Makes the Pokémon incapable of any action for a number of turns.
- Sleep() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sleep
-
Initializes a new sleep with a random duration.
- Sleep(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sleep
-
Initializes a new sleep with a specified duration.
- sleep(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Sleep
-
Puts the Pokémon to sleep if possible.
- 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 - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SleepTalk
-
- SLEEPY_TIME - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- 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
-
- SlingRing - Class in com.pixelmonmod.pixelmon.client.particle.particles
-
- SlingRing(boolean, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.SlingRing
-
- SlingRing - Class in com.pixelmonmod.pixelmon.client.particle.systems
-
- SlingRing() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.SlingRing
-
- SLITHERWING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- 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.PokemonScreen
-
The height of an individual Pokémon 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
-
- 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(ISidedInventory, 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_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
-
- SLUDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- SLUDGE_BOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- SLUDGE_WAVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- SLURPUFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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 - 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() - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SmackedDown
-
Initializes the status.
- 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
-
- SMALLER - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- 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(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 - 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
-
- SmartCameraUtils - Class in com.pixelmonmod.pixelmon.client.camera
-
- SmartCameraUtils() - Constructor for class com.pixelmonmod.pixelmon.client.camera.SmartCameraUtils
-
- SMASH_PASS - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
-
- SmdAnimation - Class in com.pixelmonmod.pixelmon.client.models.smd
-
- SmdAnimation(ValveStudioModel, String, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
-
- SmdAnimation(SmdAnimation, ValveStudioModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
-
- SmdAnimationSequence - Class in com.pixelmonmod.pixelmon.client.models.smd
-
- SmdAnimationSequence(AnimationType, List<SmdAnimation>, ValveStudioModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimationSequence
-
- SmdModel - Class in com.pixelmonmod.pixelmon.client.models.smd
-
- SMEARGLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SMEARGLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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.moveSkills
-
- Smelt() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.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
-
- 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_ball - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- SNAP_TRAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- SNARL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- SNATCH - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Snatch
-
Initializes Snatch.
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- 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
-
- SNORE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Snore - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Only works when the user is sleeping.
- Snore() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Snore
-
- 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
-
- SNORUNT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SNORUNT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Snow
-
Initializes snow.
- Snow(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Snow
-
Initializes snow.
- Snow(int, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Snow
-
Initializes snow.
- SNOW_CLOAK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
- SNOW_DEN - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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 - 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SolarBeam
-
- 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
-
- 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
-
- sort(String) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- 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
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- SoundAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- SoundAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.SoundAction
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- sour - Variable in enum com.pixelmonmod.pixelmon.enums.BerryType
-
- 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.PicketFenceBlock
-
- SOUTH - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
-
- SOUTH_AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.PicketFenceBlock
-
- 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.notexamples
-
As of Gen VII, Destiny Bond will always fail if it was successfully executed on the previous turn.
- 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_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.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
-
- 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
-
- SpawnActionNPCTrainer - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers
-
- SpawnActionNPCTrainer(SpawnInfoNPCTrainer, SpawnLocation) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnActionNPCTrainer
-
- SpawnActionPokemon - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon
-
- 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, ServerWorld, BlockPos, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
-
- spawnBonemealParticles(World, BlockPos, int) - Static method in class com.pixelmonmod.pixelmon.items.WailmerPailItem
-
- spawnBoostedTreeParticles(World, int, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- SpawnCondition - Class in com.pixelmonmod.pixelmon.api.spawning.conditions
-
- SpawnCondition() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- SpawnConditionTypeAdapter - Class in com.pixelmonmod.pixelmon.api.spawning.util
-
- 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
-
Gson
type
TypeAdapter
for the
SpawnData
class such that it can be converted
to and from Json text when loading to/from
Species
data.
- 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(Entity) - Constructor for class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
-
- SpawnedData(UUID, RegistryKey<World>, BlockPos) - 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, World) - Static method in class com.pixelmonmod.pixelmon.CommonProxy
-
Sends out a Pokémon from its Poké Ball.
- spawner - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.CreateSpawnerEvent
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- SpawnInfoNPCTrainer - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers
-
- SpawnInfoNPCTrainer() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnInfoNPCTrainer
-
- SpawnInfoPokemon - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon
-
- 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.storage.NbtKeys
-
Bell data.
- SPAWNING_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
-
- SpawningCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- SpawningCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.SpawningCommand
-
- SpawningConfig - Class in com.pixelmonmod.pixelmon.api.config
-
- SpawningConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningConfig
-
- SpawningConfig.BossSpawning - Class in com.pixelmonmod.pixelmon.api.config
-
- SpawningConfig.LevelDistance - Class in com.pixelmonmod.pixelmon.api.config
-
- SpawningConfig.PokeLoot - Class in com.pixelmonmod.pixelmon.api.config
-
- SpawningConfig.PokeStop - Class in com.pixelmonmod.pixelmon.api.config
-
- SpawningConfig.WildSpawning - Class in com.pixelmonmod.pixelmon.api.config
-
- SpawningHeightmap - Class in com.pixelmonmod.pixelmon.api.spawning.util
-
- SpawningHeightmap() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.util.SpawningHeightmap
-
- 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.
- spawnLocation - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
-
The location at which the spawn will occur.
- SpawnLocation - Class in com.pixelmonmod.pixelmon.api.spawning
-
A location at which an entity could feasibly spawn.
- SpawnLocation(MutableLocation, Set<LocationType>, Block, Set<Block>, Biome, boolean, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
- SpawnLocation(Entity, MutableLocation, Set<LocationType>, Block, Set<Block>, Biome, boolean, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
- spawnLocation - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
-
- spawnLocation - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- 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 in com.pixelmonmod.pixelmon.entities
-
Enum representation of spawn location.
- spawnOriginalMobs(WorldGenRegion) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- spawnOriginalMobs(WorldGenRegion) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- spawnParticle(EnumPixelmonParticles, ClientWorld, double, double, double, boolean) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
Spawns a particle in the world.
- spawnParticle(EnumBreedingParticles, World, double, double, double, PaletteProperties) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
- 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(World, BlockPos, SpawnLocationType, int) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawnSettings
-
- spawnPokemon(ServerPlayerEntity, UUID) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
-
Sends out a Pokémon to evolve it.
- SpawnPokemonAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- SpawnPokemonAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.SpawnPokemonAction
-
- 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(World, 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
-
- SPEAR_PILLAR - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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.pixelmon.api.daycare.impl.PixelmonDayCareCondition
-
- spec - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
-
- spec - Variable in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- 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_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
- 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.
- specialColor - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
-
- specialColor - Variable in class com.pixelmonmod.pixelmon.quests.comm.QuestMarker
-
- 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(String) - 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(Optional<Species>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species
- species(int) - 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 - 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 - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
-
- SPECIES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
- SPECIES - Static variable in class com.pixelmonmod.pixelmon.api.storage.StorageSort
-
- 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_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
-
- 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
-
- SpeciesRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
-
- SpeciesRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
-
- SpeciesRequirement(RegistryValue<Species>) - Constructor for class com.pixelmonmod.api.pokemon.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
-
- SpecificationFactory() - Constructor for class com.pixelmonmod.api.SpecificationFactory
-
- 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
-
- 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
- specs(PokemonSpecification...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Adds post-creation specs to apply
- specs - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers.Tier
-
- SpectateCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Spectates a battle between other players.
- SpectateCommand(CommandDispatcher<CommandSource>) - 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(ServerPlayerEntity, 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 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 - Variable in class com.pixelmonmod.pixelmon.api.events.battles.SpectateEvent
-
- Spectator - Class in com.pixelmonmod.pixelmon.battles.controller.participants
-
A player watching a battle between other combatants.
- Spectator(ServerPlayerEntity, String) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Initializes a spectator.
- 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<CommandSource>) - 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 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- speed - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- Speed - Variable in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
-
- 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
-
- 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() - 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
-
- SPELON - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- spelon_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- SPELON_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- spicy - Variable in enum com.pixelmonmod.pixelmon.enums.BerryType
-
- 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
-
- SPIDOPS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- SPIKE_CANNON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- SPIKES - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Spikes
-
Initializes Spikes with one layer.
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SpikyShield
-
Initializes the status.
- SPIN_OUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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 - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Spite
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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_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.example
-
- 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() - 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
-
- spliterator() - Method in class com.pixelmonmod.pixelmon.quests.quest.Arguments
-
- 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
-
- splitString - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.TextFieldMultipleLine
-
- 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_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 - 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 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Sport Ball.
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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.
- 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
-
- 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
-
- SPRING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- SPRINGTIDE_STORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- sprite - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
The sprite that will be used in the GUIs.
- sprite - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- SPRITE_NAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The sprite name to use for this itemstack.
- 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(IBakedModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
-
- spriteModel - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
- 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
-
- squareDistanceTo(MutableVector3d) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
The square of the Euclidean distance between this and the specified vector.
- squareDistanceTo(double, double, double) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- 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(long, RegistryKey<DimensionSettings>) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.generator.DrownedWorldChunkGenerator
-
- stable(long, RegistryKey<DimensionSettings>) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraDeepSeaChunkGenerator
-
- 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.
- stadiumCard - Variable in class com.pixelmonmod.tcg.duel.state.GameCommonState
-
- stage - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestActionEvent
-
- stage - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestObjectiveEvent
-
- stage - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestStageEvent
-
- Stage - Class in com.pixelmonmod.pixelmon.quests.quest
-
- Stage() - Constructor for class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- Stage(int, int) - Constructor for class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- Stage(int, int, String) - Constructor for class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- Stage(Stage) - Constructor for class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- Stage(PacketBuffer) - Constructor for class com.pixelmonmod.pixelmon.quests.quest.Stage
-
- Stage.Builder - Class in com.pixelmonmod.pixelmon.quests.quest
-
- 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_TWO - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
-
- StageIcon - Enum in com.pixelmonmod.pixelmon.quests.quest
-
- stages - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.CriticalHit
-
- stages - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RaiseStats
-
- 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
-
- STANDARD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
- standard - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- 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
-
- StandardParticleAnimationData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations
-
- StandardParticleAnimationData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
-
- standardQuest - Static variable in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- 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
-
- STANTLER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- starf_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- STARF_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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
-
- 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.HarvestFarmLandGoal
-
Execute a one shot task or start executing a continuous task
- 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.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(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(ServerPlayerEntity, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.Merge.Start
-
- Start(ServerPlayerEntity, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.New.Start
-
- 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() - Method in class com.pixelmonmod.pixelmon.quests.QuestProgress
-
- Start(Structure<NoFeatureConfig>, int, int, MutableBoundingBox, int, long) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.BasicStructure.Start
-
- Start(Structure<NoFeatureConfig>, int, int, MutableBoundingBox, int, long) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.BiomeGenericStructure.Start
-
- Start(Structure<NoFeatureConfig>, int, int, MutableBoundingBox, int, long) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.BoatStructure.Start
-
- Start(Structure<NoFeatureConfig>, int, int, MutableBoundingBox, int, long) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.DenStructure.Start
-
- Start(Structure<NoFeatureConfig>, int, int, MutableBoundingBox, int, long) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.FlyingStructure.Start
-
- Start(GymStructure, int, int, MutableBoundingBox, int, long) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.GymStructure.Start
-
- Start(Structure<NoFeatureConfig>, int, int, MutableBoundingBox, int, long) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.HauntedTowerStructure.Start
-
- Start(Structure<NoFeatureConfig>, int, int, MutableBoundingBox, int, long) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.ShrineStructure.Start
-
- Start(Structure<NoFeatureConfig>, int, int, MutableBoundingBox, int, long) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.TowerStructure.Start
-
- Start(Structure<NoFeatureConfig>, int, int, MutableBoundingBox, int, long) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.ultraspace.CraterGyserStructure.Start
-
- Start(Structure<NoFeatureConfig>, int, int, MutableBoundingBox, int, long, String) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.WayPointStructure.Start
-
- 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(List<BattleParticipant>) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.StartBattle
-
- startBattle() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
- 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[], BattleType) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Sets up a singles battle between two participants.
- startBattle(BattleParticipant, BattleParticipant) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Sets up a singles battle between two participants.
- startBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Adds the participant to a battle.
- startBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
- startBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- startBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- startBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
- startBattle(int, ParticipantType[][], int, int, BattleRules) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Starts a battle involving the player.
- startBattle(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
Starts a battle with the NPC.
- 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.
- startBattleMusic(BattleMusicType, int, long, boolean) - Static method in class com.pixelmonmod.pixelmon.client.music.BattleMusic
-
- StartBattlePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Displays the battle GUI client-side.
- StartBattlePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartBattlePacket
-
Empty constructor for packet registration.
- StartBattlePacket(int, ParticipantType[][], BattleRules) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartBattlePacket
-
Initializes a battle start packet.
- StartBattlePacket(int, ParticipantType[][], int, int, int, BattleRules) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartBattlePacket
-
Initializes a battle start packet.
- StartCapture(ServerPlayerEntity, 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(ServerPlayerEntity) - 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
-
- startedBattle - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Whether the participant is in a battle.
- startEntityID - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
-
- STARTER - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
-
- Starter - Class in com.pixelmonmod.pixelmon.config.starter
-
- Starter(JsonObject, JsonDeserializationContext) - Constructor for class com.pixelmonmod.pixelmon.config.starter.Starter
-
- Starter(PacketBuffer) - Constructor for class com.pixelmonmod.pixelmon.config.starter.Starter
-
- 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.IPressable) - 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<CommandSource>) - 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
-
- StarterList() - Constructor for class com.pixelmonmod.pixelmon.config.starter.StarterList
-
- StarterListPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
- StarterListPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.StarterListPacket
-
- StarterOption - Class in com.pixelmonmod.pixelmon.config.starter
-
- StarterOption(JsonObject, JsonDeserializationContext) - Constructor for class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
- StarterOption(PacketBuffer) - Constructor for 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 in com.pixelmonmod.pixelmon.client.gui.starter
-
A phase in the starter screen.
- StarterTrigger - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
-
Created by Waterdude on 6/4/2021.
- 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.entities.pixelmon.PixelmonEntity
-
Starts the Pokémon's evolution.
- 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
- startID - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
-
- 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_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
-
- startLine - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- startLine - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- startLine - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- startLine - Variable in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- 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.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(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
- startOpen(PlayerEntity) - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.IBasicInventory
-
- startOpen(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
- startOpen(PlayerEntity) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
-
- startOpen(PlayerEntity) - 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.
- startPool() - Method in class com.pixelmonmod.pixelmon.world.structure.type.GymConfig
-
- startPos - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
-
- startRaid(DenEntity) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
-
- StartRaidCapture(ServerPlayerEntity, 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
-
- StartSpectate(ServerPlayerEntity, BattleController, ServerPlayerEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.SpectateEvent.StartSpectate
-
- startSpectate(BattleType) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sets up the player to spectate a battle.
- StartSpectatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Sent to a player to begin spectating a battle.
- StartSpectatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartSpectatePacket
-
Initializes an empty packet.
- StartSpectatePacket(UUID, BattleType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartSpectatePacket
-
Initializes a packet with a battle type.
- 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
-
- startTradingWith(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- 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
-
- 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
-
- STAT_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
- 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
-
- 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
-
- 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.
- 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(World, 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
-
- STATS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- Stats - Class in com.pixelmonmod.pixelmon.api.pokemon.species
-
- Stats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- stats - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
The player's battle stats.
- Stats - Class in com.pixelmonmod.pixelmon.command.impl
-
Displays the win/loss ratio of a player.
- Stats(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.Stats
-
- 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_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
-
- 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.
- 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
-
Resets a player's win/loss ratio.
- StatsReset(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.StatsReset
-
- 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.storage.NbtKeys
-
The index of the statue's texture.
- STATUE_TEXTURE_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
-
- 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>, World) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- StatueEntity(World) - 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(ServerPlayerEntity) - 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
-
- statueId - Static variable in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
- StatueRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
-
- StatueRenderer(EntityRendererManager) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.StatueRenderer
-
- StatueUpdatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor
-
- StatueUpdatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
-
- StatueUpdatePacket(EnumStatuePacketMode, UUID, String) - 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, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
-
- status - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- status(StatusPersist) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the status of the Pokemon
- STATUS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The non-volatile status the Pokémon has.
- 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_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_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 com.pixelmonmod.pixelmon.enums.EnumCurryRating
-
- statusEffectCheck(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayerEntity, 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 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 - 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() - 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 - 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_GYM - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructureFeatures
-
- 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 - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SteelBeam
-
- steelium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Steelsurge
-
Initializes the status.
- 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
-
- 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() - Method in class com.pixelmonmod.pixelmon.world.structure.type.BasicStructure
-
- step() - Method in class com.pixelmonmod.pixelmon.world.structure.type.BiomeGenericStructure
-
- step() - Method in class com.pixelmonmod.pixelmon.world.structure.type.BoatStructure
-
- step() - Method in class com.pixelmonmod.pixelmon.world.structure.type.DenStructure
-
- step() - Method in class com.pixelmonmod.pixelmon.world.structure.type.FlyingStructure
-
- step() - Method in class com.pixelmonmod.pixelmon.world.structure.type.GymStructure
-
- step() - Method in class com.pixelmonmod.pixelmon.world.structure.type.HauntedTowerStructure
-
- step() - Method in class com.pixelmonmod.pixelmon.world.structure.type.ShrineStructure
-
- step() - Method in class com.pixelmonmod.pixelmon.world.structure.type.TowerStructure
-
- step() - Method in class com.pixelmonmod.pixelmon.world.structure.type.ultraspace.CraterGyserStructure
-
- step() - Method in class com.pixelmonmod.pixelmon.world.structure.type.WayPointStructure
-
- 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(World, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
-
- stepOn(World, BlockPos, 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.
- Steve - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryTrainers
-
The Steve NPC Trainer type.
- 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
-
- 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
-
- StickyWeb - Class in com.pixelmonmod.pixelmon.battles.status
-
Lowers speed by one stage for Pokémon switching in.
- StickyWeb() - Constructor for class com.pixelmonmod.pixelmon.battles.status.StickyWeb
-
Initializes the status.
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
Do not give this method the name canInteractWith because it clashes with Container.
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
-
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Do not give this method the name canInteractWith because it clashes with Container.
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
-
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareContainer
-
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotContainer
-
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
-
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineContainer
-
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer
-
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.tcg.client.container.BinderContainer
-
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
-
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.tcg.client.container.DeckContainer
-
- stillValid(PlayerEntity) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
-
- STIRB_TRUNK_PLACER - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
-
- stitched - Variable in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
-
- stitcherEventPre(TextureStitchEvent.Pre) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
Stitches orb textures.
- STOCKPILE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Stockpile - Class in com.pixelmonmod.pixelmon.battles.status
-
Raises Defense and Special Defense by one stage and powers up Spit Up and Swallow.
- Stockpile() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Stockpile
-
Initializes the status.
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StompingTantrum
-
- 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 - 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.
- 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.FollowTrainerGoal
-
- stop() - Method in class com.pixelmonmod.pixelmon.ai.HarvestFarmLandGoal
-
Resets the task
- 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.ProxyPathNavigator
-
- 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
- stopOpen(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
- stopOpen(PlayerEntity) - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.IBasicInventory
-
- stopOpen(PlayerEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
- stopOpen(PlayerEntity) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
-
- stopOpen(PlayerEntity) - 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.
- 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.
- 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.StatusBase
-
Determines whether the status prevents another Pokémon from switching them.
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.CraftyShield
-
- 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.KingsShield
-
- 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.QuickGuard
-
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Rainy
-
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SilkTrap
-
- 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
-
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.WideGuard
-
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.BanefulBunker
-
- 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.KingsShield
-
- 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.Obstruct
-
- 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.SpikyShield
-
- 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(ServerPlayerEntity, 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(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.
- 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
-
- 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
-
- stopTrading() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
-
- storage - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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_MOVEMENT - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
-
- 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
-
- 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
- StorageProxy() - Constructor for class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
- StorageSaveAdapter - Interface in com.pixelmonmod.pixelmon.api.storage
-
- 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
-
- store(RegistryKey<World>, double, double, double, float, float) - Method in class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
-
- store(FloatBuffer) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Store this matrix in a float buffer.
- store(FloatBuffer) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- store3f(FloatBuffer) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Store the rotation portion of this matrix in a float buffer.
- STORED_POWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- StoredPower - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
- StoredPower() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StoredPower
-
- StoreTrainerDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Saves NPC Trainer data to the server from client-side editing.
- StoreTrainerDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.StoreTrainerDataPacket
-
- StoreTrainerDataPacket(int, SetTrainerData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.StoreTrainerDataPacket
-
Initializes a packet to store NPC Trainer thiss.
- StoreTrainerDataPacket(int, ItemStack...) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.StoreTrainerDataPacket
-
Initializes a packet to store NPC Trainer drops.
- StoreTrainerPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
- StoreTrainerPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.StoreTrainerPokemonPacket
-
- StoreTrainerPokemonPacket(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.StoreTrainerPokemonPacket
-
- storeTranspose(FloatBuffer) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Store this matrix in a float buffer.
- StoreTutorDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Saves tutor data to the server after editing.
- StoreTutorDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.StoreTutorDataPacket
-
Initializes the packet.
- StoreTutorDataPacket(int, List<NPCTutor.LearnableMove>, EnumSet<BaseStatsLearnType>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.StoreTutorDataPacket
-
- 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.
- STORMY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
-
- STOUTLAND - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- strength - Variable in class com.pixelmonmod.pixelmon.items.LureItem
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- strib_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- STRIB_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StribTrunkPlacer
-
- StribTrunkPlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StribTrunkPlacer
-
- 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_ARRAY - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
-
- STRING_INSERTER - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- STRING_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- stringLocationTypes - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
- 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.init.registry.BlockRegistration
-
- STRIPPED_ULTRA_ELM_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- STRIPPED_ULTRA_GINGKO_LOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- STRIPPED_ULTRA_GINGKO_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- 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.init.registry.BlockRegistration
-
- stripSpecialCharacters(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
-
- 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.quests.objectives.Objectives
-
- STRUCTURE_INFO_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The ID of the structure.
- STRUCTURE_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- structureBlockCategory - Variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- StructureConfig - Class in com.pixelmonmod.pixelmon.api.config
-
- StructureConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.StructureConfig
-
- StructureObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.world
-
- StructureObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.StructureObjective
-
- structures - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- structureVoidHelper(PlayerInteractEvent.RightClickBlock) - Static method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
-
- STRUGGLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
-
- STRUGGLE_BUG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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
-
- style_card - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- sub(Matrix4f, Matrix4f, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Subtract the right matrix from the left and place the result in a third matrix.
- sub(Vector4f, Vector4f, Vector4f) - Static method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
Subtract a vector from another vector and place the result in a destination
vector.
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Submerged
-
Initializes the status.
- SUBMISSION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- submit(Runnable) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
-
- Submitted(ServerPlayerEntity, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.dialogue.DialogueInputEvent.Submitted
-
- SUBSTITUTE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Substitute - Class in com.pixelmonmod.pixelmon.battles.status
-
A barrier that takes damage for its summoner and blocks most status moves.
- 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.
- subtract(MutableVector3d) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- subtract(double, double, double) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- subtractReverse(MutableVector3d) - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
Returns a new vector with the result of the specified vector minus this.
- SUBZERO_SLAMMER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- success() - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
-
- SuccessfulCapture(ServerPlayerEntity, 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(ServerPlayerEntity, Pokemon, RaidData) - Constructor for class com.pixelmonmod.pixelmon.api.events.CaptureEvent.SuccessfulRaidCapture
-
- 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
-
- 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(ITextComponent) - Method 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
-
- 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
-
- 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.
- 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(PlayerEntity, TimespaceAltarTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon
-
- 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_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- sun_stone_helm - 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_legs - 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_ORE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- sun_stone_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- sun_stone_plate - 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() - 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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 - 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_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_repel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- SURFACE_BUILDERS - Static variable in class com.pixelmonmod.pixelmon.world.dimension.DimensionRegistration
-
- 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, Biome.Category) - 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
-
- SurfaceBuilders - Class in com.pixelmonmod.pixelmon.world.dimension
-
- SurfaceBuilders() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.SurfaceBuilders
-
- 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 - 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- SWALOT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SWALOT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- SWAMP_DEN - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- SWAMP_GROTTO - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- SWAMP_WAY_POINT - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- swampBadge(ItemStack, PlayerEntity, 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(ServerPlayerEntity, boolean, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Swap
-
- swap(int, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Swaps the positions of two attacks.
- swap(StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- swap(int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
- swap(StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- swap(int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
-
- swap(StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
-
- 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.PokemonStorage
-
- 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(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- swapFossilForPokemon() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
-
- 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 com.pixelmonmod.pixelmon.enums.BerryType
-
- 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 - 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
-
- 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
-
- SweetScent - Class in com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills
-
Created by MoeBoy76 on 26/01/2018.
- SweetScent() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.SweetScent
-
- sweetscent - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- swift_feather - 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
-
- SwimmingGoal - Class in com.pixelmonmod.pixelmon.ai
-
- SwimmingGoal(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.ai.SwimmingGoal
-
- SwimmingParameters - Class in com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming
-
Represents the parameters for an entities' swimming movement & AI & animation
- 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
- SwimmingParameters() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming.SwimmingParameters
-
Constructor providing the default values
- 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
-
- SWIRLIX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- Switch - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/16/2016.
- Switch() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Switch
-
- 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.
- 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<TextFieldWidget>) - 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, TextFieldWidget...) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Switches focus from one text field to the next sequentially when tab is pressed.
- 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.
- 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.
- 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
-
- switchOutRetreatingTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pursuit
-
Execute the switch out effect of Parting Shot/Volt Switch/U-turn, since we had to interrupt its applyEffect(),
/* and skip its EnforcedSwitchOut(), in order to let Pursuit go first.
- 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, PixelmonClientData) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
-
Initializes a switch task.
- 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) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
-
Initializes a packet to remove a Pokémon from battle without replacing it.
- 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(UUID, UUID, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Switches a Pokémon out for a different one.
- 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.PlayerParticipant
-
- switchPokemon(PixelmonWrapper, UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
- switchPokemon(PixelmonWrapper, UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
- switchPokemon(PixelmonWrapper, UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
- 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 during its turn.
- switchWallpaper(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- SWOOBAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- SWOOBAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-
- 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
-
- 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
-
- 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
-
- SymbolItem - Class in com.pixelmonmod.pixelmon.items
-
A decorative item.
- SymbolItem() - Constructor for class com.pixelmonmod.pixelmon.items.SymbolItem
-
Initializes a symbol.
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncNPCsPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPossibleTradesPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncShopKeepersPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket
-
- sync(ServerPlayerEntity) - Static method in class com.pixelmonmod.tcg.network.sync.SyncCardsPacket
-
- sync(ServerPlayerEntity) - 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_COST - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
-
- SYNC_CRITICAL - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
- SYNC_CUSTOM_STEVE_TEXTURE - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- SYNC_DECORATION - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- SYNC_DYNAMAX_SCALE - 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_GROWTH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- SYNC_MODEL_SLOT - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
- SYNC_NAME - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- 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_NICKNAME - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- 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_PROFESSION - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- 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_SHADOW_DISABLE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- 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_TEXTURE_INDEX - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- 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_TUTOR_TYPE - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
-
- 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
-
- SyncBossTiersPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
-
- SyncBossTiersPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket
-
- SyncCardSetsPacket - Class in com.pixelmonmod.tcg.network.sync
-
- SyncCardSetsPacket() - Constructor for class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket
-
- SyncCardsPacket - Class in com.pixelmonmod.tcg.network.sync
-
- SyncCardsPacket() - Constructor for class com.pixelmonmod.tcg.network.sync.SyncCardsPacket
-
- syncData(OnDatapackSyncEvent) - Static method in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
-
- syncData(OnDatapackSyncEvent) - Static method in class com.pixelmonmod.tcg.init.loaders.TCGLoaders
-
- 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.
- SYNCHRONOISE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- SyncMovesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
-
- SyncMovesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket
-
- SyncNPCsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
-
- SyncNPCsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncNPCsPacket
-
- SyncNPCsPacket(int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncNPCsPacket
-
- SyncPokeBallsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
-
- SyncPokeBallsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket
-
- SyncPossibleTradesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
-
- SyncPossibleTradesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPossibleTradesPacket
-
- SyncShopKeepersPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
-
- SyncShopKeepersPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncShopKeepersPacket
-
- SyncSpawningPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
-
- SyncSpawningPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket
-
- SyncSpeciesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
-
- SyncSpeciesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket
-
- 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
-
- SyncThemeDecksPacket - Class in com.pixelmonmod.tcg.network.sync
-
- SyncThemeDecksPacket() - Constructor for class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket
-
- SyncThemeDecksPacket(List<ThemeDeck>) - Constructor for class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket
-
- SYNTHESIS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- TAB_BADGES - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
Contains all Gym Badges.
- TAB_DECORATION - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
Contains decorative blocks.
- TAB_HELD_ITEMS - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
Contains all held items.
- TAB_NATURAL - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
Contains naturally spawning Pixelmon items like ores and Apricorns.
- TAB_POKE_BALLS - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
Contains all Poké Balls and Poké Ball parts.
- TAB_POKE_LOOT - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
- TAB_QUESTS - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
- TAB_RESTORATION - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
Contains all medicine.
- TAB_TCG - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
- TAB_TCG_CARDS - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
- TAB_TCG_COSMETICS - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
- TAB_TCG_DECKS - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
- TAB_TCG_PACKS - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
- TAB_TM_TR - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
Contains all TMs and HMs.
- TAB_UTILITY - Static variable in class com.pixelmonmod.pixelmon.items.group.PixelmonItemGroups
-
Contains blocks with special properties such as player movement.
- 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, FontRenderer, int, int, int, int) - 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, FontRenderer, int, int, int, int) - 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.
- 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
-
- TACKLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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.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
-
- tags - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- 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
-
- tags - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
- TAIGA_DEN - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- TAIGA_GROTTO - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- 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
-
- TAILWIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Tailwind - Class in com.pixelmonmod.pixelmon.battles.status
-
Doubles the speed of the Pokémon.
- Tailwind() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Tailwind
-
Initializes Tailwind.
- 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(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(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(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_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_KEY_ITEM - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- TAKE_OFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- TAKE_SERVER_COSMETIC - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- takeAllItems(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
-
- TakeChain(PlayerEntity, TimespaceAltarTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeChain
-
- takeElevator(World, BlockPos, ServerPlayerEntity, boolean) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.ElevatorBlock
-
Teleports the player to another elevator.
- takeFrom(ServerPlayerEntity, DayCareBox) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
The logic for taking the items from the player
- takeFrom(ServerPlayerEntity, DayCareBox) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.ItemStackRequirement
-
- takeFrom(ServerPlayerEntity, DayCareBox) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.OneTimeFemaleItemStackRequirement
-
- takeFrom(ServerPlayerEntity, DayCareBox) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
-
- takeItem(ServerPlayerEntity, int) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
-
- takenTurn - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon has already chosen the action for its turn.
- takeOff() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- takeOffTicks - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- TakeOrb(PlayerEntity, TimespaceAltarTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeOrb
-
- TakePhoto(ServerPlayerEntity, 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.init.registry.BlockRegistration
-
- tallgrass - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- tallGrassSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
- TALONFLAME - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- TAMATO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- tamato_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- TAMATO_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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.init.registry.SoundRegistration
-
- TANGA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- tanga_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- TANGA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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.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
-
- 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.SpectateEvent.StartSpectate
-
The player that the spectator is watching the battle of.
- 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_SELECTORS - Static variable in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
- targetAllAdjacentOpponents() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Forces this Pokémon to target to all adjacent opponents instead of initial target.
- 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.
- targetBox - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Box for the target Pokémon.
- 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
-
- TargetEnvironmentGoal - Class in com.pixelmonmod.pixelmon.ai
-
- TargetEnvironmentGoal(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.ai.TargetEnvironmentGoal
-
- 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(CreatureEntity, 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
-
- TargetNearestGoal - Class in com.pixelmonmod.pixelmon.ai
-
- TargetNearestGoal(CreatureEntity, float, boolean) - Constructor for class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
-
- TargetNearestGoal(CreatureEntity, float, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
-
- targetNewNonFaintedPokemon(List<PixelmonWrapper>, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
.
- targetPartyIsMoreThanOnePokemon - Static variable in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
-
- TargetPoint - Class in com.pixelmonmod.pixelmon.api.util
-
- TargetPoint(RegistryKey<World>, double, double, double, double) - Constructor for class com.pixelmonmod.pixelmon.api.util.TargetPoint
-
- TargetPoint(World, BlockPos, double) - Constructor for class com.pixelmonmod.pixelmon.api.util.TargetPoint
-
- TargetPoint() - Constructor for class com.pixelmonmod.pixelmon.api.util.TargetPoint
-
- 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
-
- 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
-
- 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(World, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.MovementPlateBlock
-
- 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
-
- TAROUNTULA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- TarShot - Class in com.pixelmonmod.pixelmon.battles.status
-
Doubles the effectiveness of fire type moves used on the pokemon with this status
- TarShot() - Constructor for class com.pixelmonmod.pixelmon.battles.status.TarShot
-
- tart_apple - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- task(Runnable) - Method in class com.pixelmonmod.api.loader.DatapackLoader.Builder
-
- task - Variable in class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
-
- taskOwner - Variable in class com.pixelmonmod.pixelmon.ai.TargetGoal
-
The entity that this task belongs to
- TAUNT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Taunt - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the Pokémon from using status moves.
- Taunt() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Taunt
-
Initializes the status.
- TAUROS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- TAUROS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-
- TCGAchievements - Class in com.pixelmonmod.tcg.achievement
-
- TCGAchievements() - Constructor for class com.pixelmonmod.tcg.achievement.TCGAchievements
-
- 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<CommandSource>) - 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(PlayerEntity, 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<CommandSource>) - 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(PlayerEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent
-
- TeachMoveEvent.CanLearnMove - Class in com.pixelmonmod.pixelmon.api.events.npc
-
- 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
-
- 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
- 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.log.action.type.TurnEndAction
-
- 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.
- 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
- TeamType - Enum 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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
-
- 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 - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Telekinesis
-
Initializes Telekinesis.
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- teleport(ServerPlayerEntity, String, double, double, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
-
- teleport(ServerPlayerEntity, String, double, double, double, float, float) - 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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Teleport
-
- Teleport - Class in com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills
-
- Teleport() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Teleport
-
- TELEPORT - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
-
- teleport(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
-
- teleportAction(MoveSkill, boolean) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Teleport
-
- TeleportAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
-
- TeleportAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.TeleportAction
-
- 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(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, PlayerEntity, 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.
- 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(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the temp ability of the Pokémon, stored in Moveset
- 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.
- 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.
- temperature - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
- template - Variable in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- template - Variable in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- templateCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- templateCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- 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_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.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(AbstractBlock.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
-
- TemplePillarBlock.State - Enum in com.pixelmonmod.pixelmon.blocks
-
- 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.api.registries.PixelmonTileEntities
-
- 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() - 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(CreatureEntity, 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
-
- 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
-
- Terrain - Enum in com.pixelmonmod.pixelmon.api.battles
-
Created by Jay113355 on 11/29/2019.
- 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 - Class in com.pixelmonmod.pixelmon.battles.status
-
Global status that affects grounded opponents.
- Terrain(StatusType, String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Terrain
-
Initializes a terrain effect.
- Terrain(StatusType, int, String, String) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Terrain
-
- terrain - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Current terrain.
- terrain - Variable in class com.pixelmonmod.pixelmon.items.heldItems.TerrainSeedItem
-
- 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 in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Types of terrain that can influence move effects.
- TerrainPulse - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
- TerrainPulse() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainPulse
-
- 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
-
- tessellator() - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- test(PokeBall) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger.Instance
-
- test(Pokemon, Map<String, Integer>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger.Instance
-
- test(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger.Instance
-
- test(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger.Instance
-
- test(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger.Instance
-
- test(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger.Instance
-
- test(int) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger.Instance
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in interface com.pixelmonmod.pixelmon.quests.objectives.IObjective
-
- test(Stage, QuestData, QuestProgress, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.Objective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.AttackObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.TrainerObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.DialogueInjectObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.EntityInteractObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.EntityVicinityObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.NPCObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.PokemonObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.TileEntityVicinityObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertBooleanObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertConcatenationObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertDecimalObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertIntegerObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNameObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNPCObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertSpecObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertStringObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertTypingObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.location.AbsolutePositionObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.BlockerObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.DateObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.FlagObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.FollowthroughObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.QueryObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.RandomObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.ServerTimeObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TestDataObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TimerObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.player.ItemObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.DimensionObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.StructureObjective
-
- test(Stage, QuestData, QuestProgress, Objective, Arguments, Context) - Method in class com.pixelmonmod.pixelmon.quests.objectives.objectives.world.WorldTimeObjective
-
- TEST_DATA - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- testClangorousSoulblazeCorrectBoostAmount() - Static method in class com.pixelmonmod.pixelmon.api.test.notexamples.ClangorousSoulblazeCorrectBoostAmountTest
-
- testDancerCopiesDamageDealingMove(Attack) - Static method in class com.pixelmonmod.pixelmon.api.test.notexamples.DancerTest
-
- testDancerCopiesDanceMoves() - Static method in class com.pixelmonmod.pixelmon.api.test.notexamples.DancerTest
-
- TestData(String, Supplier<CompletableFuture<TestResult>>) - Constructor for class com.pixelmonmod.pixelmon.api.test.UnitTestRegistry.TestData
-
- TestDataObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.meta
-
- TestDataObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TestDataObjective
-
- TestDataObjective.Mode - Enum in com.pixelmonmod.pixelmon.quests.objectives.objectives.meta
-
- testInteractEvolution(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- testItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.InventoryScanner
-
- 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.
- testLight(float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.materials.Lighting
-
- testMaxHiddenPowerHasCorrectTyping() - Static method in class com.pixelmonmod.pixelmon.api.test.notexamples.HiddenPowerMaxMoveTypingTest
-
- testNonExtremeWeatherFailsDuringDeltaStream() - Static method in class com.pixelmonmod.pixelmon.api.test.notexamples.NonExtremeWeatherFailsDuringDeltaStreamTest
-
- testNormalDoesNotDamageGhost() - Static method in class com.pixelmonmod.pixelmon.api.test.notexamples.TypeTesting
-
- testOpportunistDoesNotCopyOpportunist() - Static method in class com.pixelmonmod.pixelmon.api.test.notexamples.OpportunistTest
-
- TestResult - Class in com.pixelmonmod.pixelmon.api.test
-
- TestSaplingItem - Class in com.pixelmonmod.pixelmon.items.tree
-
- TestSaplingItem(Tree, AbstractBlock.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.tree.TestSaplingItem
-
- testShedinjaHPDynamax() - Static method in class com.pixelmonmod.pixelmon.api.test.notexamples.ShedinjaHPDynamaxTest
-
- testShellTrap() - Static method in class com.pixelmonmod.pixelmon.api.test.notexamples.ShellTrapTest
-
- testSpammableDestinyBond() - Static method in class com.pixelmonmod.pixelmon.api.test.notexamples.SpammableDestinyBondTest
-
- testSplashDealsNoDamage() - Static method in class com.pixelmonmod.pixelmon.api.test.example.SplashTest
-
- testTickingEvolution() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- testTradeEvolution(Species) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- 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
-
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(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
-
- text(String) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
-
- text - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
-
- text - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
-
- 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 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 - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
-
- textColor - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
-
- textColor - Variable in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
-
- textColor - Variable in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
-
- textComponent - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleMessageEvent
-
The message being sent, as a TranslationTextComponent
.
- TextEntry - Class in com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry
-
- TextEntry() - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.TextEntry
-
- TextField - Class in com.pixelmonmod.pixelmon.quests.client.editor.ui
-
- TextField(FontRenderer, int, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.quests.client.editor.ui.TextField
-
- textFieldList - Variable in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
-
- TextFieldMultipleLine - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
- TextFieldMultipleLine(int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.TextFieldMultipleLine
-
Initializes a text field.
- textFields - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
All text fields in the screen.
- textFields - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
A list of all text fields in the GUI.
- TextFieldTransparent - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker
-
- TextFieldTransparent(FontRenderer, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.TextFieldTransparent
-
- TextHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
- TextHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
- textInQuotes(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
-
- TextJustification - Enum in com.pixelmonmod.pixelmon.enums
-
- textLine(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
-
- texture - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
- TEXTURE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the chatting NPC's texture.
- 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 - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
-
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
-
- texture - Variable in enum com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
-
- texture - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
-
- 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 - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
-
- texture - Variable in enum com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
- texture2 - Variable in class com.pixelmonmod.pixelmon.client.models.DualModelDualTextureFactory
-
- texture2 - Variable in class com.pixelmonmod.pixelmon.client.models.DualModelDualTextureFactory.TransparentImpl
-
- 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_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() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
-
- TextureCoordinate - Class in com.pixelmonmod.pixelmon.client.models.smd
-
- TextureCoordinate(float, float) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.TextureCoordinate
-
- 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 com.pixelmonmod.pixelmon.enums.items.EnumRodType
-
- textures - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.BaseTrainer
-
- textures - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
-
- textureX - Variable in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
- textureY - Variable in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
- textWithShowTextHover(String, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
- textWithShowTextHover(String, IFormattableTextComponent) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
- textWithShowTextHover(IFormattableTextComponent, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
- textWithShowTextHover(IFormattableTextComponent, IFormattableTextComponent) - 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.IPressable) - 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
-
- 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
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Thief - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Steals the target's held item if the user doesn't have one.
- Thief() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Thief
-
- THIEVUL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.ThroatChop
-
- 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
-
- throwBattleTriggers(ServerPlayerEntity) - Static method in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
-
- throwCaptureTriggers(ServerPlayerEntity, 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(PlayerEntity, ItemStack, PokeBall, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.ThrowPokeballEvent
-
- 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 - 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_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- thunder_stone_helm - 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_legs - 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_plate - 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- THUNDERBOLT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- thunderHit(ServerWorld, LightningBoltEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
- THUNDEROUS_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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
-
- 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.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.HarvestFarmLandGoal
-
Updates the task
- tick() - Method in class com.pixelmonmod.pixelmon.ai.MoveTowardsTargetGoal
-
- tick() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.PixelmonGroundPathNavigator
-
- tick() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigator
-
- 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(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(MysteryBoxTileEntity, BlockState) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick
-
MysteryBoxEvent.Tick base constructor.
- tick(ServerPlayerEntity, PlayerPartyStorage) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.effects.PassiveEffectProxy
-
- tick(ServerPlayerEntity, PlayerPartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.effects.PassiveEffectTicker
-
- tick(ServerPlayerEntity, PlayerPartyStorage) - Method in class com.pixelmonmod.pixelmon.api.pokemon.effects.WalkingPassiveEffectTicker
-
- tick(ServerPlayerEntity, PlayerPartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.hatch.EggHatcher
-
- tick(ServerPlayerEntity, 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(ServerPlayerEntity, PlayerPartyStorage) - Method in class com.pixelmonmod.pixelmon.api.pokemon.hatch.WalkingEggHatcher
-
- tick(ServerPlayerEntity, PlayerPartyStorage) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.healing.PassiveHealingProxy
-
- tick(ServerPlayerEntity, PlayerPartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.healing.PassiveHealingTicker
-
- tick(ServerPlayerEntity, PlayerPartyStorage) - Method in class com.pixelmonmod.pixelmon.api.pokemon.healing.WalkingPassiveHealingTicker
-
- tick(World) - Method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
-
- tick(World) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
- tick(ServerPlayerEntity, PlayerPartyStorage, ItemStack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.lure.LureExpiring
-
- tick(ServerPlayerEntity, PlayerPartyStorage, ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.lure.LureExpiringProxy
-
- tick(ServerPlayerEntity, PlayerPartyStorage, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.lure.SteadyLureExpiring
-
- 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() - Method in class com.pixelmonmod.pixelmon.api.util.AirSaver
-
Resets the player's air count to its initial value.
- 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 - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
-
- tick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.MaxMushroomBlock
-
- tick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
-
- tick(BlockState, ServerWorld, BlockPos, Random) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EvolutionRockTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity.BlockSoundRecord
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
-
Like the old updateEntity(), except more generic.
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TemporaryLightTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
-
Like the old updateEntity(), except more generic.
- 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.dialogue.DialogueInputScreen
-
- 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.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 class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
-
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomAddServerScreen
-
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomMultiplayerScreen
-
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
- 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.raids.RaidCatchScreen
-
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
-
- TICK - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
-
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
-
- tick(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Updates the cursor flash animation.
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TextFieldMultipleLine
-
- 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.FlameParticle
-
- tick() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
-
- tick() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- 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(World) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
-
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMoveHelper
-
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
- tick(World) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
-
- 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.pixelmon.quests.client.editor.QuestEditorScreen
-
- tick() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestOverviewScreen
-
- tick() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStageScreen
-
- tick() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStringsScreen
-
- tick() - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiQuests
-
- 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() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
-
This function must be overridden
- tick() - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
-
- 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
-
- 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, int) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
-
Initializes a tick handler.
- TickHandlerBase(AbstractBaseEntity) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
-
- 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
-
- 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
-
- TICKLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- tickLeash() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
- tickLeash() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
-
- tickLeash() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
- TickListeners - Class in com.pixelmonmod.pixelmon.quests.listeners
-
- TickListeners() - Constructor for class com.pixelmonmod.pixelmon.quests.listeners.TickListeners
-
- ticks - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
-
- ticks - Variable in class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
-
- 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 enum com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
-
- ticks - Variable in enum com.pixelmonmod.pixelmon.items.RepelItem.EnumRepel
-
- TICKS_TILL_NEXT_ENCOUNTER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The total amount of World ticks until a new block encounter
- ticksBetweenChops - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.Cut
-
- TICKSPERSECOND - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
The number of ticks per second in Minecraft.
- 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.ServerTickEvent) - Static method in class com.pixelmonmod.pixelmon.battles.BattleTickHandler
-
- tickStart(TickEvent.ClientTickEvent) - Static method in class com.pixelmonmod.pixelmon.client.keybindings.OldMovementHandler
-
- ticksVisible(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
-
- tidal_bell - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- TIDAL_BELL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
-
- 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 - Variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The tier of usefulness of the move.
- 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.
- 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.
- 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<CommandSource>) - 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
-
- tileClass - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.ContainerPlusBlock
-
- tileCookingPot - Variable in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotContainer
-
- TILEENTITY_VICINITY - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- TileEntityRegistration - Class in com.pixelmonmod.pixelmon.init.registry
-
Tile Entities added by Pixelmon.
- TileEntityRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
-
- TileEntityRegistration - Class in com.pixelmonmod.tcg.init.registry
-
Tile Entities added by Pixelmon.
- TileEntityRegistration() - Constructor for class com.pixelmonmod.tcg.init.registry.TileEntityRegistration
-
- TileEntityRenderer<T extends net.minecraft.tileentity.TileEntity> - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by Jay113355 on 5/14/2017
- TileEntityRenderer(TileEntityRendererDispatcher) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
- TileEntityVicinityObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.entity
-
- TileEntityVicinityObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.TileEntityVicinityObjective
-
- 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
-
- 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_fall - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- TIMED_FALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
-
- 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
- timer - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
-
- TIMER - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
- 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.quests.objectives.Objectives
-
- 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(ServerPlayerEntity, PlayerPartyStorage, DayCareBox, long) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.TimerComplete
-
- TimerObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.meta
-
- TimerObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TimerObjective
-
- 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.api.registries.PixelmonTileEntities
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
-
- TimespaceAltarTileEntity.Orb - Enum 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
-
- 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.init.registry.SoundRegistration
-
- TINKATON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
-
- title(boolean) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
-
- title - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
-
- title(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
-
- title(String) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
-
- title - Variable in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper.Builder
-
- title(String) - Method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper.Builder
-
- title - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
-
- 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(ITextComponent) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
-
- titleText - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
-
- titleText - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreen
-
- tm8_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- 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
-
- TMCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
- TMCommand(CommandDispatcher<CommandSource>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.TMCommand
-
- TMHM() - Constructor for class com.pixelmonmod.pixelmon.api.config.GeneralConfig.TMHM
-
- 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 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
-
- to3f() - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- toArray() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
- toArray() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
- toBoolean() - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
-
- toBuffer(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
-
- toBuffer(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
-
- toBuffer(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet
-
- toBuffer(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.config.starter.Starter
-
- toBuffer(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
- toBytes(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
- toBytes(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
- toBytes(PacketBuffer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
-
- 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.
- TOEDSCOOL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- TOEDSCRUEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- TOGEDEMARU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- TOGEDEMARU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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.
- toggleAbandonability() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- toggleFavourite(CustomServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerList
-
- toggleHover() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
- toggleRepeatability() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest
-
- toggleShadowGame() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
- toID(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
-
- toImmutable() - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- toJson(JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
-
- toJson(Color) - Static method in class com.pixelmonmod.pixelmon.config.starter.ColorTypeAdapter
-
- toJson(JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.config.starter.Starter
-
- toJson(JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
- TombstoneBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
-
- TombstoneBlock(boolean) - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
-
- toMeta() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
-
- toMeta() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
-
- toMojang() - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
-
- toNetwork(PacketBuffer, InfuserRecipe) - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Serializer
-
- toNetwork(PacketBuffer, NoMirrorShapedRecipe) - Method in class com.pixelmonmod.pixelmon.api.recipe.NoMirrorShapedRecipe.Serializer
-
- 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
-
- 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.Magician
-
- 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.Stench
-
- 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.
- 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
-
- 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.api.util.Bounds
-
The bounds of the region.
- top - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.FancyPillarBlock.Connections
-
- top - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.TradeYesNoScreen
-
The location of the GUI's top left corner.
- top - Variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TradeEditorScreen
-
The dimensions of the GUI.
- top - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
- TOPO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- topo_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- TOPO_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Torment - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the Pokémon from using the same move consecutively.
- Torment() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Torment
-
Initializes the status.
- TORNADUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- TORNADUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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 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 class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
-
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- 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 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.npcs.trainers.SpawnInfoNPCTrainer
-
- 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 class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
- toString() - Method in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
-
- 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 class com.pixelmonmod.pixelmon.battles.status.Terrain
-
- toString() - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
-
- toString() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
-
- toString() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
-
- toString() - Method in enum com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
-
- toString() - Method in enum com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
-
- toString() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MowerTileEntity
-
- 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 com.pixelmonmod.pixelmon.client.models.smd.AnimationType
-
- toString() - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Returns a string representation of this matrix
- toString() - Method in class com.pixelmonmod.pixelmon.tools.MutableVector3d
-
- toString() - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
- toString() - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingJigsawPiece
-
- toString() - Method in class com.pixelmonmod.pixelmon.world.structure.MovingJigsawPiece
-
- toString() - Method in enum com.pixelmonmod.tcg.api.card.CardModifier
-
- toString() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
-
- 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.
- totalFrames - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
-
- touga_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- TOUGA_TREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.TougaTrunkPlacer
-
- TougaTrunkPlacer() - 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
-
- toVanilla() - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
- toVanillaPacket(MSG, NetworkDirection) - Method in class com.pixelmonmod.pixelmon.network.SimpleChannel
-
- 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
-
- TowerStructure - Class in com.pixelmonmod.pixelmon.world.structure.type
-
- TowerStructure(String, Biome.Category...) - Constructor for class com.pixelmonmod.pixelmon.world.structure.type.TowerStructure
-
- TowerStructure.Start - Class in com.pixelmonmod.pixelmon.world.structure.type
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Toxic - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doesn't miss if the user is a Poison type.
- Toxic() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Toxic
-
- 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
-
- ToxicGas - Class in com.pixelmonmod.tcg.duel.power
-
- ToxicGas() - Constructor for class com.pixelmonmod.tcg.duel.power.ToxicGas
-
- 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() - 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
-
- tr8_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
- tr_gen8 - 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
-
- 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
-
- 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
-
- 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
-
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
-
- trade - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.ShowTrade
-
- TRADE - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
-
- trade() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- 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.events.EvolveEvent.Constants
-
- trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- 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
-
- TradeEditorScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
GUI for editing a trader.
- TradeEditorScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.TradeEditorScreen
-
Initializes the GUI.
- 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() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
- tradePair - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
-
- TradePair - Class in com.pixelmonmod.pixelmon.api.trading
-
A trade offer and request.
- TradePair(PokemonSpecification, PokemonSpecification) - Constructor for class com.pixelmonmod.pixelmon.api.trading.TradePair
-
Initializes a trade pair.
- TradePair(PokemonSpecification, PokemonSpecification, String) - Constructor for class com.pixelmonmod.pixelmon.api.trading.TradePair
-
- tradePair - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
-
- tradePartner - Static variable in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
-
- 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<CommandSource>) - 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
-
The confirmation screen when trading with a trader.
- TradeYesNoScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.TradeYesNoScreen
-
Initializes the GUI.
- 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- trainer - Variable in class com.pixelmonmod.pixelmon.api.events.BeatTrainerEvent
-
The defeated trainer
- trainer - Variable in class com.pixelmonmod.pixelmon.api.events.LostToTrainerEvent
-
The NPC they lost to
- trainer - Variable in class com.pixelmonmod.pixelmon.api.storage.TrainerPartyStorage
-
- trainer - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
The Trainer entity that this participant is representing.
- trainer - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
-
- TRAINER_AI - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
-
- TRAINER_CARD_ICON - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
- TRAINER_DEFEAT - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- TRAINER_DEFEATED_BY - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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_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(PlayerEntity) - 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(PacketBuffer) - Constructor for class com.pixelmonmod.tcg.duel.state.TrainerCardState
-
- TrainerChat - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
Dialogue for a Trainer.
- TrainerChat(String, String, String) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerChat
-
Initializes a Trainer's dialogue.
- trainerData - Static variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorScreen
-
Data regarding the Trainer.
- TrainerData - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
JSON data for NPC Trainers.
- TrainerData(String) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
Initializes the NPC Trainer data.
- TrainerDropListSlotScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
Slot container used for NPC Trainer drops.
- TrainerDropListSlotScreen(TrainerEditorMoreScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerDropListSlotScreen
-
Initializes a slot.
- TrainerEditorMoreScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
NPC Trainer editor screen for messages and drops.
- TrainerEditorMoreScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorMoreScreen
-
Initializes the GUI.
- TrainerEditorPartyScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
Screen for editing a Trainer's party.
- TrainerEditorPartyScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPartyScreen
-
Displays the Trainer party screen.
- TrainerEditorPokemonScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
Trainer editor screen for editing a Pokémon owned by the Trainer.
- TrainerEditorPokemonScreen(int, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPokemonScreen
-
Initializes an editing Pokémon screen.
- TrainerEditorScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
The main screen of the Trainer Editor GUI.
- TrainerEditorScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorScreen
-
Initializes the GUI with a Trainer to edit.
- trainerID - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.UpdateTrainerPokemonPacketPacket
-
The ID of the Trainer to update.
- TrainerInBattleGoal - Class in com.pixelmonmod.pixelmon.ai
-
- TrainerInBattleGoal(NPCTrainer) - Constructor for class com.pixelmonmod.pixelmon.ai.TrainerInBattleGoal
-
- TrainerObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.battle
-
- TrainerObjective(String) - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.battle.TrainerObjective
-
- TrainerParticipant - Class in com.pixelmonmod.pixelmon.battles.controller.participants
-
An NPC Trainer battle participant.
- TrainerParticipant(NPCTrainer, PlayerEntity, int) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
Initializes the participant.
- TrainerParticipant(NPCTrainer, PlayerEntity, int, List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
Initializes the participant.
- TrainerParticipant(NPCTrainer, int) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant
-
Initializes the participant.
- TrainerPartyStorage - Class in com.pixelmonmod.pixelmon.api.storage
-
- TrainerPartyStorage(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.TrainerPartyStorage
-
- TrainerPartyStorage(NPCTrainer) - Constructor for class com.pixelmonmod.pixelmon.api.storage.TrainerPartyStorage
-
- 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
-
- TrainerReplacementLogic - Class in com.pixelmonmod.pixelmon.api.replacement.logic
-
Replaces the entity with a trainer
- TrainerReplacementLogic() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.logic.TrainerReplacementLogic
-
- trainers - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryData
-
A map of NPC Trainers to their attributes.
- trainers - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Data for NPC Trainers.
- trainersDisabled - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
-
- trainerTarget - Variable in class com.pixelmonmod.tcg.client.gui.PlayerTargetsScreen
-
- trainerType - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnActionNPCTrainer
-
- trainerType - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnInfoNPCTrainer
-
- trainerType - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
-
Indexing data for the Trainer.
- trainerTypes - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryData
-
A list of all NPC Trainers and their textures.
- 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
-
- 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
-
- 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 - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Copies the target's appearance and stats.
- Transform() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Transform
-
- transform(Species, String, String, String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Transforms the Pokémon's model into another model.
- transform(Matrix3f, Vector3d) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementFlying
-
- transform(Matrix4f, Vector4f, Vector4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Transform a Vector by a matrix and return the result in a destination
vector.
- TRANSFORM - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
-
- Transform - Class in com.pixelmonmod.tcg.duel.power
-
- Transform() - Constructor for class com.pixelmonmod.tcg.duel.power.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
-
- Transformed - Class in com.pixelmonmod.pixelmon.battles.status
-
Copies moves, Ability, stats, type, and appearance of target.
- Transformed(PixelmonWrapper, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Transformed
-
Copies target's attributes to user.
- transformed - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
The Pokémon this is transformed into.
- 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.
- transformedModel - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
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.
- transformedParticles - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
The form index of the Pokémon that will be transformed into.
- transformedParticles - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
The PaletteParticles of the Pokémon being transformed into.
- transformedPokemon - Variable in class com.pixelmonmod.pixelmon.battles.status.Transformed
-
The species of Pokémon transformed into.
- transformedTexture - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
The texture of the transformed Pokémon.
- transformedTexture - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
The file path for the texture the Pokémon is 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(int, Species, String, String, String) - 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, String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Keeps track of a transformed Pokémon server-side.
- 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(TextFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
Shortcut method for translating text and putting it in a coloured TextComponentTranslation.
- translate(String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
- translate(TextFormatting, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
- translate(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
- translate - Variable in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
-
- translate(float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
-
- translate(Vector2f) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Translate this matrix
- translate(Vector3f) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Translate this matrix
- translate(Vector3f, Matrix4f) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Translate this matrix and stash the result in another matrix
- translate(Vector3f, Matrix4f, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Translate the source matrix and stash the result in the destination matrix
- translate(Vector2f, Matrix4f) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Translate this matrix and stash the result in another matrix
- translate(Vector2f, Matrix4f, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Translate the source matrix and stash the result in the destination matrix
- translate(float, float, float, float) - Method in class com.pixelmonmod.pixelmon.tools.Vector4f
-
Translate a vector
- translateAndRotate(MatrixStack, ModelRenderer, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerRobe
-
- translationKey - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
-
- translationKey(String) - Method 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
-
- transparency - Variable in class com.pixelmonmod.pixelmon.client.models.DualModelFactory
-
- transparency - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- Transparency - Class in com.pixelmonmod.tcg.duel.power
-
- Transparency() - Constructor for class com.pixelmonmod.tcg.duel.power.Transparency
-
- transparency2 - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonSmdFactory
-
- 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(FontRenderer, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.TransparentTextFieldWidget
-
- TransparentTextFieldWidget(FontRenderer, int, int, int, int, ITextComponent) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.TransparentTextFieldWidget
-
- TransparentTextFieldWidget(FontRenderer, int, int, int, int, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.TransparentTextFieldWidget
-
- transpose() - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Transpose this matrix
- transpose(Matrix4f) - Method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Transpose this matrix and place the result in another matrix
- transpose(Matrix4f, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.tools.Matrix4f
-
Transpose the source matrix and place the result in the destination matrix
- 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
-
- TrashCanButton - Class in com.pixelmonmod.pixelmon.client.gui.pc
-
- TrashCanButton(PCScreen, int, int, int, Button.IPressable) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.TrashCanButton
-
- TrashCanTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
- TrashCanTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TrashCanTileEntity
-
- travel(float, float, float) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
- travel(Vector3d) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
-
- 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 - 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
-
- TREES_LANAKILA - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- TREES_ULTRA_FOREST - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- TREES_ULTRA_JUNGLE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- TreeTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 7/3/2015.
- TreeTileEntity() - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
-
- TreeTileEntity(TileEntityType<?>) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
-
- treeTopBlockCategory - Variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
-
- 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
-
- TRES_SHRINE - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonStructures
-
- TREVENANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- TREVENANT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-
- TriAttack - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has a 20% chance of burning, paralyzing, or freezing the target.
- TriAttack() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TriAttack
-
- TriBoolean - Enum in com.pixelmonmod.pixelmon.api.enums
-
Created by Jay113355 on 2/25/2021.
- TRICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Trick - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Swaps the user's and the target's items.
- Trick() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Trick
-
- TRICK_OR_TREAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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() - Constructor for class com.pixelmonmod.pixelmon.battles.status.TrickRoom
-
Initializes the status.
- TriConsumer<A,B,C> - Interface in com.pixelmonmod.pixelmon.tools
-
- trigger(ServerPlayerEntity, PokeBall) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger
-
- trigger(ServerPlayerEntity, Pokemon, Map<String, Integer>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger
-
- trigger(ServerPlayerEntity, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger
-
- trigger(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger
-
- trigger(ServerPlayerEntity, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger
-
- trigger(ServerPlayerEntity) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger
-
- trigger(ServerPlayerEntity, int) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger
-
- trigger(SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TriggerSpawner
-
- trigger(World, String, String, String) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
- triggerChance - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TriggerSpawner
-
- TriggerLocation - Class in com.pixelmonmod.pixelmon.api.spawning.conditions
-
- 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.ProxyPathNavigator
-
- trimStringToWidth(FontRenderer, 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_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() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TripleAxel
-
- 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
-
- 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
-
- 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
-
- TRUBBISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- trueDynamaxLevel - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
- trueLevel - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
- 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
-
- trunkProvider - Variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.ApricornTreeFeatureConfig.Builder
-
- TrunkRegistration - Class in com.pixelmonmod.pixelmon.world.generation
-
- TrunkRegistration() - Constructor for class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
-
- tryCapture(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayerEntity, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Method that spins off into all the methods above.
- tryCatch(RaidData, PokeBall) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
-
- tryCheer() - 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(PlayerEntity, 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(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(ServerPlayerEntity, Chunk) - Static method in class com.pixelmonmod.pixelmon.listener.ZygardeCellsListener
-
- 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
-
- 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
-
- TUMBLE_STONES - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeatures
-
- 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(World, 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<NoFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.TumblestoneFeature
-
- TumblestoneItem - Class in com.pixelmonmod.pixelmon.items
-
- TumblestoneItem(Color, Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.TumblestoneItem
-
- TumblestoneItem(Color, boolean, 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.BattleController
-
Turn counter for individual Pokémon moving within a battle turn.
- 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
-
- 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
-
- 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(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
-
Moves the log on to the next turn (with the given turn id)
- turnTick() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Handles end-of-turn effects.
- 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_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
- TutorEditorScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
-
GUI for editing a move tutor.
- TutorEditorScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.TutorEditorScreen
-
Initializes the GUI.
- TutorListScreen - Class in com.pixelmonmod.pixelmon.client.gui.chooseMoveset
-
A list of moves in a GUI.
- TutorListScreen(ClickableElement<NPCTutor.LearnableMove>, List<NPCTutor.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
-
GUI for editing a move tutor.
- TutorScreen(Pokemon, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
-
Initializes the GUI.
- tv - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
- tv - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- 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.api.registries.PixelmonTileEntities
-
- 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() - 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() - 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
-
- 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
-
- TWISTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- 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(String) - Method in class com.pixelmonmod.api.loader.DatapackLoader.Builder
-
- type - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent
-
What type of NPC this is for.
- 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(RibbonType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
-
- type(String) - Method 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() - Constructor for class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Type
-
- 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.entities.npcs.registry.GymNPCData
-
- type - Variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
-
- 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 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.RasLensItem
-
- type - Variable in class com.pixelmonmod.pixelmon.items.ScrollItem
-
- type() - Method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
-
- type - Variable in class com.pixelmonmod.pixelmon.quests.comm.QuestMarker
-
- type() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.GingkoFancyTrunkPlacer
-
- 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 - 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.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_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_TRAINER - Static variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.trainers.SpawnInfoNPCTrainer
-
- 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
-
- TYPE_VALUES_SPEC_INSERTER - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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
-
- 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.
- 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 com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
- typeMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
- typeMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
- typeMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
- typeMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
- typeMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
- typeMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
- typeMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
- typeMap - Static variable in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
- typeMap - Static variable in enum 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() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
-
- TypeRequirement(int, Element) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
-
- TypeRequirement(Pair<Integer, Element>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
-
- types - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
- 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.notexamples
-
- TypeTesting() - Constructor for class com.pixelmonmod.pixelmon.api.test.notexamples.TypeTesting
-
- TYPHLOSION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- TYPHLOSION - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- TYPING_INSERTER - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
-
- 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
-
- v - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
-
- v - Variable in class com.pixelmonmod.pixelmon.client.models.smd.TextureCoordinate
-
- 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
-
- VALENCIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- VALENTINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- 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
-
- 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(ServerPlayerEntity, 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
-
- 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.AbstractIntegerPokemonRequirement
-
- value - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractStringPokemonRequirement
-
- 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 enum com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
-
- value - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierBase
-
- Value - Class in com.pixelmonmod.pixelmon.battles.attacks
-
- Value(int, ValueType) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.Value
-
- Value(String, ValueType) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.Value
-
- value - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Value
-
- value - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
-
- value(QuestProgress) - Method in class com.pixelmonmod.pixelmon.quests.quest.Argument
-
- value(int, QuestProgress) - Method in class com.pixelmonmod.pixelmon.quests.quest.Arguments
-
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.AttackCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BagSection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleEndCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleForceEndCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleItem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleResults
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.TeamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.battles.Terrain
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.config.ForceBattleEndResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.config.PokeLootRate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.economy.EconomyEvent.TransactionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.enums.BattleEndTaskResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.enums.BattleEndTaskType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.enums.DeleteType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.enums.MovesetGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.enums.PositionTriState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.enums.ShrineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.enums.TriBoolean
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.pixelmonmod.pixelmon.api.enums.TriBoolean
-
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.moveskills.MoveSkill.EnumTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.overlay.notice.EnumOverlayLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokedex.PokedexRegistrationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.InitializeCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.LandingMaterials
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.world.WeatherType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.api.world.WorldTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.controller.BattleStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.controller.participants.ParticipantType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.raids.EnumRaidKickReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.battles.status.StatusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.BellBlock.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.BlockRotation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumPokeChestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumPokechestVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.GymSignType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.tileentity.EnumPokegiftType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity.AreaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity.Orb
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.camera.CameraMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen.EnumLevelStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.custom.overlays.OverlayGraphicType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardJustification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreens
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData.ServerResourceMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.starter.MoveDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.starter.ShadowSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.starter.StarterScreenPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.widgets.TextAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.models.animations.EnumRotation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.models.ModelFactoryFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.models.smd.AnimationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.particle.Particles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.particle.ParticleSystems
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.data.PacketDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.EnumUpdateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnumBattleQueryResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket.Change
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket.ClientDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket.DialogueGuiAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.EnumMovementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket.PacketMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.npc.EnumNPCServerPacketType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.npc.EnumStoreTrainerDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SelectPokemonResponsePacket.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.trading.EnumServerTradesMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.entities.npcs.registry.EnumBuySell
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.entities.projectiles.HookEntity.HookState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.BerryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.CustomModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBike
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBoundingBoxMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumCheatItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumCurryKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumCurryRating
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumFeatureState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGuiContainer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGuiScreen
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumKeybinds
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumMovement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumNPCTutorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumNPCType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumOldGenMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumPlate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumPokegiftEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumShopKeeperType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.EvolutionRockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.items.ApricornType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumBottleCap
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumCharms
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumFossils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumOrbShard
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumRodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.TextJustification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.enums.TMType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.items.IsiHourglassItem.HourGlassType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.items.LureItem.LureStrength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.items.LureItem.LureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.items.RepelItem.EnumRepel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.actions.ExecutorMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.comm.QuestMarker.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.editor.args.ArgumentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.editor.QuestElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.NPCObjective.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNPCObjective.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertSpecObjective.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TestDataObjective.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.quest.StageIcon
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.quests.util.PosAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.sounds.BattleMusicType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.WingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.pixelmon.tools.Quadstate
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.pixelmonmod.pixelmon.tools.Quadstate
-
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.api.card.CardCondition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.api.card.CardModifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.api.card.CardPowerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.api.card.CardRarity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.api.card.CardType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.api.card.Energy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.client.gui.enums.CardSelectorDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.client.gui.enums.CardSelectorPurpose
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.client.gui.enums.EnumGui
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.duel.attack.enums.CoinSide
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.duel.attack.enums.DamageBonusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.duel.attack.enums.EffectLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.duel.attack.enums.HealType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.duel.log.DuelLogType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.duel.Phase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.duel.state.GamePhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.network.data.PacketDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.network.packets.enums.BoardLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.network.packets.enums.PhaseAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pixelmonmod.tcg.network.packets.GenericGUIPacket.GUITypes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.AttackCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.BagSection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleEndCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleForceEndCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleItem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleResults
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.BattleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.TeamType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.battles.Terrain
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.config.ForceBattleEndResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.config.PokeLootRate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.economy.EconomyEvent.TransactionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.enums.BattleEndTaskResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.enums.BattleEndTaskType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.enums.DeleteType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.enums.MovesetGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.enums.PositionTriState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.enums.ShrineType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.enums.TriBoolean
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.moveskills.MoveSkill.EnumTargetType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.overlay.notice.EnumOverlayLayout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokedex.PokedexRegistrationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.InitializeCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.LandingMaterials
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.world.WeatherType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.api.world.WorldTime
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.attacks.ValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.controller.BattleStage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.controller.participants.ParticipantType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.raids.EnumRaidKickReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.battles.status.StatusType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.BellBlock.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.BlockRotation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumPokeChestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumPokechestVisibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.GymSignType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.tileentity.EnumPokegiftType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity.AreaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity.Orb
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.camera.CameraMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen.EnumLevelStage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.custom.overlays.OverlayGraphicType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardJustification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreens
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.override.multiplayer.CustomServerData.ServerResourceMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.starter.MoveDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.starter.ShadowSize
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.starter.StarterScreenPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.widgets.TextAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.models.animations.EnumRotation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.models.ModelFactoryFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.models.smd.AnimationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.particle.Particles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.particle.ParticleSystems
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.data.PacketDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.EnumUpdateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnumBattleQueryResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket.Change
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket.ClientDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket.DialogueGuiAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.EnumMovementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket.PacketMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.npc.EnumNPCServerPacketType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.npc.EnumStoreTrainerDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.npc.SelectPokemonResponsePacket.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.comm.packetHandlers.trading.EnumServerTradesMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.entities.npcs.registry.EnumBuySell
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.entities.projectiles.HookEntity.HookState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.BerryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.CustomModel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBike
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBoundingBoxMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumCheatItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumCurryKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumCurryRating
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumFeatureState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGrowth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGuiContainer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumGuiScreen
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumKeybinds
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumMovement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumNPCTutorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumNPCType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumOldGenMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumPlate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumPokegiftEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumShopKeeperType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.EvolutionRockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.items.ApricornType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumBottleCap
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumCharms
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumFossils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumOrbShard
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumRodType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.TextJustification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.enums.TMType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.items.IsiHourglassItem.HourGlassType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.items.LureItem.LureStrength
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.items.LureItem.LureType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.items.RepelItem.EnumRepel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.actions.ExecutorMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.comm.QuestMarker.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.editor.args.ArgumentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.editor.QuestElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.NPCObjective.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertNPCObjective.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertSpecObjective.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.objectives.objectives.meta.TestDataObjective.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.quest.StageIcon
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.quests.util.PosAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.sounds.BattleMusicType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.Category
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.WingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.pixelmon.tools.Quadstate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.api.card.CardCondition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.api.card.CardModifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.api.card.CardPowerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.api.card.CardRarity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.api.card.CardType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.api.card.Energy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.client.gui.enums.CardSelectorDisplay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.client.gui.enums.CardSelectorPurpose
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.client.gui.enums.EnumGui
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.duel.attack.enums.CoinSide
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.duel.attack.enums.DamageBonusType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.duel.attack.enums.EffectLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.duel.attack.enums.HealType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.duel.log.DuelLogType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.duel.Phase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.duel.state.GamePhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.network.data.PacketDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.network.packets.enums.BoardLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.network.packets.enums.PhaseAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pixelmonmod.tcg.network.packets.GenericGUIPacket.GUITypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueType - Enum in com.pixelmonmod.pixelmon.battles.attacks
-
- ValveStudioModel - Class in com.pixelmonmod.pixelmon.client.models.smd
-
- ValveStudioModel(ValveStudioModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
-
- ValveStudioModel(ResourceLocation, boolean) - 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'.
- ValveStudioModelLoader() - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader
-
- VANILLA_CREAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
- VANILLISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- VANILLISH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- VANILLITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- VANILLITE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- VANILLUXE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- VANILLUXE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- Vanish - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents moves from hitting the Pokémon.
- 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
-
- VariableParticleEffect - Class in com.pixelmonmod.pixelmon.api.attackAnimations
-
- VariableParticleEffect(World, AttackAnimationData) - Constructor for class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
-
- 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.
- varIntByteCount(int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BufferHelper
-
- VAROOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- Vector3dfFromStrings(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
type
TypeAdapter
for the
Vector3f
class such that it can be converted
to and from Json text when loading to/from
Species
data.
- Vector3fTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.Vector3fTypeAdapter
-
- Vector4f - Class in com.pixelmonmod.pixelmon.tools
-
- Vector4f() - Constructor for class com.pixelmonmod.pixelmon.tools.Vector4f
-
Constructor for Vector4f.
- Vector4f(Vector4f) - Constructor for class com.pixelmonmod.pixelmon.tools.Vector4f
-
Constructor
- Vector4f(Vector3f) - Constructor for class com.pixelmonmod.pixelmon.tools.Vector4f
-
- Vector4f(float, float, float, float) - Constructor for class com.pixelmonmod.pixelmon.tools.Vector4f
-
Constructor
- 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.init.registry.SoundRegistration
-
- vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTileEntities
-
- 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
-
- VendingMachinePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.vendingMachine
-
- VendingMachinePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.vendingMachine.VendingMachinePacket
-
- VendingMachinePacket(BlockPos, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.vendingMachine.VendingMachinePacket
-
- 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() - 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() - 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 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
- Venoshock - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the target is poisoned.
- Venoshock() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Venoshock
-
- 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 - 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
-
- Vertex - Class in com.pixelmonmod.pixelmon.client.models.smd
-
- Vertex(float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.Vertex
-
- vertex(double, double, double, float, float, float) - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
-
- vertex(double, double, double, 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) - 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(BufferBuilderWrapper, Matrix4f, double, double, double, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- vertex(BufferBuilderWrapper, Matrix4f, double, double, double, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- vertex(BufferBuilderWrapper, Matrix4f, float, float, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- vertex(BufferBuilderWrapper, Matrix4f, float, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- vertex(BufferBuilderWrapper, Matrix4f, float, float, float, float, float, float, float, float, float, int) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- vertex(BufferBuilder, Matrix4f, double, double, double, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- vertex(BufferBuilder, Matrix4f, double, double, double, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- vertex(BufferBuilder, Matrix4f, float, float, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- vertex(BufferBuilder, Matrix4f, float, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- vertex(BufferBuilder, Matrix4f, float, float, float, float, float, float, float, float, float, int) - Static method in class com.pixelmonmod.tcg.duel.RenderingTCG
-
- VertexParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.obj
-
- VertexParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.VertexParser
-
- vertexShader - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The shaders used for pokemon rendering
- VERTICAL_ARROW_CURSOR - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
-
- 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 - 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
-
- VICTREEBEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- VICTREEBEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- viewed - Variable in class com.pixelmonmod.pixelmon.battles.attacks.BattleMessageBase
-
Whether the animation has been viewed.
- 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
-
Replaces the entity randomly with a quest giver or trainer
- VillagerReplacementLogic() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.logic.VillagerReplacementLogic
-
- villagers - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry
-
Data for chatting NPCs.
- 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.pixelmon.quests.client.QuestProgressClientData
-
- visible - Variable in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
-
- 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_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 - 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
-
- VULLABY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
- VULLABY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
-
- 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
-