Class SandBox

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

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

    • SURFACE_RULE_SET Link icon

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

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

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

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

    • SandBox Link icon

      public SandBox()
  • Method Details Link icon

    • emptySurface Link icon

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