Package | Description |
---|---|
net.minecraft.world.biome | |
net.minecraft.world.gen.feature |
Modifier and Type | Field and Description |
---|---|
static BlockStateProvidingFeatureConfig |
DefaultBiomeFeatures.BLUE_ICE_PILE_CONFIG |
static BlockStateProvidingFeatureConfig |
DefaultBiomeFeatures.HAY_PILE_CONFIG |
static BlockStateProvidingFeatureConfig |
DefaultBiomeFeatures.MELON_PILE_CONFIG |
static BlockStateProvidingFeatureConfig |
DefaultBiomeFeatures.PUMPKIN_PILE_CONFIG |
static BlockStateProvidingFeatureConfig |
DefaultBiomeFeatures.SNOW_PILE_CONFIG |
Modifier and Type | Field and Description |
---|---|
static Feature<BlockStateProvidingFeatureConfig> |
Feature.BLOCK_PILE |
Modifier and Type | Method and Description |
---|---|
static <T> BlockStateProvidingFeatureConfig |
BlockStateProvidingFeatureConfig.deserialize(com.mojang.datafixers.Dynamic<T> p_227269_0_) |
Modifier and Type | Method and Description |
---|---|
private void |
BlockPileFeature.func_227225_a_(IWorld p_227225_1_,
BlockPos p_227225_2_,
java.util.Random p_227225_3_,
BlockStateProvidingFeatureConfig p_227225_4_) |
boolean |
BlockPileFeature.place(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generator,
java.util.Random rand,
BlockPos pos,
BlockStateProvidingFeatureConfig config) |
Constructor and Description |
---|
BlockPileFeature(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends BlockStateProvidingFeatureConfig> p_i49914_1_) |