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