Uses of Enum
com.craftmend.openaudiomc.api.speakers.SpeakerType
Packages that use SpeakerType
Package
Description
The OpenAudioMc API
This package contains all the classes and interfaces that are related to the speaker system.
-
Uses of SpeakerType in com.craftmend.openaudiomc.api
Methods in com.craftmend.openaudiomc.api with parameters of type SpeakerTypeModifier and TypeMethodDescriptionvoid
WorldApi.registerVirtualSpeaker
(int x, int y, int z, @NotNull String world, @NotNull String media, SpeakerType speakerType, int radius, ExtraSpeakerOptions... extraOptions) Register a virtual speaker at a location. -
Uses of SpeakerType in com.craftmend.openaudiomc.api.speakers
Methods in com.craftmend.openaudiomc.api.speakers that return SpeakerTypeModifier and TypeMethodDescriptionBasicSpeaker.getSpeakerType()
Get the type of speaker (spatial audio, or static)static SpeakerType
Returns the enum constant of this type with the specified name.static SpeakerType[]
SpeakerType.values()
Returns an array containing the constants of this enum type, in the order they are declared.