Package | Description |
---|---|
net.minecraft.world.biome | |
net.minecraft.world.gen.feature |
Modifier and Type | Field and Description |
---|---|
static LiquidsConfig |
DefaultBiomeFeatures.ENCLOSED_NETHER_SPRING_CONFIG |
static LiquidsConfig |
DefaultBiomeFeatures.LAVA_SPRING_CONFIG |
static LiquidsConfig |
DefaultBiomeFeatures.NETHER_SPRING_CONFIG |
static LiquidsConfig |
DefaultBiomeFeatures.WATER_SPRING_CONFIG |
Modifier and Type | Field and Description |
---|---|
static Feature<LiquidsConfig> |
Feature.SPRING_FEATURE |
Modifier and Type | Method and Description |
---|---|
static <T> LiquidsConfig |
LiquidsConfig.deserialize(com.mojang.datafixers.Dynamic<T> p_214677_0_) |
Modifier and Type | Method and Description |
---|---|
boolean |
SpringFeature.place(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generator,
java.util.Random rand,
BlockPos pos,
LiquidsConfig config) |
Constructor and Description |
---|
SpringFeature(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends LiquidsConfig> p_i51430_1_) |