rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rebar
rebar
/
io.github.pylonmc.rebar.culling
/
PlayerCullingConfig
Player
Culling
Config
class
PlayerCullingConfig
(
var
updateInterval
:
Int
,
var
hiddenInterval
:
Int
,
var
visibleInterval
:
Int
,
var
alwaysShowRadius
:
Int
,
var
cullRadius
:
Int
,
var
maxOccludingCount
:
Int
)
(
source
)
Members
Constructors
Player
Culling
Config
Link copied to clipboard
constructor
(
updateInterval
:
Int
,
hiddenInterval
:
Int
,
visibleInterval
:
Int
,
alwaysShowRadius
:
Int
,
cullRadius
:
Int
,
maxOccludingCount
:
Int
)
Properties
always
Show
Radius
Link copied to clipboard
var
alwaysShowRadius
:
Int
cull
Radius
Link copied to clipboard
var
cullRadius
:
Int
hidden
Interval
Link copied to clipboard
var
hiddenInterval
:
Int
max
Occluding
Count
Link copied to clipboard
var
maxOccludingCount
:
Int
update
Interval
Link copied to clipboard
var
updateInterval
:
Int
visible
Interval
Link copied to clipboard
var
visibleInterval
:
Int
Functions
copy
Link copied to clipboard
fun
copy
(
)
:
PlayerCullingConfig
repair
Invalid
Link copied to clipboard
fun
repairInvalid
(
)
:
PlayerCullingConfig