Uses of Record Class
net.minecraft.world.gen.feature.DiskFeatureConfig
-
Uses of DiskFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DiskFeatureConfig>
DiskFeatureConfig.CODEC
static final Feature<DiskFeatureConfig>
Feature.DISK
Modifier and TypeMethodDescriptionprotected boolean
DiskFeature.placeBlock
(DiskFeatureConfig config, StructureWorldAccess world, Random random, int topY, int bottomY, BlockPos.Mutable pos) Modifier and TypeMethodDescriptionboolean
DiskFeature.generate
(FeatureContext<DiskFeatureConfig> context) ModifierConstructorDescriptionDiskFeature
(com.mojang.serialization.Codec<DiskFeatureConfig> configCodec)