Package net.frozenblock.lib.sound.impl
Interface EntityLoopingFadingDistanceSoundInterface
- All Known Implementing Classes:
net.minecraft.world.entity.animal.AbstractFish,AbstractFishMixin,EntityMixin,net.minecraft.world.entity.LivingEntity,net.minecraft.world.entity.Mob,NoFlopAbstractFish,net.minecraft.world.entity.PathfinderMob,net.minecraft.world.entity.animal.WaterAnimal
@Internal
public interface EntityLoopingFadingDistanceSoundInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddFadingDistanceSound(net.minecraft.resources.ResourceLocation soundID, net.minecraft.resources.ResourceLocation sound2ID, net.minecraft.sounds.SoundSource category, float volume, float pitch, net.minecraft.resources.ResourceLocation restrictionId, boolean stopOnDeath, float fadeDist, float maxDist)
-
Method Details
-
getFadingSoundManager
MovingLoopingFadingDistanceSoundEntityManager getFadingSoundManager() -
addFadingDistanceSound
void addFadingDistanceSound(net.minecraft.resources.ResourceLocation soundID, net.minecraft.resources.ResourceLocation sound2ID, net.minecraft.sounds.SoundSource category, float volume, float pitch, net.minecraft.resources.ResourceLocation restrictionId, boolean stopOnDeath, float fadeDist, float maxDist)
-