Class SimpleBlockConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.SimpleBlockConfiguration
- All Implemented Interfaces:
FeatureConfiguration
-
Field Summary
Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
Constructor Summary
ConstructorDescriptionSimpleBlockConfiguration(BlockStateProvider p_161155_)
SimpleBlockConfiguration(BlockStateProvider p_161157_, List<BlockState> p_161158_, List<BlockState> p_161159_, List<BlockState> p_161160_)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures
-
Field Details
-
CODEC
-
toPlace
-
placeOn
-
placeIn
-
placeUnder
-
-
Constructor Details
-
SimpleBlockConfiguration
public SimpleBlockConfiguration(BlockStateProvider p_161157_, List<BlockState> p_161158_, List<BlockState> p_161159_, List<BlockState> p_161160_) -
SimpleBlockConfiguration
-