Interface ClientCompatPlatform
- All Known Implementing Classes:
NeoForgeClientCompatPlatform
public interface ClientCompatPlatform
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.resources.sounds.SoundInstancemakeSound(Router router, String soundString, float volume, float pitch, float severity, float offset, long seed) default CompletableFuture<net.minecraft.client.sounds.AudioStream> makeSubstream(net.minecraft.client.resources.sounds.SoundInstance sound) modifyPosition(WorldlyPosition position) org.joml.QuaternionfmodifyRotation(WorldlyPosition position, org.joml.Quaternionf rotation)
-
Method Details
-
makeSubstream
default CompletableFuture<net.minecraft.client.sounds.AudioStream> makeSubstream(net.minecraft.client.resources.sounds.SoundInstance sound) -
makeSound
-
modifyPosition
-
modifyRotation
-