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 LiquidsConfigFeatures.Configs. CLOSED_NETHER_SPRING_CONFIGstatic LiquidsConfigFeatures.Configs. LAVA_SPRING_CONFIGFields in net.minecraft.world.gen.feature with type parameters of type LiquidsConfig Modifier and Type Field Description static com.mojang.serialization.Codec<LiquidsConfig>LiquidsConfig. CODECstatic Feature<LiquidsConfig>Feature. SPRINGMethods in net.minecraft.world.gen.feature with parameters of type LiquidsConfig Modifier and Type Method Description booleanSpringFeature. 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_)
-