Interface AttributedBiome
- 
public interface AttributedBiome 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAttributedBiome.Factory 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description BiomeAttributesattributes()RegistryReference<Biome>biome()static AttributedBiomeof(RegistryReference<Biome> biome, BiomeAttributes attributes) 
 - 
 
- 
- 
Method Detail
- 
of
static AttributedBiome of(RegistryReference<Biome> biome, BiomeAttributes attributes)
 
- 
biome
RegistryReference<Biome> biome()
 
- 
attributes
BiomeAttributes attributes()
 
 - 
 
 -