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