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. effects
Methods in net.minecraft.advancements.criterion with parameters of type Effect Modifier and Type Method Description MobEffectsPredicate
MobEffectsPredicate. and(Effect p_204015_1_)
Method parameters in net.minecraft.advancements.criterion with type arguments of type Effect Modifier and Type Method Description boolean
MobEffectsPredicate. 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 Effect
FlowerBlock. suspiciousStewEffect
Methods in net.minecraft.block that return Effect Modifier and Type Method Description Effect
FlowerBlock. 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 EffectInstance
ClientPlayerEntity. 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 Effect
BeaconScreen.PowerButton. effect
private Effect
BeaconScreen. primary
private Effect
BeaconScreen. secondary
Methods in net.minecraft.client.gui.screen.inventory with parameters of type Effect Modifier and Type Method Description private ITextComponent
BeaconScreen.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 TextureAtlasSprite
PotionSpriteUploader. 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 Effect
PotionArgument. getEffect(com.mojang.brigadier.context.CommandContext<CommandSource> p_197125_0_, java.lang.String p_197125_1_)
Effect
PotionArgument. 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 int
EffectCommand. clearEffect(CommandSource p_198355_0_, java.util.Collection<? extends Entity> p_198355_1_, Effect p_198355_2_)
private static int
EffectCommand. 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. activeEffects
Methods 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 EffectInstance
LivingEntity. getEffect(Effect p_70660_1_)
boolean
LivingEntity. hasEffect(Effect p_70644_1_)
boolean
LivingEntity. removeEffect(Effect p_195063_1_)
EffectInstance
LivingEntity. 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) Effect
VillagerTrades.SuspiciousStewForEmeraldTrade. effect
Constructors 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 Effect
SpiderEntity.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 Effect
MooshroomEntity. effect
Methods 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 Effect
BeaconContainer. getPrimaryEffect()
Effect
BeaconContainer. getSecondaryEffect()
-
Uses of Effect in net.minecraft.item
Methods in net.minecraft.item with parameters of type Effect Modifier and Type Method Description static void
SuspiciousStewItem. 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. effectDurationMap
private java.util.Map<Effect,RandomValueRange>
SetStewEffect. effectDurationMap
Methods in net.minecraft.loot.functions with parameters of type Effect Modifier and Type Method Description SetStewEffect.Builder
SetStewEffect.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 Effect
SRemoveEntityEffectPacket. effect
Methods in net.minecraft.network.play.server that return Effect Modifier and Type Method Description Effect
SRemoveEntityEffectPacket. 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 class
AbsorptionEffect
class
AttackDamageEffect
class
HealthBoostEffect
class
InstantEffect
Fields in net.minecraft.potion declared as Effect Modifier and Type Field Description static Effect
Effects. ABSORPTION
static Effect
Effects. BAD_OMEN
static Effect
Effects. BLINDNESS
static Effect
Effects. CONDUIT_POWER
static Effect
Effects. CONFUSION
static Effect
Effects. DAMAGE_BOOST
static Effect
Effects. DAMAGE_RESISTANCE
static Effect
Effects. DIG_SLOWDOWN
static Effect
Effects. DIG_SPEED
static Effect
Effects. DOLPHINS_GRACE
private Effect
EffectInstance. effect
static Effect
Effects. FIRE_RESISTANCE
static Effect
Effects. GLOWING
static Effect
Effects. HARM
static Effect
Effects. HEAL
static Effect
Effects. HEALTH_BOOST
static Effect
Effects. HERO_OF_THE_VILLAGE
static Effect
Effects. HUNGER
static Effect
Effects. INVISIBILITY
static Effect
Effects. JUMP
static Effect
Effects. LEVITATION
static Effect
Effects. LUCK
static Effect
Effects. MOVEMENT_SLOWDOWN
static Effect
Effects. MOVEMENT_SPEED
static Effect
Effects. NIGHT_VISION
static Effect
Effects. POISON
static Effect
Effects. REGENERATION
static Effect
Effects. SATURATION
static Effect
Effects. SLOW_FALLING
static Effect
Effects. UNLUCK
static Effect
Effects. WATER_BREATHING
static Effect
Effects. WEAKNESS
static Effect
Effects. WITHER
Methods in net.minecraft.potion that return Effect Modifier and Type Method Description Effect
Effect. addAttributeModifier(Attribute p_220304_1_, java.lang.String p_220304_2_, double p_220304_3_, AttributeModifier.Operation p_220304_5_)
static Effect
Effect. byId(int p_188412_0_)
Effect
EffectInstance. getEffect()
private static Effect
Effects. 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 int
Effect. getId(Effect p_188409_0_)
private static EffectInstance
EffectInstance. loadSpecifiedEffect(Effect p_230116_0_, CompoundNBT p_230116_1_)
private static Effect
Effects. 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_EFFECTS
private Effect
BeaconTileEntity. primaryPower
private Effect
BeaconTileEntity. secondaryPower
Fields in net.minecraft.tileentity with type parameters of type Effect Modifier and Type Field Description private static java.util.Set<Effect>
BeaconTileEntity. VALID_EFFECTS
Methods in net.minecraft.tileentity that return Effect Modifier and Type Method Description private static Effect
BeaconTileEntity. 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_EFFECT
Deprecated.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 void
LanguageProvider. 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 void
LanguageProvider. 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 Effect
IForgeEffect. 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 Effect
PotionEvent.PotionRemoveEvent. potion
Methods in net.minecraftforge.event.entity.living that return Effect Modifier and Type Method Description Effect
PotionEvent.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. EFFECTS
static IForgeRegistry<Effect>
ForgeRegistries. POTIONS
-