Class NorthstarFeatures

java.lang.Object
com.lightning.northstar.world.features.NorthstarFeatures

public class NorthstarFeatures extends Object
  • Field Details

    • FEATURES

      public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.Feature<?>> FEATURES
    • NATURAL_ARGYRE

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,ArgyreFeature> NATURAL_ARGYRE
    • STONE_CLUSTER

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,StoneClusterFeature> STONE_CLUSTER
    • STONE_COLUMN

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,StoneColumnFeature> STONE_COLUMN
    • POINTED_STONE_CLUSTER

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,PointedStoneClusterFeature> POINTED_STONE_CLUSTER
    • SPHERE

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,SphereFeature> SPHERE
    • CRATER

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,CraterFeature> CRATER
    • GLOWSTONE_BRANCH

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,GlowstoneBranchFeature> GLOWSTONE_BRANCH
    • GLOWSTONE_UPSIDE_DOWN_BRANCH

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,GlowstoneUpsideDownBranchFeature> GLOWSTONE_UPSIDE_DOWN_BRANCH
    • GLOWING_ORE

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,GlowingOreFeature> GLOWING_ORE
    • GIANT_SKELETON

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,GiantSkeletonFeature> GIANT_SKELETON
    • STRUCTURE_FEATURE

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,StructureFeature> STRUCTURE_FEATURE
    • BLOCK_PILE

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,BlockPileFeature> BLOCK_PILE
    • SMALL_ROCK

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,SmallRockFeature> SMALL_ROCK
    • WORM_NEST

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,WormNestFeature> WORM_NEST
    • MARS_ROOTS

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,MarsRootsFeature> MARS_ROOTS
    • MULTIFACE_GROWTH_CUSTOM

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,MultifaceGrowthCustomFeature> MULTIFACE_GROWTH_CUSTOM
    • ROOF_VINES

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,RoofVinesFeature> ROOF_VINES
    • MERCURY_CACTUS

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,MercuryCactusFeature> MERCURY_CACTUS
    • MERCURY_LARGE_SHELVES

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,MercuryShelvesFeature> MERCURY_LARGE_SHELVES
    • MERCURY_SMALL_SHELVES

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.levelgen.feature.Feature<?>,MercuryShelvesSmallFeature> MERCURY_SMALL_SHELVES
  • Constructor Details

    • NorthstarFeatures

      public NorthstarFeatures()
  • Method Details

    • register

      public static void register(net.neoforged.bus.api.IEventBus eventBus)