Interface DebugLevelSource

All Superinterfaces:
ChunkGenerator, Wrapper

@NullMarked @AsOf("3.0.0") public interface DebugLevelSource extends ChunkGenerator
Minecraft's debug level source.
Since:
3.0.0
  • Method Details

    • biome

      @AsOf("3.0.0") Biome biome()
      Holder biome.
      Returns:
      the holder biome.
      Since:
      3.0.0
    • of

      @AsOf("3.0.0") static DebugLevelSource of(Biome biome)
      Creates a new debug level source.
      Parameters:
      biome - the biome
      Returns:
      the debug level source
      Since:
      3.0.0