Interface Biome.Setter

All Known Subinterfaces:
UnitModifier
All Known Implementing Classes:
Chunk, DynamicChunk, LightingChunk
Enclosing interface:
Biome

public static interface Biome.Setter
  • Method Details

    • setBiome

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

      default void setBiome(@NotNull @NotNull net.minestom.server.coordinate.Point blockPosition, @NotNull DynamicRegistry.Key<Biome> biome)