Package net.minecraft.entity.effect
Class InfestedStatusEffect
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.InfestedStatusEffect
- All Implemented Interfaces:
- ToggleableFeature
- Mappings:
- Namespace - Name - named - net/minecraft/entity/effect/InfestedStatusEffect- intermediary - net/minecraft/class_9455- official - btn
- 
Field SummaryFieldsFields inherited from class net.minecraft.entity.effect.StatusEffectENTRY_CODEC, ENTRY_PACKET_CODECFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureFEATURE_ENABLED_REGISTRY_KEYS
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedInfestedStatusEffect(StatusEffectCategory category, int color, float silverfishChance, ToIntFunction<Random> silverfishCountFunction) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidonEntityDamage(ServerWorld world, LivingEntity entity, int amplifier, DamageSource source, float amount) private voidspawnSilverfish(ServerWorld world, LivingEntity entity, double x, double y, double z) Methods inherited from class net.minecraft.entity.effect.StatusEffectaddAttributeModifier, applyInstantEffect, applySound, applyUpdateEffect, canApplyUpdateEffect, createParticle, fadeTicks, forEachAttributeModifier, getCategory, getColor, getFadeTicks, getName, getRequiredFeatures, getTranslationKey, isBeneficial, isInstant, loadTranslationKey, onApplied, onApplied, onEntityRemoval, onRemoved, playApplySound, requiresMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureisEnabled
- 
Field Details- 
silverfishChanceprivate final float silverfishChance- Mappings:
- Namespace - Name - Mixin selector - named - silverfishChance- Lnet/minecraft/entity/effect/InfestedStatusEffect;silverfishChance:F- intermediary - field_50112- Lnet/minecraft/class_9455;field_50112:F- official - c- Lbtn;c:F
 
- 
silverfishCountFunction- Mappings:
- Namespace - Name - Mixin selector - named - silverfishCountFunction- Lnet/minecraft/entity/effect/InfestedStatusEffect;silverfishCountFunction:Ljava/util/function/ToIntFunction;- intermediary - field_50113- Lnet/minecraft/class_9455;field_50113:Ljava/util/function/ToIntFunction;- official - d- Lbtn;d:Ljava/util/function/ToIntFunction;
 
 
- 
- 
Constructor Details- 
InfestedStatusEffectprotected InfestedStatusEffect(StatusEffectCategory category, int color, float silverfishChance, ToIntFunction<Random> silverfishCountFunction) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/effect/InfestedStatusEffect;<init>(Lnet/minecraft/entity/effect/StatusEffectCategory;IFLjava/util/function/ToIntFunction;)V- intermediary - <init>- Lnet/minecraft/class_9455;<init>(Lnet/minecraft/class_4081;IFLjava/util/function/ToIntFunction;)V- official - <init>- Lbtn;<init>(Lbtq;IFLjava/util/function/ToIntFunction;)V
 
 
- 
- 
Method Details- 
onEntityDamagepublic void onEntityDamage(ServerWorld world, LivingEntity entity, int amplifier, DamageSource source, float amount) - Overrides:
- onEntityDamagein class- StatusEffect
- Mappings:
- Namespace - Name - Mixin selector - named - onEntityDamage- Lnet/minecraft/entity/effect/StatusEffect;onEntityDamage(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;ILnet/minecraft/entity/damage/DamageSource;F)V- intermediary - method_58614- Lnet/minecraft/class_1291;method_58614(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;ILnet/minecraft/class_1282;F)V- official - a- Lbtp;a(Lard;Lbvi;ILbtc;F)V
 
- 
spawnSilverfish- Mappings:
- Namespace - Name - Mixin selector - named - spawnSilverfish- Lnet/minecraft/entity/effect/InfestedStatusEffect;spawnSilverfish(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;DDD)V- intermediary - method_58615- Lnet/minecraft/class_9455;method_58615(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;DDD)V- official - a- Lbtn;a(Lard;Lbvi;DDD)V
 
 
-