Package net.minecraft.world.gen.feature
Class BlockWithContextConfig
java.lang.Object
net.minecraft.world.gen.feature.BlockWithContextConfig
- All Implemented Interfaces:
IFeatureConfig
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockWithContextConfig>
final List<BlockState>
final List<BlockState>
final List<BlockState>
final BlockState
Fields inherited from interface net.minecraft.world.gen.feature.IFeatureConfig
NONE
-
Constructor Summary
ConstructorDescriptionBlockWithContextConfig
(BlockState p_i51439_1_, List<BlockState> p_i51439_2_, List<BlockState> p_i51439_3_, List<BlockState> p_i51439_4_) -
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 Details
-
CODEC
-
toPlace
-
placeOn
-
placeIn
-
placeUnder
-
-
Constructor Details
-
BlockWithContextConfig
public BlockWithContextConfig(BlockState p_i51439_1_, List<BlockState> p_i51439_2_, List<BlockState> p_i51439_3_, List<BlockState> p_i51439_4_)
-