Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.DiskConfiguration
Packages that use DiskConfiguration
Package
Description
-
Uses of DiskConfiguration in net.minecraft.data.worldgen.features
Fields in net.minecraft.data.worldgen.features with type parameters of type DiskConfigurationModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<DiskConfiguration,
?>> MiscOverworldFeatures.DISK_CLAY
static final Holder<ConfiguredFeature<DiskConfiguration,
?>> MiscOverworldFeatures.DISK_GRASS
static final Holder<ConfiguredFeature<DiskConfiguration,
?>> MiscOverworldFeatures.DISK_GRAVEL
static final Holder<ConfiguredFeature<DiskConfiguration,
?>> MiscOverworldFeatures.DISK_SAND
static final Holder<ConfiguredFeature<DiskConfiguration,
?>> MiscOverworldFeatures.ICE_PATCH
-
Uses of DiskConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type DiskConfigurationMethods in net.minecraft.world.level.levelgen.feature with parameters of type DiskConfigurationModifier and TypeMethodDescriptionprotected boolean
DiskFeature.placeColumn
(DiskConfiguration p_224996_, WorldGenLevel p_224997_, RandomSource p_224998_, int p_224999_, int p_225000_, BlockPos.MutableBlockPos p_225001_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type DiskConfigurationModifier and TypeMethodDescriptionboolean
DiskFeature.place
(FeaturePlaceContext<DiskConfiguration> p_224994_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type DiskConfigurationModifierConstructorDescriptionDiskFeature
(com.mojang.serialization.Codec<DiskConfiguration> p_224992_) -
Uses of DiskConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type DiskConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DiskConfiguration>
DiskConfiguration.CODEC