Uses of Class
net.minecraft.world.gen.feature.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type FeatureModifier and TypeFieldDescriptionRegistry.FEATURE
Deprecated.static final RegistryKey<Registry<Feature<?>>>
Registry.FEATURE_REGISTRY
-
Uses of Feature in net.minecraft.world.gen.feature
Classes in net.minecraft.world.gen.feature with type parameters of type FeatureModifier and TypeClassDescriptionclass
ConfiguredFeature<FC extends IFeatureConfig,
F extends Feature<FC>> Subclasses of Feature in net.minecraft.world.gen.featureModifier 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
Fields in net.minecraft.world.gen.feature declared as FeatureModifier 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
Fields in net.minecraft.world.gen.feature with type parameters of type FeatureModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<ConfiguredFeature<FC,
Feature<FC>>> Feature.configuredCodec
Methods in net.minecraft.world.gen.feature with type parameters of type FeatureModifier and TypeMethodDescriptionprivate static <C extends IFeatureConfig,
F extends Feature<C>>
FMethods in net.minecraft.world.gen.feature that return types with arguments of type FeatureModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ConfiguredFeature<FC,
Feature<FC>>> Feature.configuredCodec()
-
Uses of Feature in net.minecraft.world.gen.feature.structure
Subclasses of Feature in net.minecraft.world.gen.feature.structureModifier and TypeClassDescriptionclass
class
-
Uses of Feature in net.minecraftforge.debug.world
Fields in net.minecraftforge.debug.world with type parameters of type FeatureModifier and TypeFieldDescriptionstatic final RegistryObject<Feature<NoFeatureConfig>>
WorldgenRegistryDesyncTest.dungeon
static final DeferredRegister<Feature<?>>
WorldgenRegistryDesyncTest.FEATURES
-
Uses of Feature in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type FeatureModifier and TypeFieldDescriptionstatic final IForgeRegistry<Feature<?>>
ForgeRegistries.FEATURES
static final RegistryKey<Registry<Feature<?>>>
ForgeRegistries.Keys.FEATURES
Method parameters in net.minecraftforge.registries with type arguments of type FeatureModifier and TypeMethodDescriptionvoid
GameData.FeatureCallbacks.onClear
(IForgeRegistryInternal<Feature<?>> owner, RegistryManager stage) void
GameData.FeatureCallbacks.onCreate
(IForgeRegistryInternal<Feature<?>> owner, RegistryManager stage)