Package net.minecraft.world.gen.feature
Class BlockPileFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.BlockPileFeatureConfig
- All Implemented Interfaces:
FeatureConfig
public class BlockPileFeatureConfig extends Object implements FeatureConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<BlockPileFeatureConfig>CODECBlockStateProviderstateProviderFields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT -
Constructor Summary
Constructors Constructor Description BlockPileFeatureConfig(BlockStateProvider stateProvider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
method_30649
-
Field Details
-
CODEC
-
stateProvider
-
-
Constructor Details
-
BlockPileFeatureConfig
-