Package net.minecraft.world.gen.feature
Class BlockStateFeatureConfig
- java.lang.Object
-
- net.minecraft.world.gen.feature.BlockStateFeatureConfig
-
- All Implemented Interfaces:
IFeatureConfig
public class BlockStateFeatureConfig extends java.lang.Object implements IFeatureConfig
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<BlockStateFeatureConfig>
CODEC
BlockState
state
-
Fields inherited from interface net.minecraft.world.gen.feature.IFeatureConfig
NONE
-
-
Constructor Summary
Constructors Constructor Description BlockStateFeatureConfig(BlockState p_i225831_1_)
-
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.gen.feature.IFeatureConfig
getFeatures
-
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<BlockStateFeatureConfig> CODEC
-
state
public final BlockState state
-
-
Constructor Detail
-
BlockStateFeatureConfig
public BlockStateFeatureConfig(BlockState p_i225831_1_)
-
-