Class WorldGenerationContext

java.lang.Object
net.minecraft.world.level.levelgen.WorldGenerationContext
Direct Known Subclasses:
PlacementContext

public class WorldGenerationContext extends Object
  • Field Details

    • minY

      private final int minY
    • height

      private final int height
    • seaLevel

      private final int seaLevel
  • Constructor Details

  • Method Details

    • of

      public static WorldGenerationContext of(LevelAccessor level)
    • getMinGenY

      public int getMinGenY()
    • getGenDepth

      public int getGenDepth()
    • seaLevel

      public int seaLevel()