Uses of Enum Class
fr.hytale.loader.api.SoundCategory
Packages that use SoundCategory
-
Uses of SoundCategory in fr.hytale.loader.api
Subclasses with type arguments of type SoundCategory in fr.hytale.loader.apiMethods in fr.hytale.loader.api that return SoundCategoryModifier and TypeMethodDescriptionstatic SoundCategoryReturns the enum constant of this class with the specified name.static SoundCategory[]SoundCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.hytale.loader.api with parameters of type SoundCategoryModifier and TypeMethodDescriptionvoidPlayer.playSound(Location location, String sound, SoundCategory category, float volume, float pitch) Plays a sound to the player at a specific location.voidPlayer.playSound(String sound, SoundCategory category, float volume, float pitch) Plays a sound to the player (2D, no location).voidWorld.playSound(Location location, String sound, SoundCategory category, float volume, float pitch) Plays a sound at a specific location for all nearby players.