Uses of Class
net.risingworld.api.sounds.Sound
Packages that use Sound
-
Uses of Sound in net.risingworld.api.objects
Methods in net.risingworld.api.objects that return SoundModifier and TypeMethodDescriptionPlayer.playSound
(SoundAsset sound) Plays a custom 2D sound (i.e it can be heard everywhere, but only by this player).Player.playSound
(SoundAsset sound, boolean loop, float volume, float pitch, float minDistance, float maxDistance, Vector3f position) Plays a custom 3D sound at the given position.Player.playSound
(SoundAsset sound, boolean loop, float volume, float pitch, Vector3f position) Plays a custom 3D sound at the given position.Player.playSound
(SoundAsset sound, Vector3f position) Plays a custom 3D sound at the given position.Methods in net.risingworld.api.objects with parameters of type Sound