Class NorthstarFeatures

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

public class NorthstarFeatures extends Object
  • Field Details

    • FEATURES

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

      public static final net.minecraftforge.registries.RegistryObject<ArgyreFeature> NATURAL_ARGYRE
    • STONE_CLUSTER

      public static final net.minecraftforge.registries.RegistryObject<StoneClusterFeature> STONE_CLUSTER
    • STONE_COLUMN

      public static final net.minecraftforge.registries.RegistryObject<StoneColumnFeature> STONE_COLUMN
    • POINTED_STONE_CLUSTER

      public static final net.minecraftforge.registries.RegistryObject<PointedStoneClusterFeature> POINTED_STONE_CLUSTER
    • SPHERE

      public static final net.minecraftforge.registries.RegistryObject<SphereFeature> SPHERE
    • CRATER

      public static final net.minecraftforge.registries.RegistryObject<CraterFeature> CRATER
    • GLOWSTONE_BRANCH

      public static final net.minecraftforge.registries.RegistryObject<GlowstoneBranchFeature> GLOWSTONE_BRANCH
    • GIANT_SKELETON

      public static final net.minecraftforge.registries.RegistryObject<GiantSkeletonFeature> GIANT_SKELETON
    • STRUCTURE_FEATURE

      public static final net.minecraftforge.registries.RegistryObject<StructureFeature> STRUCTURE_FEATURE
    • BLOCK_PILE

      public static final net.minecraftforge.registries.RegistryObject<BlockPileFeature> BLOCK_PILE
    • SMALL_ROCK

      public static final net.minecraftforge.registries.RegistryObject<SmallRockFeature> SMALL_ROCK
    • WORM_NEST

      public static final net.minecraftforge.registries.RegistryObject<WormNestFeature> WORM_NEST
    • MARS_ROOTS

      public static final net.minecraftforge.registries.RegistryObject<MarsRootsFeature> MARS_ROOTS
    • MULTIFACE_GROWTH_CUSTOM

      public static final net.minecraftforge.registries.RegistryObject<MultifaceGrowthCustomFeature> MULTIFACE_GROWTH_CUSTOM
    • ROOF_VINES

      public static final net.minecraftforge.registries.RegistryObject<RoofVinesFeature> ROOF_VINES
    • MERCURY_CACTUS

      public static final net.minecraftforge.registries.RegistryObject<MercuryCactusFeature> MERCURY_CACTUS
    • MERCURY_LARGE_SHELVES

      public static final net.minecraftforge.registries.RegistryObject<MercuryShelvesFeature> MERCURY_LARGE_SHELVES
    • MERCURY_SMALL_SHELVES

      public static final net.minecraftforge.registries.RegistryObject<MercuryShelvesSmallFeature> MERCURY_SMALL_SHELVES
  • Constructor Details

    • NorthstarFeatures

      public NorthstarFeatures()
  • Method Details

    • register

      public static void register(net.minecraftforge.eventbus.api.IEventBus eventBus)