Uses of Class
net.minecraft.world.gen.feature.DeltaFeatureConfig
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of DeltaFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type DeltaFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<DeltaFeatureConfig>
DeltaFeatureConfig. CODEC
static Feature<DeltaFeatureConfig>
Feature. DELTA_FEATURE
Methods in net.minecraft.world.gen.feature with parameters of type DeltaFeatureConfig Modifier and Type Method Description private static boolean
DeltaFeature. canPlace(WorldAccess world, BlockPos pos, DeltaFeatureConfig config)
Method parameters in net.minecraft.world.gen.feature with type arguments of type DeltaFeatureConfig Modifier and Type Method Description boolean
DeltaFeature. generate(FeatureContext<DeltaFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type DeltaFeatureConfig Constructor Description DeltaFeature(com.mojang.serialization.Codec<DeltaFeatureConfig> configCodec)