Package net.minecraft.world.effect
Class OozingMobEffect
java.lang.Object
net.minecraft.world.effect.MobEffect
net.minecraft.world.effect.OozingMobEffect
- All Implemented Interfaces:
FeatureElement,IMobEffectExtension
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.effect.MobEffect
MobEffect.AttributeTemplate -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intstatic final intprivate final ToIntFunction<RandomSource> Fields inherited from interface net.minecraft.world.flag.FeatureElement
FILTERED_REGISTRIES -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOozingMobEffect(MobEffectCategory p_338567_, int p_338409_, ToIntFunction<RandomSource> p_338888_) -
Method Summary
Modifier and TypeMethodDescriptionprotected static intnumberOfSlimesToSpawn(int p_341016_, int p_341398_, int p_341405_) voidonMobRemoved(LivingEntity p_338339_, int p_338421_, Entity.RemovalReason p_338677_) private voidspawnSlimeOffspring(Level p_338724_, double p_338555_, double p_338811_, double p_338192_) Methods inherited from class net.minecraft.world.effect.MobEffect
addAttributeModifier, addAttributeModifiers, applyEffectTick, applyInstantenousEffect, createModifiers, createParticleOptions, getBlendDurationTicks, getCategory, getColor, getDescriptionId, getDisplayName, getEffectRendererInternal, getOrCreateDescriptionId, initializeClient, isBeneficial, isInstantenous, onEffectAdded, onEffectStarted, onMobHurt, removeAttributeModifiers, requiredFeatures, requiredFeatures, setBlendDuration, shouldApplyEffectTickThisTick, withSoundOnAddedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.flag.FeatureElement
isEnabledMethods inherited from interface net.neoforged.neoforge.common.extensions.IMobEffectExtension
fillEffectCures, getSortOrder
-
Field Details
-
RADIUS_TO_CHECK_SLIMES
private static final int RADIUS_TO_CHECK_SLIMES- See Also:
-
SLIME_SIZE
public static final int SLIME_SIZE- See Also:
-
spawnedCount
-
-
Constructor Details
-
OozingMobEffect
protected OozingMobEffect(MobEffectCategory p_338567_, int p_338409_, ToIntFunction<RandomSource> p_338888_)
-
-
Method Details
-
numberOfSlimesToSpawn
protected static int numberOfSlimesToSpawn(int p_341016_, int p_341398_, int p_341405_) -
onMobRemoved
- Overrides:
onMobRemovedin classMobEffect
-
spawnSlimeOffspring
private void spawnSlimeOffspring(Level p_338724_, double p_338555_, double p_338811_, double p_338192_)
-