Interface Biome.Setter

All Known Subinterfaces:
UnitModifier
All Known Implementing Classes:
Chunk, DynamicChunk, GeneratorImpl.AreaModifierImpl, GeneratorImpl.SectionModifierImpl, LightingChunk
Enclosing interface:
Biome

public static interface Biome.Setter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setBiome(int x, int y, int z, @NotNull RegistryKey<Biome> biome)
     
    default void
    setBiome(@NotNull Point blockPosition, @NotNull RegistryKey<Biome> biome)
     
  • Method Details

    • setBiome

      void setBiome(int x, int y, int z, @NotNull @NotNull RegistryKey<Biome> biome)
    • setBiome

      default void setBiome(@NotNull @NotNull Point blockPosition, @NotNull @NotNull RegistryKey<Biome> biome)