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. CODECstatic Feature<DeltaFeatureConfig>Feature. DELTA_FEATUREMethods in net.minecraft.world.gen.feature with parameters of type DeltaFeatureConfig Modifier and Type Method Description private static booleanDeltaFeature. 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 booleanDeltaFeature. 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)