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 ClassesNested 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 class net.minecraft.world.effect.MobEffect
CODEC, STREAM_CODECFields inherited from interface net.minecraft.world.flag.FeatureElement
FILTERED_REGISTRIES -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOozingMobEffect(MobEffectCategory p_333140_, int p_332642_, ToIntFunction<RandomSource> p_334869_) -
Method Summary
Modifier and TypeMethodDescriptionprotected static intnumberOfSlimesToSpawn(int p_329727_, OozingMobEffect.NearbySlimes p_343265_, int p_333663_) voidonMobRemoved(LivingEntity p_329549_, int p_329953_, Entity.RemovalReason p_332875_) private voidspawnSlimeOffspring(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, 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.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_, OozingMobEffect.NearbySlimes p_343265_, int p_333663_) -
onMobRemoved
- Overrides:
onMobRemovedin classMobEffect
-
spawnSlimeOffspring
private void spawnSlimeOffspring(Level p_335546_, double p_331630_, double p_328143_, double p_332724_)
-