rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
rebar
rebar
/
io.github.pylonmc.rebar.block.base
/
RebarGroupCulledBlock
/
CullingGroup
Culling
Group
open
class
CullingGroup
(
val
id
:
String
,
val
blocks
:
MutableSet
<
RebarGroupCulledBlock
>
=
mutableSetOf()
)
(
source
)
Inheritors
EntityCullingGroup
Members
Constructors
Culling
Group
Link copied to clipboard
constructor
(
id
:
String
,
blocks
:
MutableSet
<
RebarGroupCulledBlock
>
=
mutableSetOf()
)
Properties
blocks
Link copied to clipboard
val
blocks
:
MutableSet
<
RebarGroupCulledBlock
>
id
Link copied to clipboard
val
id
:
String