Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.DiskConfiguration
Packages that use DiskConfiguration
Package
Description
-
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 pConfig, WorldGenLevel pLevel, RandomSource pRandom, int pMaxY, int pMinY, BlockPos.MutableBlockPos pPos) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type DiskConfigurationModifier and TypeMethodDescriptionboolean
DiskFeature.place
(FeaturePlaceContext<DiskConfiguration> pContext) Places the given feature at the given location.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