Entity Culling Group
class EntityCullingGroup(id: String, blocks: MutableSet<RebarGroupCulledBlock> = mutableSetOf(), val entityIds: MutableSet<UUID> = mutableSetOf()) : RebarGroupCulledBlock.CullingGroup(source)
Constructors
Link copied to clipboard
constructor(id: String, blocks: MutableSet<RebarGroupCulledBlock> = mutableSetOf(), entityIds: MutableSet<UUID> = mutableSetOf())