Class SandBox

java.lang.Object
org.moddingx.libx.sandbox.SandBox

public class SandBox extends Object
SandBox is the LibX worldgen library.
  • Field Details

    • SURFACE_RULE_SET

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<SurfaceRuleSet>> SURFACE_RULE_SET
      The SurfaceRuleSet registry.
    • BIOME_SURFACE

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BiomeSurface>> BIOME_SURFACE
      The BiomeSurface registry.
    • BIOME_LAYER

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BiomeLayer>> BIOME_LAYER
      The BiomeLayer registry.
    • TEMPLATE_POOL_EXTENSION

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<PoolExtension>> TEMPLATE_POOL_EXTENSION
      The PoolExtension registry.
  • Constructor Details

    • SandBox

      public SandBox()
  • Method Details

    • emptySurface

      public static net.minecraft.world.level.levelgen.SurfaceRules.RuleSource emptySurface()
      Gets a surface rule that leaves every block unchanged.