surf-api
Toggle table of contents
1.21.4-2.1.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
surf-api
surf-api-bukkit-api
/
dev.slne.surf.surfapi.bukkit.api.visualizer.visualizer
/
SurfVisualizerArea
Surf
Visualizer
Area
interface
SurfVisualizerArea
:
SurfVisualizer
Members
Properties
corner
Locations
Link copied to clipboard
abstract
val
cornerLocations
:
@
Unmodifiable
ObjectSet
<
Location
>
uid
Link copied to clipboard
abstract
val
uid
:
UUID
viewers
Link copied to clipboard
abstract
val
viewers
:
@
Unmodifiable
ObjectSet
<
Player
>
Functions
add
Corner
Location
Link copied to clipboard
abstract
fun
addCornerLocation
(
location
:
Location
)
add
Viewer
Link copied to clipboard
abstract
fun
addViewer
(
player
:
Player
)
clear
Corner
Locations
Link copied to clipboard
abstract
fun
clearCornerLocations
(
)
clear
Viewers
Link copied to clipboard
abstract
fun
clearViewers
(
)
has
Viewers
Link copied to clipboard
abstract
fun
hasViewers
(
)
:
Boolean
is
Visualizing
Link copied to clipboard
abstract
fun
isVisualizing
(
)
:
Boolean
remove
Corner
Location
Link copied to clipboard
abstract
fun
removeCornerLocation
(
location
:
Location
)
remove
Viewer
Link copied to clipboard
abstract
fun
removeViewer
(
player
:
Player
)
start
Visualizing
Link copied to clipboard
abstract
fun
startVisualizing
(
)
:
Boolean
stop
Visualizing
Link copied to clipboard
abstract
fun
stopVisualizing
(
)
:
Boolean
update
Link copied to clipboard
abstract
fun
update
(
strategy
:
UpdateStrategy
=
UpdateStrategy.ALL
)
visible
To
Link copied to clipboard
abstract
fun
visibleTo
(
player
:
Player
)
:
Boolean