Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.BlockPileConfiguration
Package
Description
-
Uses of BlockPileConfiguration in net.minecraft.data.worldgen
Modifier and TypeFieldDescriptionstatic BlockPileConfiguration
Features.Configs.CRIMSON_FOREST_CONFIG
static BlockPileConfiguration
Features.Configs.NETHER_SPROUTS_CONFIG
static BlockPileConfiguration
Features.Configs.WARPED_FOREST_CONFIG
-
Uses of BlockPileConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic Feature<BlockPileConfiguration>
Feature.BLOCK_PILE
static Feature<BlockPileConfiguration>
Feature.NETHER_FOREST_VEGETATION
Modifier and TypeMethodDescriptionstatic boolean
NetherForestVegetationFeature.place(LevelAccessor p_66363_, Random p_66364_, BlockPos p_66365_, BlockPileConfiguration p_66366_, int p_66367_, int p_66368_)
private void
BlockPileFeature.tryPlaceBlock(LevelAccessor p_65268_, BlockPos p_65269_, Random p_65270_, BlockPileConfiguration p_65271_)
Modifier and TypeMethodDescriptionboolean
BlockPileFeature.place(FeaturePlaceContext<BlockPileConfiguration> p_159473_)
boolean
NetherForestVegetationFeature.place(FeaturePlaceContext<BlockPileConfiguration> p_160068_)
ModifierConstructorDescriptionBlockPileFeature(com.mojang.serialization.Codec<BlockPileConfiguration> p_65262_)
NetherForestVegetationFeature(com.mojang.serialization.Codec<BlockPileConfiguration> p_66361_)
-
Uses of BlockPileConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<BlockPileConfiguration>
BlockPileConfiguration.CODEC