rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
rebar
rebar
/
io.github.pylonmc.rebar.culling
/
PlayerCullingJob
Player
Culling
Job
class
PlayerCullingJob
(
val
playerId
:
UUID
,
val
visible
:
MutableSet
<
RebarBlock
>
=
mutableSetOf()
,
var
tick
:
Int
=
0
)
(
source
)
Members
Constructors
Player
Culling
Job
Link copied to clipboard
constructor
(
playerId
:
UUID
,
visible
:
MutableSet
<
RebarBlock
>
=
mutableSetOf()
,
tick
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
job
Link copied to clipboard
val
job
:
suspend
CoroutineScope
.
(
)
->
Unit
player
Id
Link copied to clipboard
val
playerId
:
UUID
running
Link copied to clipboard
var
running
:
Boolean
tick
Link copied to clipboard
var
tick
:
Int
visible
Link copied to clipboard
val
visible
:
MutableSet
<
RebarBlock
>
Functions
run
Link copied to clipboard
suspend
fun
run
(
)