Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.TwistingVinesConfig
Packages that use TwistingVinesConfig
Package
Description
-
Uses of TwistingVinesConfig in net.minecraft.data.worldgen.features
Fields in net.minecraft.data.worldgen.features with type parameters of type TwistingVinesConfigModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<TwistingVinesConfig,?>> NetherFeatures.TWISTING_VINESstatic final Holder<ConfiguredFeature<TwistingVinesConfig,?>> NetherFeatures.TWISTING_VINES_BONEMEAL -
Uses of TwistingVinesConfig in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type TwistingVinesConfigModifier and TypeFieldDescriptionstatic final Feature<TwistingVinesConfig>Feature.TWISTING_VINESMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type TwistingVinesConfigModifier and TypeMethodDescriptionbooleanTwistingVinesFeature.place(FeaturePlaceContext<TwistingVinesConfig> p_160558_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type TwistingVinesConfigModifierConstructorDescriptionTwistingVinesFeature(com.mojang.serialization.Codec<TwistingVinesConfig> p_67292_) -
Uses of TwistingVinesConfig in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type TwistingVinesConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TwistingVinesConfig>TwistingVinesConfig.CODEC