Package net.minecraft.world.gen.feature
Class SimpleBlockFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.SimpleBlockFeatureConfig
- All Implemented Interfaces:
FeatureConfig
public class SimpleBlockFeatureConfig extends Object implements FeatureConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<SimpleBlockFeatureConfig>CODECList<BlockState>placeInList<BlockState>placeOnList<BlockState>placeUnderBlockStatetoPlace -
Constructor Summary
Constructors Constructor Description SimpleBlockFeatureConfig(BlockState blockState, List<BlockState> list, List<BlockState> list2, List<BlockState> list3) -
Method Summary
-
Field Details
-
Constructor Details
-
SimpleBlockFeatureConfig
public SimpleBlockFeatureConfig(BlockState blockState, List<BlockState> list, List<BlockState> list2, List<BlockState> list3)
-