Package org.moddingx.libx.sandbox
Class SandBox
java.lang.Object
org.moddingx.libx.sandbox.SandBox
SandBox is the LibX worldgen library.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Provides some more usefulDensityFunctions
density functions. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceKey
<net.minecraft.core.Registry<BiomeLayer>> TheBiomeLayer
registry.static final net.minecraft.resources.ResourceKey
<net.minecraft.core.Registry<BiomeSurface>> TheBiomeSurface
registry.static final net.minecraft.resources.ResourceKey
<net.minecraft.core.Registry<SurfaceRuleSet>> TheSurfaceRuleSet
registry.static final net.minecraft.resources.ResourceKey
<net.minecraft.core.Registry<PoolExtension>> ThePoolExtension
registry. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.level.levelgen.SurfaceRules.RuleSource
Gets a surface rule that leaves every block unchanged.
-
Field Details
-
SURFACE_RULE_SET
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<SurfaceRuleSet>> SURFACE_RULE_SETTheSurfaceRuleSet
registry. -
BIOME_SURFACE
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BiomeSurface>> BIOME_SURFACETheBiomeSurface
registry. -
BIOME_LAYER
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BiomeLayer>> BIOME_LAYERTheBiomeLayer
registry. -
TEMPLATE_POOL_EXTENSION
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<PoolExtension>> TEMPLATE_POOL_EXTENSIONThePoolExtension
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.
-