Uses of Enum Class
net.minecraft.world.gen.feature.MineshaftFeature.Type
-
Uses of MineshaftFeature.Type in net.minecraft.structure
Modifier and TypeFieldDescriptionprotected MineshaftFeature.Type
MineshaftGenerator.MineshaftPart.mineshaftType
Modifier and TypeMethodDescriptionprivate static MineshaftGenerator.MineshaftPart
MineshaftGenerator.pickPiece(StructurePiecesHolder structurePiecesHolder, Random random, int x, int y, int z, @Nullable Direction orientation, int chainLength, MineshaftFeature.Type type)
ModifierConstructorDescriptionMineshaftCorridor(int chainLength, Random random, BlockBox boundingBox, Direction orientation, MineshaftFeature.Type type)
MineshaftCrossing(int chainLength, BlockBox boundingBox, @Nullable Direction orientation, MineshaftFeature.Type type)
MineshaftPart(StructurePieceType structurePieceType, int chainLength, MineshaftFeature.Type type, BlockBox blockBox)
MineshaftRoom(int chainLength, Random random, int x, int z, MineshaftFeature.Type type)
MineshaftStairs(int chainLength, BlockBox boundingBox, Direction orientation, MineshaftFeature.Type type)
-
Uses of MineshaftFeature.Type in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionprivate static Map<String,MineshaftFeature.Type>
MineshaftFeature.Type.BY_NAME
static com.mojang.serialization.Codec<MineshaftFeature.Type>
MineshaftFeature.Type.CODEC
Modifier and TypeMethodDescriptionstatic MineshaftFeature.Type
MineshaftFeature.Type.byIndex(int index)
private static MineshaftFeature.Type
static MineshaftFeature.Type
Returns the enum constant of this class with the specified name.static MineshaftFeature.Type[]
MineshaftFeature.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionMineshaftFeatureConfig(float probability, MineshaftFeature.Type type)