Class MineshaftConfig
- java.lang.Object
-
- net.minecraft.world.gen.feature.structure.MineshaftConfig
-
- All Implemented Interfaces:
IFeatureConfig
public class MineshaftConfig extends java.lang.Object implements IFeatureConfig
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<MineshaftConfig>
CODEC
float
probability
MineshaftStructure.Type
type
-
Fields inherited from interface net.minecraft.world.gen.feature.IFeatureConfig
NONE
-
-
Constructor Summary
Constructors Constructor Description MineshaftConfig(float p_i241988_1_, MineshaftStructure.Type p_i241988_2_)
-
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<MineshaftConfig> CODEC
-
probability
public final float probability
-
type
public final MineshaftStructure.Type type
-
-
Constructor Detail
-
MineshaftConfig
public MineshaftConfig(float p_i241988_1_, MineshaftStructure.Type p_i241988_2_)
-
-