History - net.minecraft.world.effect.MobEffect
1.21.3
Names
brx
bun
Fields
Map<Holder<Attribute>, MobEffect$AttributeTemplate>: d, attributeModifiers, field_5885, attributeModifiers, f_19446_
Map<Holder<Attribute>, MobEffect$AttributeTemplate>: d, attributeModifiers, field_5885, attributeModifiers
int: f, color, field_5886, color, f_19448_
int: f, color, field_5886, color
String: h, descriptionId, field_5883, translationKey, f_19449_
String: h, descriptionId, field_5883, translationKey
MobEffectCategory: e, category, field_18270, category, f_19447_
MobEffectCategory: e, category, field_18270, category
int: c, AMBIENT_ALPHA, field_49789, AMBIENT_PARTICLE_ALPHA, f_314568_
int: c, AMBIENT_ALPHA, field_49789, AMBIENT_PARTICLE_ALPHA
Function<MobEffectInstance, ParticleOptions>: g, particleFactory, field_49790, particleFactory, f_314870_
Function<MobEffectInstance, ParticleOptions>: g, particleFactory, field_49790, particleFactory
int: i, blendDurationTicks, field_47738, fadeTicks, f_315239_
int: i, blendDurationTicks, field_47738, fadeTicks
Optional<SoundEvent>: j, soundOnAdded, field_50114, applySound, f_316316_
Optional<SoundEvent>: j, soundOnAdded, field_50114, applySound
FeatureFlagSet: k, requiredFeatures, field_50115, requiredFeatures, f_316645_
FeatureFlagSet: k, requiredFeatures, field_50115, requiredFeatures
com.mojang.serialization.Codec<Holder<MobEffect>>: a, CODEC, field_51933, ENTRY_CODEC, f_337486_
com.mojang.serialization.Codec<Holder<MobEffect>>: a, CODEC, field_51933, ENTRY_CODEC
StreamCodec<RegistryFriendlyByteBuf, Holder<MobEffect>>: b, STREAM_CODEC, field_51934, ENTRY_PACKET_CODEC, f_336968_
StreamCodec<RegistryFriendlyByteBuf, Holder<MobEffect>>: b, STREAM_CODEC, field_51934, ENTRY_PACKET_CODEC
Constructors
Methods
void (Entity, Entity, LivingEntity, int, double): a, applyInstantenousEffect, method_5564, applyInstantEffect, m_19461_
boolean (): a, isInstantenous, method_5561, isInstant, m_8093_
boolean (): a, isInstantenous, method_5561, isInstant
boolean (int, int): a, shouldApplyEffectTickThisTick, method_5552, canApplyUpdateEffect, m_19443_
boolean (int, int): a, shouldApplyEffectTickThisTick, method_5552, canApplyUpdateEffect
String (): d, getDescriptionId, method_5567, getTranslationKey, m_19481_
String (): d, getDescriptionId, method_5567, getTranslationKey
int (): g, getColor, method_5556, getColor, m_19484_
int (): g, getColor, method_5556, getColor
boolean (): h, isBeneficial, method_5573, isBeneficial, m_19486_
boolean (): h, isBeneficial, method_5573, isBeneficial
String (): c, getOrCreateDescriptionId, method_5559, loadTranslationKey, m_19477_
String (): c, getOrCreateDescriptionId, method_5559, loadTranslationKey
Component (): e, getDisplayName, method_5560, getName, m_19482_
Component (): e, getDisplayName, method_5560, getName
MobEffectCategory (): f, getCategory, method_18792, getCategory, m_19483_
MobEffectCategory (): f, getCategory, method_18792, getCategory
void (LivingEntity, int): b, onEffectStarted, method_52520, onApplied, m_292868_
void (LivingEntity, int): a, onEffectStarted, method_52520, onApplied
void (AttributeMap): a, removeAttributeModifiers, method_5562, onRemoved, m_6386_
void (AttributeMap): a, removeAttributeModifiers, method_5562, onRemoved
void (AttributeMap, int): a, addAttributeModifiers, method_5555, onApplied, m_6385_
void (AttributeMap, int): a, addAttributeModifiers, method_5555, onApplied
int (): b, getBlendDurationTicks, method_55652, getFadeTicks, m_323916_
int (): b, getBlendDurationTicks, method_55652, getFadeTicks
boolean (LivingEntity, int): a, applyEffectTick, method_5572, applyUpdateEffect, m_294194_
void (LivingEntity, int): c, onEffectAdded, method_58620, playApplySound, m_325074_
void (LivingEntity, int): b, onEffectAdded, method_58620, playApplySound
void (LivingEntity, int, Entity$RemovalReason): a, onMobRemoved, method_58617, onEntityRemoval, m_319157_
void (LivingEntity, int, DamageSource, float): a, onMobHurt, method_58614, onEntityDamage, m_6742_
MobEffect (int): a, setBlendDuration, method_55649, fadeTicks, m_321800_
MobEffect (int): a, setBlendDuration, method_55649, fadeTicks
void (int, BiConsumer<Holder<Attribute>, AttributeModifier>): a, createModifiers, method_55650, forEachAttributeModifier, m_320407_
void (int, BiConsumer<Holder<Attribute>, AttributeModifier>): a, createModifiers, method_55650, forEachAttributeModifier
ParticleOptions (MobEffectInstance): a, createParticleOptions, method_58146, createParticle, m_321363_
ParticleOptions (MobEffectInstance): a, createParticleOptions, method_58146, createParticle
MobEffect (SoundEvent): a, withSoundOnAdded, method_58616, applySound, m_320304_
MobEffect (SoundEvent): a, withSoundOnAdded, method_58616, applySound
MobEffect (FeatureFlag...): a, requiredFeatures, method_58619, requires, m_320974_
MobEffect (FeatureFlag...): a, requiredFeatures, method_58619, requires
FeatureFlagSet (): i, requiredFeatures, method_45322, getRequiredFeatures, m_245183_
FeatureFlagSet (): i, requiredFeatures, method_45322, getRequiredFeatures
MobEffect (Holder<Attribute>, ResourceLocation, double, AttributeModifier$Operation): a, addAttributeModifier, method_5566, addAttributeModifier, m_19472_
MobEffect (Holder<Attribute>, ResourceLocation, double, AttributeModifier$Operation): a, addAttributeModifier, method_5566, addAttributeModifier
boolean (ServerLevel, LivingEntity, int): a, applyEffectTick, method_5572, applyUpdateEffect
void (ServerLevel, Entity, Entity, LivingEntity, int, double): a, applyInstantenousEffect, method_5564, applyInstantEffect
void (ServerLevel, LivingEntity, int, Entity$RemovalReason): a, onMobRemoved, method_58617, onEntityRemoval
void (ServerLevel, LivingEntity, int, DamageSource, float): a, onMobHurt, method_58614, onEntityDamage
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
bsc
brx
Fields
Map<Holder<Attribute>, MobEffect$AttributeTemplate>: b, attributeModifiers, field_5885, attributeModifiers, f_19446_
Map<Holder<Attribute>, MobEffect$AttributeTemplate>: d, attributeModifiers, field_5885, attributeModifiers, f_19446_
int: d, color, field_5886, color, f_19448_
int: f, color, field_5886, color, f_19448_
String: f, descriptionId, field_5883, translationKey, f_19449_
String: h, descriptionId, field_5883, translationKey, f_19449_
MobEffectCategory: c, category, field_18270, category, f_19447_
MobEffectCategory: e, category, field_18270, category, f_19447_
int: a, AMBIENT_ALPHA, field_49789, AMBIENT_PARTICLE_ALPHA, f_314568_
int: c, AMBIENT_ALPHA, field_49789, AMBIENT_PARTICLE_ALPHA, f_314568_
Function<MobEffectInstance, ParticleOptions>: e, particleFactory, field_49790, particleFactory, f_314870_
Function<MobEffectInstance, ParticleOptions>: g, particleFactory, field_49790, particleFactory, f_314870_
int: g, blendDurationTicks, field_47738, fadeTicks, f_315239_
int: i, blendDurationTicks, field_47738, fadeTicks, f_315239_
Optional<SoundEvent>: h, soundOnAdded, field_50114, applySound, f_316316_
Optional<SoundEvent>: j, soundOnAdded, field_50114, applySound, f_316316_
FeatureFlagSet: i, requiredFeatures, field_50115, requiredFeatures, f_316645_
FeatureFlagSet: k, requiredFeatures, field_50115, requiredFeatures, f_316645_
com.mojang.serialization.Codec<Holder<MobEffect>>: a, CODEC, field_51933, ENTRY_CODEC, f_337486_
StreamCodec<RegistryFriendlyByteBuf, Holder<MobEffect>>: b, STREAM_CODEC, field_51934, ENTRY_PACKET_CODEC, f_336968_
Constructors
Methods
MobEffect (Holder<Attribute>, String, double, AttributeModifier$Operation): a, addAttributeModifier, method_5566, addAttributeModifier, m_19472_
MobEffect (Holder<Attribute>, ResourceLocation, double, AttributeModifier$Operation): a, addAttributeModifier, method_5566, addAttributeModifier, m_19472_
1.20.6
Names
blg
bsc
Fields
Map<Attribute, AttributeModifierTemplate>: a, attributeModifiers, field_5885, attributeModifiers, f_19446_
Map<Holder<Attribute>, MobEffect$AttributeTemplate>: b, attributeModifiers, field_5885, attributeModifiers, f_19446_
int: c, color, field_5886, color, f_19448_
int: d, color, field_5886, color, f_19448_
String: d, descriptionId, field_5883, translationKey, f_19449_
String: f, descriptionId, field_5883, translationKey, f_19449_
MobEffectCategory: b, category, field_18270, category, f_19447_
MobEffectCategory: c, category, field_18270, category, f_19447_
Supplier<MobEffectInstance$FactorData>: e, factorDataFactory, field_38083, factorCalculationDataSupplier, f_216878_
Holder$Reference<MobEffect>: f, builtInRegistryHolder, field_45729, registryEntry, f_290719_
int: a, AMBIENT_ALPHA, field_49789, AMBIENT_PARTICLE_ALPHA, f_314568_
Function<MobEffectInstance, ParticleOptions>: e, particleFactory, field_49790, particleFactory, f_314870_
int: g, blendDurationTicks, field_47738, fadeTicks, f_315239_
Optional<SoundEvent>: h, soundOnAdded, field_50114, applySound, f_316316_
FeatureFlagSet: i, requiredFeatures, field_50115, requiredFeatures, f_316645_
Constructors
(MobEffectCategory, int, ParticleOptions)
Methods
void (LivingEntity, int): a, applyEffectTick, method_5572, applyUpdateEffect, m_6742_
Map<Attribute, AttributeModifierTemplate> (): h, getAttributeModifiers, method_5565, getAttributeModifiers, m_19485_
boolean (): i, isBeneficial, method_5573, isBeneficial, m_19486_
boolean (): h, isBeneficial, method_5573, isBeneficial, m_19486_
MobEffect (Attribute, String, double, AttributeModifier$Operation): a, addAttributeModifier, method_5566, addAttributeModifier, m_19472_
Optional<MobEffectInstance$FactorData> (): b, createFactorData, method_42127, getFactorCalculationDataSupplier, m_216881_
MobEffect (Supplier<MobEffectInstance$FactorData>): a, setFactorDataFactory, method_42126, setFactorCalculationDataSupplier, m_216879_
Holder$Reference<MobEffect> (): j, builtInRegistryHolder, method_53123, getRegistryEntry, m_295099_
int (): b, getBlendDurationTicks, method_55652, getFadeTicks, m_323916_
boolean (LivingEntity, int): a, applyEffectTick, method_5572, applyUpdateEffect, m_294194_
void (LivingEntity, int): c, onEffectAdded, method_58620, playApplySound, m_325074_
void (LivingEntity, int, Entity$RemovalReason): a, onMobRemoved, method_58617, onEntityRemoval, m_319157_
void (LivingEntity, int, DamageSource, float): a, onMobHurt, method_58614, onEntityDamage, m_6742_
MobEffect (Holder<Attribute>, String, double, AttributeModifier$Operation): a, addAttributeModifier, method_5566, addAttributeModifier, m_19472_
MobEffect (int): a, setBlendDuration, method_55649, fadeTicks, m_321800_
void (int, BiConsumer<Holder<Attribute>, AttributeModifier>): a, createModifiers, method_55650, forEachAttributeModifier, m_320407_
ParticleOptions (MobEffectInstance): a, createParticleOptions, method_58146, createParticle, m_321363_
MobEffect (SoundEvent): a, withSoundOnAdded, method_58616, applySound, m_320304_
MobEffect (FeatureFlag...): a, requiredFeatures, method_58619, requires, m_320974_
FeatureFlagSet (): i, requiredFeatures, method_45322, getRequiredFeatures, m_245183_
1.20.4
Names
bib
blg
Fields
Constructors
Methods
1.20.2
Names
bey
bib
Fields
Holder$Reference<MobEffect>: f, builtInRegistryHolder, field_45729, registryEntry, f_290719_
Constructors
Methods
boolean (int, int): a, isDurationEffectTick, method_5552, canApplyUpdateEffect, m_6584_
boolean (int, int): a, shouldApplyEffectTickThisTick, method_5552, canApplyUpdateEffect, m_19443_
void (LivingEntity, AttributeMap, int): a, removeAttributeModifiers, method_5562, onRemoved, m_6386_
void (LivingEntity, AttributeMap, int): b, addAttributeModifiers, method_5555, onApplied, m_6385_
double (int, AttributeModifier): a, getAttributeModifierValue, method_5563, adjustModifierAmount, m_7048_
MobEffect (int): a, byId, method_5569, byRawId, m_19453_
int (MobEffect): a, getId, method_5554, getRawId, m_19459_
int (MobEffect): b, getIdFromNullable, method_43257, getRawIdNullable, m_216882_
void (LivingEntity, int): b, onEffectStarted, method_52520, onApplied, m_292868_
void (AttributeMap): a, removeAttributeModifiers, method_5562, onRemoved, m_6386_
void (AttributeMap, int): a, addAttributeModifiers, method_5555, onApplied, m_6385_
Holder$Reference<MobEffect> (): j, builtInRegistryHolder, method_53123, getRegistryEntry, m_295099_
1.20.1
Names
bew
bey
Fields
Constructors
Methods
1.19.4
Names
bdi
bew
Fields
Constructors
Methods
1.19.3
Names
bbe
bdi
Fields
Constructors
Methods
int (MobEffect): b, getIdFromNullable, method_43257, method_43257, m_216882_
int (MobEffect): b, getIdFromNullable, method_43257, getRawIdNullable, m_216882_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
bah
bbe
Fields
Constructors
Methods
1.19
Names
axc
bah
Fields
Supplier<MobEffectInstance$FactorData>: e, factorDataFactory, field_38083, factorCalculationDataSupplier, f_216878_
Constructors
Methods
String (): c, getDescriptionId, method_5567, getTranslationKey, m_19481_
String (): d, getDescriptionId, method_5567, getTranslationKey, m_19481_
int (): f, getColor, method_5556, getColor, m_19484_
int (): g, getColor, method_5556, getColor, m_19484_
Map<Attribute, AttributeModifier> (): g, getAttributeModifiers, method_5565, getAttributeModifiers, m_19485_
Map<Attribute, AttributeModifier> (): h, getAttributeModifiers, method_5565, getAttributeModifiers, m_19485_
boolean (): h, isBeneficial, method_5573, isBeneficial, m_19486_
boolean (): i, isBeneficial, method_5573, isBeneficial, m_19486_
String (): b, getOrCreateDescriptionId, method_5559, loadTranslationKey, m_19477_
String (): c, getOrCreateDescriptionId, method_5559, loadTranslationKey, m_19477_
Component (): d, getDisplayName, method_5560, getName, m_19482_
Component (): e, getDisplayName, method_5560, getName, m_19482_
MobEffectCategory (): e, getCategory, method_18792, getCategory, m_19483_
MobEffectCategory (): f, getCategory, method_18792, getCategory, m_19483_
int (MobEffect): b, getIdFromNullable, method_43257, method_43257, m_216882_
Optional<MobEffectInstance$FactorData> (): b, createFactorData, method_42127, getFactorCalculationDataSupplier, m_216881_
MobEffect (Supplier<MobEffectInstance$FactorData>): a, setFactorDataFactory, method_42126, setFactorCalculationDataSupplier, m_216879_
1.18.2
Names
awl
axc
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
asy
awl
Fields
Constructors
Methods
void (LivingEntity, int): a, applyEffectTick, method_5572, applyUpdateEffect, m_6742_, tick
void (LivingEntity, int): a, applyEffectTick, method_5572, applyUpdateEffect, m_6742_
void (Entity, Entity, LivingEntity, int, double): a, applyInstantenousEffect, method_5564, applyInstantEffect, m_19461_, applyInstantEffect
void (Entity, Entity, LivingEntity, int, double): a, applyInstantenousEffect, method_5564, applyInstantEffect, m_19461_
boolean (): a, isInstantenous, method_5561, isInstant, m_8093_, isInstant
boolean (): a, isInstantenous, method_5561, isInstant, m_8093_
int (): f, getColor, method_5556, getColor, m_19484_, getColor
int (): f, getColor, method_5556, getColor, m_19484_
MobEffect (int): a, byId, method_5569, byRawId, m_19453_, fromId
MobEffect (int): a, byId, method_5569, byRawId, m_19453_
int (MobEffect): a, getId, method_5554, getRawId, m_19459_, getId
int (MobEffect): a, getId, method_5554, getRawId, m_19459_
1.17.1
Names
asx
asy
Fields
MobEffectCategory: b, category, field_18270, type, f_19447_
MobEffectCategory: b, category, field_18270, category, f_19447_
Constructors
Methods
MobEffectCategory (): e, getCategory, method_18792, getType, m_19483_
MobEffectCategory (): e, getCategory, method_18792, getCategory, m_19483_
1.17
Names
aps
asx
net.minecraft.potion.Effect
net.minecraft.src.C_496_
net.minecraft.server.v1_16_R3.MobEffectList
net.minecraft.world.effect.MobEffectList
Fields
Map<Attribute, AttributeModifier>: a, attributeModifiers, field_5885, attributeModifiers, field_111188_I
Map<Attribute, AttributeModifier>: a, attributeModifiers, field_5885, attributeModifiers, f_19446_
int: c, color, field_5886, color, field_76414_N
int: c, color, field_5886, color, f_19448_
String: d, descriptionId, field_5883, translationKey, field_76416_I
String: d, descriptionId, field_5883, translationKey, f_19449_
MobEffectCategory: b, category, field_18270, type, field_220305_b
MobEffectCategory: b, category, field_18270, type, f_19447_
Constructors
Methods
void (LivingEntity, int): a, applyEffectTick, method_5572, applyUpdateEffect, func_76394_a, tick
void (LivingEntity, int): a, applyEffectTick, method_5572, applyUpdateEffect, m_6742_, tick
void (Entity, Entity, LivingEntity, int, double): a, applyInstantenousEffect, method_5564, applyInstantEffect, func_180793_a, applyInstantEffect
void (Entity, Entity, LivingEntity, int, double): a, applyInstantenousEffect, method_5564, applyInstantEffect, m_19461_, applyInstantEffect
boolean (): a, isInstantenous, method_5561, isInstant, func_76403_b, isInstant
boolean (): a, isInstantenous, method_5561, isInstant, m_8093_, isInstant
boolean (int, int): a, isDurationEffectTick, method_5552, canApplyUpdateEffect, func_76397_a
boolean (int, int): a, isDurationEffectTick, method_5552, canApplyUpdateEffect, m_6584_
String (): c, getDescriptionId, method_5567, getTranslationKey, func_76393_a
String (): c, getDescriptionId, method_5567, getTranslationKey, m_19481_
int (): f, getColor, method_5556, getColor, func_76401_j, getColor
int (): f, getColor, method_5556, getColor, m_19484_, getColor
void (LivingEntity, AttributeMap, int): a, removeAttributeModifiers, method_5562, onRemoved, func_111187_a
void (LivingEntity, AttributeMap, int): a, removeAttributeModifiers, method_5562, onRemoved, m_6386_
void (LivingEntity, AttributeMap, int): b, addAttributeModifiers, method_5555, onApplied, func_111185_a
void (LivingEntity, AttributeMap, int): b, addAttributeModifiers, method_5555, onApplied, m_6385_
double (int, AttributeModifier): a, getAttributeModifierValue, method_5563, adjustModifierAmount, func_111183_a
double (int, AttributeModifier): a, getAttributeModifierValue, method_5563, adjustModifierAmount, m_7048_
Map<Attribute, AttributeModifier> (): g, getAttributeModifiers, method_5565, getAttributeModifiers, func_111186_k
Map<Attribute, AttributeModifier> (): g, getAttributeModifiers, method_5565, getAttributeModifiers, m_19485_
MobEffect (int): a, byId, method_5569, byRawId, func_188412_a, fromId
MobEffect (int): a, byId, method_5569, byRawId, m_19453_, fromId
int (MobEffect): a, getId, method_5554, getRawId, func_188409_a, getId
int (MobEffect): a, getId, method_5554, getRawId, m_19459_, getId
boolean (): h, isBeneficial, method_5573, isBeneficial, func_188408_i
boolean (): h, isBeneficial, method_5573, isBeneficial, m_19486_
String (): b, getOrCreateDescriptionId, method_5559, loadTranslationKey, func_210758_b
String (): b, getOrCreateDescriptionId, method_5559, loadTranslationKey, m_19477_
Component (): d, getDisplayName, method_5560, getName, func_199286_c
Component (): d, getDisplayName, method_5560, getName, m_19482_
MobEffect (Attribute, String, double, AttributeModifier$Operation): a, addAttributeModifier, method_5566, addAttributeModifier, func_220304_a
MobEffect (Attribute, String, double, AttributeModifier$Operation): a, addAttributeModifier, method_5566, addAttributeModifier, m_19472_
MobEffectCategory (): e, getCategory, method_18792, getType, func_220303_e
MobEffectCategory (): e, getCategory, method_18792, getType, m_19483_
1.16.5
Names
Fields
Constructors
Methods
1.16.4
Names
app
aps
net.minecraft.server.v1_16_R2.MobEffectList
net.minecraft.server.v1_16_R3.MobEffectList
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
aoe
app
net.minecraft.server.v1_16_R1.MobEffectList
net.minecraft.server.v1_16_R2.MobEffectList
Fields
Constructors
Methods
1.16.1
Names
aki
aoe
net.minecraft.server.v1_15_R1.MobEffectList
net.minecraft.server.v1_16_R1.MobEffectList
Fields
Constructors
Methods
1.15.2
Names
akf
aki
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
double (int, AttributeModifier): a, getAttributeModifierValue, method_5563, func_111183_a
double (int, AttributeModifier): a, getAttributeModifierValue, method_5563, adjustModifierAmount, func_111183_a
boolean (): h, isBeneficial, method_5573, func_188408_i
boolean (): h, isBeneficial, method_5573, isBeneficial, func_188408_i
1.15
Names
aig
akf
net.minecraft.server.v1_14_R1.MobEffectList
net.minecraft.server.v1_15_R1.MobEffectList
Fields
Constructors
Methods
void (LivingEntity, BaseAttributeMap, int): a, removeAttributeModifiers, method_5562, func_111187_a
void (LivingEntity, BaseAttributeMap, int): a, removeAttributeModifiers, method_5562, onRemoved, func_111187_a
void (LivingEntity, BaseAttributeMap, int): b, addAttributeModifiers, method_5555, func_111185_a
void (LivingEntity, BaseAttributeMap, int): b, addAttributeModifiers, method_5555, onApplied, func_111185_a
String (): b, getOrCreateDescriptionId, method_5559, func_210758_b
String (): b, getOrCreateDescriptionId, method_5559, loadTranslationKey, func_210758_b
Component (): d, getDisplayName, method_5560, func_199286_c
Component (): d, getDisplayName, method_5560, getName, func_199286_c
1.14.4
Names
aid
aig
net.minecraft.world.effect.MobEffect
Fields
Map<IAttribute, AttributeModifier>: a, field_5885, attributeModifiers, field_111188_I
Map<Attribute, AttributeModifier>: a, attributeModifiers, field_5885, attributeModifiers, field_111188_I
int: c, field_5886, color, field_76414_N
int: c, color, field_5886, color, field_76414_N
String: d, field_5883, translationKey, field_76416_I
String: d, descriptionId, field_5883, translationKey, field_76416_I
MobEffectInfo: b, field_18270, type, field_220305_b
MobEffectCategory: b, category, field_18270, type, field_220305_b
Constructors
Methods
void (EntityLiving, int): a, method_5572, applyUpdateEffect, func_76394_a, tick
void (LivingEntity, int): a, applyEffectTick, method_5572, applyUpdateEffect, func_76394_a, tick
void (Entity, Entity, EntityLiving, int, double): a, method_5564, applyInstantEffect, func_180793_a, applyInstantEffect
void (Entity, Entity, LivingEntity, int, double): a, applyInstantenousEffect, method_5564, applyInstantEffect, func_180793_a, applyInstantEffect
boolean (): a, method_5561, isInstant, func_76403_b, isInstant
boolean (): a, isInstantenous, method_5561, isInstant, func_76403_b, isInstant
boolean (int, int): a, method_5552, canApplyUpdateEffect, func_76397_a
boolean (int, int): a, isDurationEffectTick, method_5552, canApplyUpdateEffect, func_76397_a
String (): c, method_5567, getTranslationKey, func_76393_a
String (): c, getDescriptionId, method_5567, getTranslationKey, func_76393_a
int (): f, method_5556, getColor, func_76401_j, getColor
int (): f, getColor, method_5556, getColor, func_76401_j, getColor
void (EntityLiving, AttributeMapBase, int): a, method_5562, method_5562, func_111187_a
void (LivingEntity, BaseAttributeMap, int): a, removeAttributeModifiers, method_5562, func_111187_a
void (EntityLiving, AttributeMapBase, int): b, method_5555, method_5555, func_111185_a
void (LivingEntity, BaseAttributeMap, int): b, addAttributeModifiers, method_5555, func_111185_a
double (int, AttributeModifier): a, method_5563, method_5563, func_111183_a
double (int, AttributeModifier): a, getAttributeModifierValue, method_5563, func_111183_a
Map<IAttribute, AttributeModifier> (): g, method_5565, getAttributeModifiers, func_111186_k
Map<Attribute, AttributeModifier> (): g, getAttributeModifiers, method_5565, getAttributeModifiers, func_111186_k
MobEffectList (int): a, method_5569, byRawId, func_188412_a, fromId
MobEffect (int): a, byId, method_5569, byRawId, func_188412_a, fromId
int (MobEffectList): a, method_5554, getRawId, func_188409_a, getId
int (MobEffect): a, getId, method_5554, getRawId, func_188409_a, getId
boolean (): h, method_5573, method_5573, func_188408_i
boolean (): h, isBeneficial, method_5573, func_188408_i
String (): b, method_5559, method_5559, func_210758_b
String (): b, getOrCreateDescriptionId, method_5559, func_210758_b
IChatBaseComponent (): d, method_5560, method_5560, func_199286_c
Component (): d, getDisplayName, method_5560, func_199286_c
MobEffectList (IAttribute, String, double, AttributeModifier$Operation): a, method_5566, addAttributeModifier, func_220304_a
MobEffect (Attribute, String, double, AttributeModifier$Operation): a, addAttributeModifier, method_5566, addAttributeModifier, func_220304_a
MobEffectInfo (): e, method_18792, getType, func_220303_e
MobEffectCategory (): e, getCategory, method_18792, getType, func_220303_e
1.14.3
Names
aia
aid
net.minecraft.entity.effect.StatusEffect
Fields
Map<IAttribute, AttributeModifier>: a, field_5885, field_111188_I
Map<IAttribute, AttributeModifier>: a, field_5885, attributeModifiers, field_111188_I
int: c, field_5886, field_76414_N
int: c, field_5886, color, field_76414_N
String: d, field_5883, field_76416_I
String: d, field_5883, translationKey, field_76416_I
MobEffectInfo: b, field_18270, field_220305_b
MobEffectInfo: b, field_18270, type, field_220305_b
Constructors
Methods
void (EntityLiving, int): a, method_5572, func_76394_a, tick
void (EntityLiving, int): a, method_5572, applyUpdateEffect, func_76394_a, tick
void (Entity, Entity, EntityLiving, int, double): a, method_5564, func_180793_a, applyInstantEffect
void (Entity, Entity, EntityLiving, int, double): a, method_5564, applyInstantEffect, func_180793_a, applyInstantEffect
boolean (): a, method_5561, func_76403_b, isInstant
boolean (): a, method_5561, isInstant, func_76403_b, isInstant
boolean (int, int): a, method_5552, func_76397_a
boolean (int, int): a, method_5552, canApplyUpdateEffect, func_76397_a
String (): c, method_5567, func_76393_a
String (): c, method_5567, getTranslationKey, func_76393_a
int (): f, method_5556, func_76401_j, getColor
int (): f, method_5556, getColor, func_76401_j, getColor
void (EntityLiving, AttributeMapBase, int): a, method_5562, func_111187_a
void (EntityLiving, AttributeMapBase, int): a, method_5562, method_5562, func_111187_a
void (EntityLiving, AttributeMapBase, int): b, method_5555, func_111185_a
void (EntityLiving, AttributeMapBase, int): b, method_5555, method_5555, func_111185_a
double (int, AttributeModifier): a, method_5563, func_111183_a
double (int, AttributeModifier): a, method_5563, method_5563, func_111183_a
Map<IAttribute, AttributeModifier> (): g, method_5565, func_111186_k
Map<IAttribute, AttributeModifier> (): g, method_5565, getAttributeModifiers, func_111186_k
MobEffectList (int): a, method_5569, func_188412_a, fromId
MobEffectList (int): a, method_5569, byRawId, func_188412_a, fromId
int (MobEffectList): a, method_5554, func_188409_a, getId
int (MobEffectList): a, method_5554, getRawId, func_188409_a, getId
boolean (): h, method_5573, func_188408_i
boolean (): h, method_5573, method_5573, func_188408_i
String (): b, method_5559, func_210758_b
String (): b, method_5559, method_5559, func_210758_b
IChatBaseComponent (): d, method_5560, func_199286_c
IChatBaseComponent (): d, method_5560, method_5560, func_199286_c
MobEffectList (IAttribute, String, double, AttributeModifier$Operation): a, method_5566, func_220304_a
MobEffectList (IAttribute, String, double, AttributeModifier$Operation): a, method_5566, addAttributeModifier, func_220304_a
MobEffectInfo (): e, method_18792, func_220303_e
MobEffectInfo (): e, method_18792, getType, func_220303_e
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
ahx
aia
Fields
Constructors
Methods
1.14
Names
aej
ahx
net.minecraft.class_1291
net.minecraft.potion.Potion
net.minecraft.potion.Effect
net.minecraft.server.v1_13_R2.MobEffectList
net.minecraft.server.v1_14_R1.MobEffectList
Fields
Map<IAttribute, AttributeModifier>: a, field_111188_I
Map<IAttribute, AttributeModifier>: a, field_5885, field_111188_I
boolean: b, field_76418_K
int: c, field_76414_N
int: c, field_5886, field_76414_N
String: d, field_76416_I
String: d, field_5883, field_76416_I
int: e, field_76417_J
double: f, field_76412_L, durationModifier
boolean: g, field_188415_h
MobEffectInfo: b, field_18270, field_220305_b
Constructors
(boolean, int)
(MobEffectInfo, int)
Methods
MobEffectList (int, int): b, func_76399_b
void (EntityLiving, int): a, func_76394_a, tick
void (EntityLiving, int): a, method_5572, func_76394_a, tick
void (Entity, Entity, EntityLiving, int, double): a, func_180793_a, applyInstantEffect
void (Entity, Entity, EntityLiving, int, double): a, method_5564, func_180793_a, applyInstantEffect
boolean (): a, func_76403_b, isInstant
boolean (): a, method_5561, func_76403_b, isInstant
boolean (int, int): a, func_76397_a
boolean (int, int): a, method_5552, func_76397_a
String (): c, func_76393_a
String (): c, method_5567, func_76393_a
MobEffectList (double): a, func_76404_a
int (): i, func_76401_j, getColor
int (): f, method_5556, func_76401_j, getColor
MobEffectList (IAttribute, String, double, int): a, func_111184_a
void (EntityLiving, AttributeMapBase, int): a, func_111187_a
void (EntityLiving, AttributeMapBase, int): a, method_5562, func_111187_a
void (EntityLiving, AttributeMapBase, int): b, func_111185_a
void (EntityLiving, AttributeMapBase, int): b, method_5555, func_111185_a
double (int, AttributeModifier): a, func_111183_a
double (int, AttributeModifier): a, method_5563, func_111183_a
boolean (): e, func_76400_d
int (): f, func_76392_e
boolean (): g, func_76398_f
Map<IAttribute, AttributeModifier> (): j, func_111186_k
Map<IAttribute, AttributeModifier> (): g, method_5565, func_111186_k
MobEffectList (int): a, func_188412_a, fromId
MobEffectList (int): a, method_5569, func_188412_a, fromId
int (MobEffectList): a, func_188409_a, getId
int (MobEffectList): a, method_5554, func_188409_a, getId
MobEffectList (): l, func_188413_j
void (): m, func_188411_k
boolean (): k, func_188408_i
boolean (): h, method_5573, func_188408_i
String (): b, func_210758_b
String (): b, method_5559, func_210758_b
IChatBaseComponent (): d, func_199286_c
IChatBaseComponent (): d, method_5560, func_199286_c
void (int, String, MobEffectList): a, func_210759_a
MobEffectList (IAttribute, String, double, AttributeModifier$Operation): a, method_5566, func_220304_a
MobEffectInfo (): e, method_18792, func_220303_e
1.13.2
Names
Fields
Constructors
Methods
1.13.1
Names
aeg
aej
net.minecraft.server.v1_13_R1.MobEffectList
net.minecraft.server.v1_13_R2.MobEffectList
Fields
boolean: c, field_76418_K
boolean: b, field_76418_K
int: d, field_76414_N
int: c, field_76414_N
String: e, field_76416_I
String: d, field_76416_I
int: f, field_76417_J
int: e, field_76417_J
double: g, field_76412_L, durationModifier
double: f, field_76412_L, durationModifier
RegistryMaterials<MinecraftKey, MobEffectList>: b, field_188414_b, REGISTRY
boolean: h, field_188415_h
boolean: g, field_188415_h
Constructors
Methods
1.13
Names
uz
aeg
net.minecraft.server.v1_12_R1.MobEffectList
net.minecraft.server.v1_13_R1.MobEffectList
Fields
Constructors
Methods
MobEffectList (String): b, func_180142_b, getByName
boolean (): b, func_76403_b, isInstant
boolean (): a, func_76403_b, isInstant
MobEffectList (String): c, func_76390_b
String (): a, func_76393_a
String (): c, func_76393_a
int (): g, func_76401_j, getColor
int (): i, func_76401_j, getColor
boolean (): c, func_76400_d
boolean (): e, func_76400_d
int (): d, func_76392_e
int (): f, func_76392_e
boolean (): e, func_76398_f
boolean (): g, func_76398_f
Map<IAttribute, AttributeModifier> (): h, func_111186_k
Map<IAttribute, AttributeModifier> (): j, func_111186_k
MobEffectList (): j, func_188413_j
MobEffectList (): l, func_188413_j
void (): k, func_188411_k
void (): m, func_188411_k
String (MobEffect, float): a, func_188410_a
boolean (): i, func_188408_i
boolean (): k, func_188408_i
String (): b, func_210758_b
IChatBaseComponent (): d, func_199286_c
void (int, String, MobEffectList): a, func_210759_a
1.12.2
Names
Fields
Constructors
Methods
1.12.1
Names
ux
uz
Fields
Constructors
Methods
1.12
Names
sg
ux
net.minecraft.server.v1_11_R1.MobEffectList
net.minecraft.server.v1_12_R1.MobEffectList
Fields
Constructors
Methods
1.11.2
Names
Fields
Constructors
Methods
1.11.1
Names
sf
sg
Fields
Constructors
Methods
1.11
Names
rp
sf
net.minecraft.server.v1_10_R1.MobEffectList
net.minecraft.server.v1_11_R1.MobEffectList
Fields
Constructors
Methods
1.10.2
Names
Fields
Constructors
Methods
1.10
Names
rk
rp
net.minecraft.server.v1_9_R2.MobEffectList
net.minecraft.server.v1_10_R1.MobEffectList
Fields
Constructors
Methods
1.9.4
Names
net.minecraft.server.v1_9_R1.MobEffectList
net.minecraft.server.v1_9_R2.MobEffectList
Fields
Constructors
Methods
1.9.2
Names
Fields
Constructors
Methods
1.9
Names
pe
rk
net.minecraft.server.v1_8_R3.MobEffectList
net.minecraft.server.v1_9_R1.MobEffectList
Fields
MobEffectList[]: a, field_76425_a, byId
Map<MinecraftKey, MobEffectList>: I, field_180150_I
MobEffectList: b, field_180151_b
MobEffectList: c, field_76424_c, FASTER_MOVEMENT
MobEffectList: d, field_76421_d, SLOWER_MOVEMENT
MobEffectList: e, field_76422_e, FASTER_DIG
MobEffectList: f, field_76419_f, SLOWER_DIG
MobEffectList: g, field_76420_g, INCREASE_DAMAGE
MobEffectList: h, field_76432_h, HEAL
MobEffectList: i, field_76433_i, HARM
MobEffectList: j, field_76430_j, JUMP
MobEffectList: k, field_76431_k, CONFUSION
MobEffectList: l, field_76428_l, REGENERATION
MobEffectList: m, field_76429_m, RESISTANCE
MobEffectList: n, field_76426_n, FIRE_RESISTANCE
MobEffectList: o, field_76427_o, WATER_BREATHING
MobEffectList: p, field_76441_p, INVISIBILITY
MobEffectList: q, field_76440_q, BLINDNESS
MobEffectList: r, field_76439_r, NIGHT_VISION
MobEffectList: s, field_76438_s, HUNGER
MobEffectList: t, field_76437_t, WEAKNESS
MobEffectList: u, field_76436_u, POISON
MobEffectList: v, field_82731_v, WITHER
MobEffectList: w, field_180152_w, HEALTH_BOOST
MobEffectList: x, field_76444_x, ABSORBTION
MobEffectList: y, field_76443_y, SATURATION
MobEffectList: z, field_180153_z
MobEffectList: A, field_180147_A
MobEffectList: B, field_180148_B
MobEffectList: C, field_180149_C
MobEffectList: D, field_180143_D
MobEffectList: E, field_180144_E
MobEffectList: F, field_180145_F
MobEffectList: G, field_180146_G
int: H, field_76415_H, id
Map<IAttribute, AttributeModifier>: J, field_111188_I
Map<IAttribute, AttributeModifier>: a, field_111188_I
boolean: K, field_76418_K
boolean: c, field_76418_K
int: L, field_76414_N
int: d, field_76414_N
String: M, field_76416_I
String: e, field_76416_I
int: N, field_76417_J
int: f, field_76417_J
double: O, field_76412_L
double: g, field_76412_L, durationModifier
boolean: P, field_76413_M
RegistryMaterials<MinecraftKey, MobEffectList>: b, field_188414_b, REGISTRY
boolean: h, field_188415_h
Constructors
(int, MinecraftKey, boolean, int)
(boolean, int)
Methods
MobEffectList (String): b, func_180142_b
MobEffectList (String): b, func_180142_b, getByName
Set<MinecraftKey> (): c, func_181168_c
int (): d, func_76396_c, getId
double (): h, func_76388_g, getDurationModifier
boolean (): j, func_76395_i
int (): k, func_76401_j
int (): g, func_76401_j, getColor
boolean (): e, func_76400_d
boolean (): c, func_76400_d
int (): f, func_76392_e
int (): d, func_76392_e
boolean (): g, func_76398_f
boolean (): e, func_76398_f
String (MobEffect): a, func_76389_a
Map<IAttribute, AttributeModifier> (): l, func_111186_k
Map<IAttribute, AttributeModifier> (): h, func_111186_k
MobEffectList (int): a, func_188412_a, fromId
int (MobEffectList): a, func_188409_a, getId
MobEffectList (): j, func_188413_j
void (): k, func_188411_k
String (MobEffect, float): a, func_188410_a
boolean (): i, func_188408_i
1.8.8
Names
pe
net.minecraft.potion.Potion
net.minecraft.server.v1_8_R3.MobEffectList
Fields
MobEffectList[]: a, field_76425_a, byId
Map<MinecraftKey, MobEffectList>: I, field_180150_I
MobEffectList: b, field_180151_b
MobEffectList: c, field_76424_c, FASTER_MOVEMENT
MobEffectList: d, field_76421_d, SLOWER_MOVEMENT
MobEffectList: e, field_76422_e, FASTER_DIG
MobEffectList: f, field_76419_f, SLOWER_DIG
MobEffectList: g, field_76420_g, INCREASE_DAMAGE
MobEffectList: h, field_76432_h, HEAL
MobEffectList: i, field_76433_i, HARM
MobEffectList: j, field_76430_j, JUMP
MobEffectList: k, field_76431_k, CONFUSION
MobEffectList: l, field_76428_l, REGENERATION
MobEffectList: m, field_76429_m, RESISTANCE
MobEffectList: n, field_76426_n, FIRE_RESISTANCE
MobEffectList: o, field_76427_o, WATER_BREATHING
MobEffectList: p, field_76441_p, INVISIBILITY
MobEffectList: q, field_76440_q, BLINDNESS
MobEffectList: r, field_76439_r, NIGHT_VISION
MobEffectList: s, field_76438_s, HUNGER
MobEffectList: t, field_76437_t, WEAKNESS
MobEffectList: u, field_76436_u, POISON
MobEffectList: v, field_82731_v, WITHER
MobEffectList: w, field_180152_w, HEALTH_BOOST
MobEffectList: x, field_76444_x, ABSORBTION
MobEffectList: y, field_76443_y, SATURATION
MobEffectList: z, field_180153_z
MobEffectList: A, field_180147_A
MobEffectList: B, field_180148_B
MobEffectList: C, field_180149_C
MobEffectList: D, field_180143_D
MobEffectList: E, field_180144_E
MobEffectList: F, field_180145_F
MobEffectList: G, field_180146_G
int: H, field_76415_H, id
Map<IAttribute, AttributeModifier>: J, field_111188_I
boolean: K, field_76418_K
int: L, field_76414_N
String: M, field_76416_I
int: N, field_76417_J
double: O, field_76412_L
boolean: P, field_76413_M
Constructors
(int, MinecraftKey, boolean, int)
Methods
MobEffectList (String): b, func_180142_b
Set<MinecraftKey> (): c, func_181168_c
MobEffectList (int, int): b, func_76399_b
int (): d, func_76396_c, getId
void (EntityLiving, int): a, func_76394_a, tick
void (Entity, Entity, EntityLiving, int, double): a, func_180793_a, applyInstantEffect
boolean (): b, func_76403_b, isInstant
boolean (int, int): a, func_76397_a
MobEffectList (String): c, func_76390_b
String (): a, func_76393_a
MobEffectList (double): a, func_76404_a
double (): h, func_76388_g, getDurationModifier
boolean (): j, func_76395_i
int (): k, func_76401_j
MobEffectList (IAttribute, String, double, int): a, func_111184_a
void (EntityLiving, AttributeMapBase, int): a, func_111187_a
void (EntityLiving, AttributeMapBase, int): b, func_111185_a
double (int, AttributeModifier): a, func_111183_a
boolean (): e, func_76400_d
int (): f, func_76392_e
boolean (): g, func_76398_f
String (MobEffect): a, func_76389_a
Map<IAttribute, AttributeModifier> (): l, func_111186_k