Uses of Interface
com.craftmend.openaudiomc.api.speakers.BasicSpeaker
Package
Description
The OpenAudioMc API
This package contains all the classes and interfaces that are related to the speaker system.
-
Uses of BasicSpeaker in com.craftmend.openaudiomc.api
Modifier and TypeMethodDescription@Nullable BasicSpeaker
WorldApi.getSpeakerAt
(int x, int y, int z, @NotNull String world) Get a speaker at a location, or null if invalidModifier and TypeMethodDescriptionvoid
WorldApi.unregisterVirtualSpeaker
(@NotNull BasicSpeaker speaker) Unregister a virtual speaker (which has been registered by the api) -
Uses of BasicSpeaker in com.craftmend.openaudiomc.api.speakers
Modifier and TypeMethodDescriptionboolean
ExtraSpeakerOptions.isCompatibleWith
(BasicSpeaker speaker) boolean
ExtraSpeakerOptions.isEnabledFor
(BasicSpeaker speaker)