Interface AudioRegion
public interface AudioRegion
Represents a region that can play audio. Obtainable through
the world api
-
Method Details
-
getMedia
Get the media playing in this region- Returns:
- media
-
getRegionId
Get the region id- Returns:
- id
-
getWorld
Get the world this region is in, can be null if its legacy- Returns:
- world
-
getPriority
int getPriority()Get the priority of this region- Returns:
- priority
-