Package net.minecraft.world.effect
Class OozingMobEffect
java.lang.Object
net.minecraft.world.effect.MobEffect
net.minecraft.world.effect.OozingMobEffect
- All Implemented Interfaces:
FeatureElement
,IForgeMobEffect
-
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_333140_, int p_332642_, ToIntFunction<RandomSource> p_334869_) -
Method Summary
Modifier and TypeMethodDescriptionprotected static int
numberOfSlimesToSpawn
(int p_329727_, int p_333663_, int p_333087_) void
onMobRemoved
(LivingEntity p_329549_, int p_329953_, Entity.RemovalReason p_332875_) private void
spawnSlimeOffspring
(Level p_335546_, double p_331630_, double p_328143_, double p_332724_) 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.minecraftforge.common.extensions.IForgeMobEffect
getCurativeItems, 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_333140_, int p_332642_, ToIntFunction<RandomSource> p_334869_)
-
-
Method Details
-
numberOfSlimesToSpawn
protected static int numberOfSlimesToSpawn(int p_329727_, int p_333663_, int p_333087_) -
onMobRemoved
- Overrides:
onMobRemoved
in classMobEffect
-
spawnSlimeOffspring
private void spawnSlimeOffspring(Level p_335546_, double p_331630_, double p_328143_, double p_332724_)
-