Interface LevelBiomeEdit
- All Known Implementing Classes:
LevelBiomeEdit.Add, LevelBiomeEdit.Replace
@AsOf("2.3.0")
public sealed interface LevelBiomeEdit
permits LevelBiomeEdit.Add, LevelBiomeEdit.Replace
Represents an edit to a dimension's biome distribution, either adding a biome at a climate point or replacing one biome with another.
- Since:
- 2.3.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordAdds a biome to a dimension.static final recordReplaces a biome in a dimension. -
Method Summary
-
Method Details
-
dimension
The key of the dimension to edit.- Returns:
- the dimension key.
- Since:
- 2.3.0
-