Uses of Class
net.minecraft.potion.Effect
-
-
Uses of Effect in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion with type parameters of type Effect Modifier and Type Field Description private java.util.Map<Effect,MobEffectsPredicate.InstancePredicate>MobEffectsPredicate. effectsMethods in net.minecraft.advancements.criterion with parameters of type Effect Modifier and Type Method Description MobEffectsPredicateMobEffectsPredicate. and(Effect p_204015_1_)Method parameters in net.minecraft.advancements.criterion with type arguments of type Effect Modifier and Type Method Description booleanMobEffectsPredicate. matches(java.util.Map<Effect,EffectInstance> p_193470_1_)Constructor parameters in net.minecraft.advancements.criterion with type arguments of type Effect Constructor Description MobEffectsPredicate(java.util.Map<Effect,MobEffectsPredicate.InstancePredicate> p_i47538_1_) -
Uses of Effect in net.minecraft.block
Fields in net.minecraft.block declared as Effect Modifier and Type Field Description private EffectFlowerBlock. suspiciousStewEffectMethods in net.minecraft.block that return Effect Modifier and Type Method Description EffectFlowerBlock. getSuspiciousStewEffect()Constructors in net.minecraft.block with parameters of type Effect Constructor Description FlowerBlock(Effect p_i49984_1_, int p_i49984_2_, AbstractBlock.Properties p_i49984_3_)WitherRoseBlock(Effect p_i49968_1_, AbstractBlock.Properties p_i49968_2_) -
Uses of Effect in net.minecraft.client.entity.player
Methods in net.minecraft.client.entity.player with parameters of type Effect Modifier and Type Method Description EffectInstanceClientPlayerEntity. removeEffectNoUpdate(Effect p_184596_1_) -
Uses of Effect in net.minecraft.client.gui.screen.inventory
Fields in net.minecraft.client.gui.screen.inventory declared as Effect Modifier and Type Field Description private EffectBeaconScreen.PowerButton. effectprivate EffectBeaconScreen. primaryprivate EffectBeaconScreen. secondaryMethods in net.minecraft.client.gui.screen.inventory with parameters of type Effect Modifier and Type Method Description private ITextComponentBeaconScreen.PowerButton. createTooltip(Effect p_243337_1_, boolean p_243337_2_)Constructors in net.minecraft.client.gui.screen.inventory with parameters of type Effect Constructor Description PowerButton(int p_i50827_2_, int p_i50827_3_, Effect p_i50827_4_, boolean p_i50827_5_) -
Uses of Effect in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type Effect Modifier and Type Method Description TextureAtlasSpritePotionSpriteUploader. get(Effect p_215288_1_) -
Uses of Effect in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return Effect Modifier and Type Method Description static EffectPotionArgument. getEffect(com.mojang.brigadier.context.CommandContext<CommandSource> p_197125_0_, java.lang.String p_197125_1_)EffectPotionArgument. parse(com.mojang.brigadier.StringReader p_parse_1_) -
Uses of Effect in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type Effect Modifier and Type Method Description private static intEffectCommand. clearEffect(CommandSource p_198355_0_, java.util.Collection<? extends Entity> p_198355_1_, Effect p_198355_2_)private static intEffectCommand. giveEffect(CommandSource p_198360_0_, java.util.Collection<? extends Entity> p_198360_1_, Effect p_198360_2_, java.lang.Integer p_198360_3_, int p_198360_4_, boolean p_198360_5_) -
Uses of Effect in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type Effect Modifier and Type Field Description private java.util.Map<Effect,EffectInstance>LivingEntity. activeEffectsMethods in net.minecraft.entity that return types with arguments of type Effect Modifier and Type Method Description java.util.Map<Effect,EffectInstance>LivingEntity. getActiveEffectsMap()Methods in net.minecraft.entity with parameters of type Effect Modifier and Type Method Description EffectInstanceLivingEntity. getEffect(Effect p_70660_1_)booleanLivingEntity. hasEffect(Effect p_70644_1_)booleanLivingEntity. removeEffect(Effect p_195063_1_)EffectInstanceLivingEntity. removeEffectNoUpdate(Effect p_184596_1_) -
Uses of Effect in net.minecraft.entity.merchant.villager
Fields in net.minecraft.entity.merchant.villager declared as Effect Modifier and Type Field Description (package private) EffectVillagerTrades.SuspiciousStewForEmeraldTrade. effectConstructors in net.minecraft.entity.merchant.villager with parameters of type Effect Constructor Description SuspiciousStewForEmeraldTrade(Effect p_i50527_1_, int p_i50527_2_, int p_i50527_3_) -
Uses of Effect in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as Effect Modifier and Type Field Description EffectSpiderEntity.GroupData. effect -
Uses of Effect in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as Effect Modifier and Type Field Description private EffectMooshroomEntity. effectMethods in net.minecraft.entity.passive that return types with arguments of type Effect Modifier and Type Method Description private java.util.Optional<org.apache.commons.lang3.tuple.Pair<Effect,java.lang.Integer>>MooshroomEntity. getEffectFromItemStack(ItemStack p_213443_1_) -
Uses of Effect in net.minecraft.inventory.container
Methods in net.minecraft.inventory.container that return Effect Modifier and Type Method Description EffectBeaconContainer. getPrimaryEffect()EffectBeaconContainer. getSecondaryEffect() -
Uses of Effect in net.minecraft.item
Methods in net.minecraft.item with parameters of type Effect Modifier and Type Method Description static voidSuspiciousStewItem. saveMobEffect(ItemStack p_220037_0_, Effect p_220037_1_, int p_220037_2_) -
Uses of Effect in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions with type parameters of type Effect Modifier and Type Field Description private java.util.Map<Effect,RandomValueRange>SetStewEffect.Builder. effectDurationMapprivate java.util.Map<Effect,RandomValueRange>SetStewEffect. effectDurationMapMethods in net.minecraft.loot.functions with parameters of type Effect Modifier and Type Method Description SetStewEffect.BuilderSetStewEffect.Builder. withEffect(Effect p_216077_1_, RandomValueRange p_216077_2_)Constructor parameters in net.minecraft.loot.functions with type arguments of type Effect Constructor Description SetStewEffect(ILootCondition[] p_i51215_1_, java.util.Map<Effect,RandomValueRange> p_i51215_2_) -
Uses of Effect in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as Effect Modifier and Type Field Description private EffectSRemoveEntityEffectPacket. effectMethods in net.minecraft.network.play.server that return Effect Modifier and Type Method Description EffectSRemoveEntityEffectPacket. getEffect()Constructors in net.minecraft.network.play.server with parameters of type Effect Constructor Description SRemoveEntityEffectPacket(int p_i46925_1_, Effect p_i46925_2_) -
Uses of Effect in net.minecraft.potion
Subclasses of Effect in net.minecraft.potion Modifier and Type Class Description classAbsorptionEffectclassAttackDamageEffectclassHealthBoostEffectclassInstantEffectFields in net.minecraft.potion declared as Effect Modifier and Type Field Description static EffectEffects. ABSORPTIONstatic EffectEffects. BAD_OMENstatic EffectEffects. BLINDNESSstatic EffectEffects. CONDUIT_POWERstatic EffectEffects. CONFUSIONstatic EffectEffects. DAMAGE_BOOSTstatic EffectEffects. DAMAGE_RESISTANCEstatic EffectEffects. DIG_SLOWDOWNstatic EffectEffects. DIG_SPEEDstatic EffectEffects. DOLPHINS_GRACEprivate EffectEffectInstance. effectstatic EffectEffects. FIRE_RESISTANCEstatic EffectEffects. GLOWINGstatic EffectEffects. HARMstatic EffectEffects. HEALstatic EffectEffects. HEALTH_BOOSTstatic EffectEffects. HERO_OF_THE_VILLAGEstatic EffectEffects. HUNGERstatic EffectEffects. INVISIBILITYstatic EffectEffects. JUMPstatic EffectEffects. LEVITATIONstatic EffectEffects. LUCKstatic EffectEffects. MOVEMENT_SLOWDOWNstatic EffectEffects. MOVEMENT_SPEEDstatic EffectEffects. NIGHT_VISIONstatic EffectEffects. POISONstatic EffectEffects. REGENERATIONstatic EffectEffects. SATURATIONstatic EffectEffects. SLOW_FALLINGstatic EffectEffects. UNLUCKstatic EffectEffects. WATER_BREATHINGstatic EffectEffects. WEAKNESSstatic EffectEffects. WITHERMethods in net.minecraft.potion that return Effect Modifier and Type Method Description EffectEffect. addAttributeModifier(Attribute p_220304_1_, java.lang.String p_220304_2_, double p_220304_3_, AttributeModifier.Operation p_220304_5_)static EffectEffect. byId(int p_188412_0_)EffectEffectInstance. getEffect()private static EffectEffects. register(int p_220308_0_, java.lang.String p_220308_1_, Effect p_220308_2_)Methods in net.minecraft.potion with parameters of type Effect Modifier and Type Method Description static intEffect. getId(Effect p_188409_0_)private static EffectInstanceEffectInstance. loadSpecifiedEffect(Effect p_230116_0_, CompoundNBT p_230116_1_)private static EffectEffects. register(int p_220308_0_, java.lang.String p_220308_1_, Effect p_220308_2_)Constructors in net.minecraft.potion with parameters of type Effect Constructor Description EffectInstance(Effect p_i46811_1_)EffectInstance(Effect p_i46812_1_, int p_i46812_2_)EffectInstance(Effect p_i46813_1_, int p_i46813_2_, int p_i46813_3_)EffectInstance(Effect p_i46814_1_, int p_i46814_2_, int p_i46814_3_, boolean p_i46814_4_, boolean p_i46814_5_)EffectInstance(Effect p_i48980_1_, int p_i48980_2_, int p_i48980_3_, boolean p_i48980_4_, boolean p_i48980_5_, boolean p_i48980_6_)EffectInstance(Effect p_i230050_1_, int p_i230050_2_, int p_i230050_3_, boolean p_i230050_4_, boolean p_i230050_5_, boolean p_i230050_6_, EffectInstance p_i230050_7_) -
Uses of Effect in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as Effect Modifier and Type Field Description static Effect[][]BeaconTileEntity. BEACON_EFFECTSprivate EffectBeaconTileEntity. primaryPowerprivate EffectBeaconTileEntity. secondaryPowerFields in net.minecraft.tileentity with type parameters of type Effect Modifier and Type Field Description private static java.util.Set<Effect>BeaconTileEntity. VALID_EFFECTSMethods in net.minecraft.tileentity that return Effect Modifier and Type Method Description private static EffectBeaconTileEntity. getValidEffectById(int p_184279_0_) -
Uses of Effect in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Effect Modifier and Type Field Description static Registry<Effect>Registry. MOB_EFFECTDeprecated.static RegistryKey<Registry<Effect>>Registry. MOB_EFFECT_REGISTRY -
Uses of Effect in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type Effect Modifier and Type Method Description voidLanguageProvider. add(Effect key, java.lang.String name)Method parameters in net.minecraftforge.common.data with type arguments of type Effect Modifier and Type Method Description voidLanguageProvider. addEffect(java.util.function.Supplier<? extends Effect> key, java.lang.String name) -
Uses of Effect in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return Effect Modifier and Type Method Description default EffectIForgeEffect. getEffect() -
Uses of Effect in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living declared as Effect Modifier and Type Field Description private EffectPotionEvent.PotionRemoveEvent. potionMethods in net.minecraftforge.event.entity.living that return Effect Modifier and Type Method Description EffectPotionEvent.PotionRemoveEvent. getPotion()Constructors in net.minecraftforge.event.entity.living with parameters of type Effect Constructor Description PotionRemoveEvent(LivingEntity living, Effect potion) -
Uses of Effect in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type Effect Modifier and Type Field Description static RegistryKey<Registry<Effect>>ForgeRegistries.Keys. EFFECTSstatic IForgeRegistry<Effect>ForgeRegistries. POTIONS
-