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
/
SurfVisualizer
Surf
Visualizer
interface
SurfVisualizer
Inheritors
SurfVisualizerArea
SurfVisualizerMultipleLocations
SurfVisualizerSingleLocation
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
uid
Link copied to clipboard
abstract
val
uid
:
UUID
viewers
Link copied to clipboard
abstract
val
viewers
:
@
Unmodifiable
ObjectSet
<
Player
>
Functions
add
Viewer
Link copied to clipboard
abstract
fun
addViewer
(
player
:
Player
)
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
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