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 classProvides some more usefulDensityFunctionsdensity functions. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BiomeLayer>> TheBiomeLayerregistry.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BiomeSurface>> TheBiomeSurfaceregistry.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<SurfaceRuleSet>> TheSurfaceRuleSetregistry.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<PoolExtension>> ThePoolExtensionregistry. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.level.levelgen.SurfaceRules.RuleSourceGets 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_SETTheSurfaceRuleSetregistry. -
BIOME_SURFACE
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BiomeSurface>> BIOME_SURFACETheBiomeSurfaceregistry. -
BIOME_LAYER
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BiomeLayer>> BIOME_LAYERTheBiomeLayerregistry. -
TEMPLATE_POOL_EXTENSION
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<PoolExtension>> TEMPLATE_POOL_EXTENSIONThePoolExtensionregistry.
-
-
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.
-