Uses of Class
net.minecraft.world.gen.feature.LiquidsConfig
-
Packages that use LiquidsConfig Package Description net.minecraft.world.gen.feature -
-
Uses of LiquidsConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as LiquidsConfig Modifier and Type Field Description static LiquidsConfig
Features.Configs. CLOSED_NETHER_SPRING_CONFIG
static LiquidsConfig
Features.Configs. LAVA_SPRING_CONFIG
Fields in net.minecraft.world.gen.feature with type parameters of type LiquidsConfig Modifier and Type Field Description static com.mojang.serialization.Codec<LiquidsConfig>
LiquidsConfig. CODEC
static Feature<LiquidsConfig>
Feature. SPRING
Methods in net.minecraft.world.gen.feature with parameters of type LiquidsConfig Modifier and Type Method Description boolean
SpringFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, LiquidsConfig p_241855_5_)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type LiquidsConfig Constructor Description SpringFeature(com.mojang.serialization.Codec<LiquidsConfig> p_i231995_1_)
-