Class NorthstarFeatures
java.lang.Object
com.lightning.northstar.content.world.NorthstarFeatures
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraftforge.registries.RegistryObject<BlockPileFeature>static final net.minecraftforge.registries.RegistryObject<CraterFeature>static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.Feature<?>>static final net.minecraftforge.registries.RegistryObject<GiantSkeletonFeature>static final net.minecraftforge.registries.RegistryObject<GlowstoneBranchFeature>static final net.minecraftforge.registries.RegistryObject<MarsRootsFeature>static final net.minecraftforge.registries.RegistryObject<MercuryCactusFeature>static final net.minecraftforge.registries.RegistryObject<MercuryShelvesFeature>static final net.minecraftforge.registries.RegistryObject<MercuryShelvesSmallFeature>static final net.minecraftforge.registries.RegistryObject<MultifaceGrowthCustomFeature>static final net.minecraftforge.registries.RegistryObject<ArgyreFeature>static final net.minecraftforge.registries.RegistryObject<PointedStoneClusterFeature>static final net.minecraftforge.registries.RegistryObject<RoofVinesFeature>static final net.minecraftforge.registries.RegistryObject<SmallRockFeature>static final net.minecraftforge.registries.RegistryObject<SphereFeature>static final net.minecraftforge.registries.RegistryObject<StoneClusterFeature>static final net.minecraftforge.registries.RegistryObject<StoneColumnFeature>static final net.minecraftforge.registries.RegistryObject<StructureFeature>static final net.minecraftforge.registries.RegistryObject<WormNestFeature> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(net.minecraftforge.eventbus.api.IEventBus eventBus)
-
Field Details
-
FEATURES
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.Feature<?>> FEATURES -
NATURAL_ARGYRE
-
STONE_CLUSTER
-
STONE_COLUMN
-
POINTED_STONE_CLUSTER
public static final net.minecraftforge.registries.RegistryObject<PointedStoneClusterFeature> POINTED_STONE_CLUSTER -
SPHERE
-
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
-
SMALL_ROCK
-
WORM_NEST
-
MARS_ROOTS
-
MULTIFACE_GROWTH_CUSTOM
public static final net.minecraftforge.registries.RegistryObject<MultifaceGrowthCustomFeature> MULTIFACE_GROWTH_CUSTOM -
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)
-