Package net.frozenblock.lib.sound.impl
Interface EntityLoopingSoundInterface
- 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 EntityLoopingSoundInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddSound(net.minecraft.resources.ResourceLocation soundID, net.minecraft.sounds.SoundSource category, float volume, float pitch, net.minecraft.resources.ResourceLocation restrictionId, boolean stopOnDeath)
-
Method Details
-
getSoundManager
MovingLoopingSoundEntityManager getSoundManager() -
addSound
void addSound(net.minecraft.resources.ResourceLocation soundID, net.minecraft.sounds.SoundSource category, float volume, float pitch, net.minecraft.resources.ResourceLocation restrictionId, boolean stopOnDeath)
-