Uses of Class
net.minecraft.world.gen.feature.ColumnConfig
-
Packages that use ColumnConfig Package Description net.minecraft.world.gen.feature -
-
Uses of ColumnConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type ColumnConfig Modifier and Type Field Description static Feature<ColumnConfig>
Feature. BASALT_COLUMNS
static com.mojang.serialization.Codec<ColumnConfig>
ColumnConfig. CODEC
Methods in net.minecraft.world.gen.feature with parameters of type ColumnConfig Modifier and Type Method Description boolean
BasaltColumnFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, ColumnConfig p_241855_5_)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type ColumnConfig Constructor Description BasaltColumnFeature(com.mojang.serialization.Codec<ColumnConfig> p_i231925_1_)
-