Package net.minecraft.world.gen.feature
Class SphereReplaceConfig
- java.lang.Object
-
- net.minecraft.world.gen.feature.SphereReplaceConfig
-
- All Implemented Interfaces:
IFeatureConfig
public class SphereReplaceConfig extends java.lang.Object implements IFeatureConfig
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<SphereReplaceConfig>
CODEC
int
halfHeight
FeatureSpread
radius
BlockState
state
java.util.List<BlockState>
targets
-
Fields inherited from interface net.minecraft.world.gen.feature.IFeatureConfig
NONE
-
-
Constructor Summary
Constructors Constructor Description SphereReplaceConfig(BlockState p_i241986_1_, FeatureSpread p_i241986_2_, int p_i241986_3_, java.util.List<BlockState> p_i241986_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<SphereReplaceConfig> CODEC
-
state
public final BlockState state
-
radius
public final FeatureSpread radius
-
halfHeight
public final int halfHeight
-
targets
public final java.util.List<BlockState> targets
-
-
Constructor Detail
-
SphereReplaceConfig
public SphereReplaceConfig(BlockState p_i241986_1_, FeatureSpread p_i241986_2_, int p_i241986_3_, java.util.List<BlockState> p_i241986_4_)
-
-