Uses of Class
net.minecraft.world.gen.feature.Feature
Package
Description
-
Uses of Feature in net.minecraft.util.registry
Modifier and TypeFieldDescriptionRegistry.FEATURE
Deprecated.static final RegistryKey<Registry<Feature<?>>>
Registry.FEATURE_REGISTRY
-
Uses of Feature in net.minecraft.world.gen.feature
Modifier and TypeClassDescriptionclass
ConfiguredFeature<FC extends IFeatureConfig,
F extends Feature<FC>> Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
FlowersFeature<U extends IFeatureConfig>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionstatic final Feature<ProbabilityConfig>
Feature.BAMBOO
static final Feature<ColumnConfig>
Feature.BASALT_COLUMNS
static final Feature<NoFeatureConfig>
Feature.BASALT_PILLAR
static final Feature<BlockStateProvidingFeatureConfig>
Feature.BLOCK_PILE
static final Feature<NoFeatureConfig>
Feature.BLUE_ICE
static final Feature<NoFeatureConfig>
Feature.CHORUS_PLANT
static final Feature<NoFeatureConfig>
Feature.CORAL_CLAW
static final Feature<NoFeatureConfig>
Feature.CORAL_MUSHROOM
static final Feature<NoFeatureConfig>
Feature.CORAL_TREE
static final Feature<DecoratedFeatureConfig>
Feature.DECORATED
static final Feature<BasaltDeltasFeature>
Feature.DELTA_FEATURE
static final Feature<NoFeatureConfig>
Feature.DESERT_WELL
static final Feature<SphereReplaceConfig>
Feature.DISK
static final Feature<ReplaceBlockConfig>
Feature.EMERALD_ORE
static final Feature<EndGatewayConfig>
Feature.END_GATEWAY
static final Feature<NoFeatureConfig>
Feature.END_ISLAND
static final Feature<EndSpikeFeatureConfig>
Feature.END_SPIKE
final F
ConfiguredFeature.feature
static final Feature<FillLayerConfig>
Feature.FILL_LAYER
static final Feature<BlockStateFeatureConfig>
Feature.FOREST_ROCK
static final Feature<NoFeatureConfig>
Feature.FOSSIL
static final Feature<NoFeatureConfig>
Feature.FREEZE_TOP_LAYER
static final Feature<NoFeatureConfig>
Feature.GLOWSTONE_BLOB
static final Feature<BigMushroomFeatureConfig>
Feature.HUGE_BROWN_MUSHROOM
static final Feature<HugeFungusConfig>
Feature.HUGE_FUNGUS
static final Feature<BigMushroomFeatureConfig>
Feature.HUGE_RED_MUSHROOM
static final Feature<SphereReplaceConfig>
Feature.ICE_PATCH
static final Feature<NoFeatureConfig>
Feature.ICE_SPIKE
static final Feature<BlockStateFeatureConfig>
Feature.ICEBERG
static final Feature<NoFeatureConfig>
Feature.KELP
static final Feature<BlockStateFeatureConfig>
Feature.LAKE
static final Feature<NoFeatureConfig>
Feature.MONSTER_ROOM
static final Feature<BlockStateProvidingFeatureConfig>
Feature.NETHER_FOREST_VEGETATION
static final Feature<NoFeatureConfig>
Feature.NO_OP
static final Feature<OreFeatureConfig>
Feature.NO_SURFACE_ORE
static final Feature<OreFeatureConfig>
Feature.ORE
static final Feature<TwoFeatureChoiceConfig>
Feature.RANDOM_BOOLEAN_SELECTOR
static final Feature<BlockClusterFeatureConfig>
Feature.RANDOM_PATCH
static final Feature<MultipleRandomFeatureConfig>
Feature.RANDOM_SELECTOR
static final Feature<BlobReplacementConfig>
Feature.REPLACE_BLOBS
static final Feature<FeatureSpreadConfig>
Feature.SEA_PICKLE
static final Feature<BlockWithContextConfig>
Feature.SIMPLE_BLOCK
static final Feature<SingleRandomFeature>
Feature.SIMPLE_RANDOM_SELECTOR
static final Feature<LiquidsConfig>
Feature.SPRING
static final Feature<BaseTreeFeatureConfig>
Feature.TREE
static final Feature<NoFeatureConfig>
Feature.TWISTING_VINES
static final Feature<NoFeatureConfig>
Feature.VINES
static final Feature<NoFeatureConfig>
Feature.VOID_START_PLATFORM
static final Feature<NoFeatureConfig>
Feature.WEEPING_VINES
Modifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<ConfiguredFeature<FC,
Feature<FC>>> Feature.configuredCodec
Modifier and TypeMethodDescriptionprivate static <C extends IFeatureConfig,
F extends Feature<C>>
FModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ConfiguredFeature<FC,
Feature<FC>>> Feature.configuredCodec()
-
Uses of Feature in net.minecraft.world.gen.feature.structure
Modifier and TypeClassDescriptionclass
class
-
Uses of Feature in net.minecraftforge.debug.world
Modifier and TypeFieldDescriptionstatic final RegistryObject<Feature<NoFeatureConfig>>
WorldgenRegistryDesyncTest.dungeon
static final DeferredRegister<Feature<?>>
WorldgenRegistryDesyncTest.FEATURES
-
Uses of Feature in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic final IForgeRegistry<Feature<?>>
ForgeRegistries.FEATURES
static final RegistryKey<Registry<Feature<?>>>
ForgeRegistries.Keys.FEATURES
Modifier and TypeMethodDescriptionvoid
GameData.FeatureCallbacks.onClear
(IForgeRegistryInternal<Feature<?>> owner, RegistryManager stage) void
GameData.FeatureCallbacks.onCreate
(IForgeRegistryInternal<Feature<?>> owner, RegistryManager stage)