Uses of Enum
com.craftmend.openaudiomc.api.speakers.ExtraSpeakerOptions
Packages that use ExtraSpeakerOptions
Package
Description
The OpenAudioMc API
This package contains all the classes and interfaces that are related to the speaker system.
-
Uses of ExtraSpeakerOptions in com.craftmend.openaudiomc.api
Methods in com.craftmend.openaudiomc.api with parameters of type ExtraSpeakerOptionsModifier 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 ExtraSpeakerOptions in com.craftmend.openaudiomc.api.speakers
Methods in com.craftmend.openaudiomc.api.speakers that return ExtraSpeakerOptionsModifier and TypeMethodDescriptionstatic ExtraSpeakerOptions
Returns the enum constant of this type with the specified name.static ExtraSpeakerOptions[]
ExtraSpeakerOptions.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.craftmend.openaudiomc.api.speakers that return types with arguments of type ExtraSpeakerOptionsModifier and TypeMethodDescription@NotNull Set<ExtraSpeakerOptions>
BasicSpeaker.getExtraOptions()
Get extra options for the speaker