EntityCullingGroup

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())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String