BiomeInjection

@ApiStatus.Internal
data class BiomeInjection(val biomes: Either<List<ResourceLocationOrTagKey<Biome>>, ResourceLocationOrTagKey<Biome>>, val features: List<HolderSet<PlacedFeature>>) : Record

Constructors

Link copied to clipboard
constructor(biomes: Either<List<ResourceLocationOrTagKey<Biome>>, ResourceLocationOrTagKey<Biome>>, features: List<HolderSet<PlacedFeature>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val features: List<HolderSet<PlacedFeature>>

Functions

Link copied to clipboard
fun resolveAffectedBiomes(registry: Registry<Biome>): Set<Biome>