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
Modifier and TypeFieldDescriptionprivate static final int
static final int
private final ToIntFunction
<RandomSource> Fields inherited from interface net.minecraft.world.flag.FeatureElement
FILTERED_REGISTRIES
-
Constructor Summary
ModifierConstructorDescriptionprotected
OozingMobEffect
(MobEffectCategory p_338567_, int p_338409_, ToIntFunction<RandomSource> p_338888_) -
Method Summary
Modifier and TypeMethodDescriptionprotected static int
numberOfSlimesToSpawn
(int p_341016_, int p_341398_, int p_341405_) void
onMobRemoved
(LivingEntity p_338339_, int p_338421_, Entity.RemovalReason p_338677_) private void
spawnSlimeOffspring
(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, withSoundOnAdded
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.flag.FeatureElement
isEnabled
Methods 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:
onMobRemoved
in classMobEffect
-
spawnSlimeOffspring
private void spawnSlimeOffspring(Level p_338724_, double p_338555_, double p_338811_, double p_338192_)
-