Package dev.jaxydog.astral.mixin.client
Class SoundSystemMixin
java.lang.Object
dev.jaxydog.astral.mixin.client.SoundSystemMixin
Un-clamps the sounds played when receiving the right packet type.
- Since:
- 1.7.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract floatgetSoundVolume(@Nullable net.minecraft.sound.SoundCategory category) Returns the given category's sound volume.
-
Constructor Details
-
SoundSystemMixin
public SoundSystemMixin()
-
-
Method Details
-
getSoundVolume
protected abstract float getSoundVolume(@Nullable @Nullable net.minecraft.sound.SoundCategory category) Returns the given category's sound volume.- Parameters:
category- The sound category.- Returns:
- The volume.
- Since:
- 1.7.0
-