Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.TwistingVinesConfig
Packages that use TwistingVinesConfig
Package
Description
- 
Uses of TwistingVinesConfig in net.minecraft.world.level.levelgen.featureFields 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.configurationsFields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type TwistingVinesConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TwistingVinesConfig>TwistingVinesConfig.CODEC