Uses of Class
net.minecraft.world.gen.feature.MineshaftFeature.Type
| Package | Description |
|---|---|
| net.minecraft.structure | |
| net.minecraft.world.gen.feature |
-
Uses of MineshaftFeature.Type in net.minecraft.structure
Fields in net.minecraft.structure declared as MineshaftFeature.Type Modifier and Type Field Description protected MineshaftFeature.TypeMineshaftGenerator.MineshaftPart. mineshaftTypeMethods in net.minecraft.structure with parameters of type MineshaftFeature.Type Modifier and Type Method Description private static MineshaftGenerator.MineshaftPartMineshaftGenerator. pickPiece(class_6130 class_6130, Random random, int x, int y, int z, @Nullable Direction orientation, int chainLength, MineshaftFeature.Type type)Constructors in net.minecraft.structure with parameters of type MineshaftFeature.Type Constructor Description MineshaftCorridor(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
Fields in net.minecraft.world.gen.feature declared as MineshaftFeature.Type Modifier and Type Field Description MineshaftFeature.TypeMineshaftFeatureConfig. typeFields in net.minecraft.world.gen.feature with type parameters of type MineshaftFeature.Type Modifier and Type Field Description private static Map<String,MineshaftFeature.Type>MineshaftFeature.Type. BY_NAMEstatic com.mojang.serialization.Codec<MineshaftFeature.Type>MineshaftFeature.Type. CODECMethods in net.minecraft.world.gen.feature that return MineshaftFeature.Type Modifier and Type Method Description static MineshaftFeature.TypeMineshaftFeature.Type. byIndex(int index)private static MineshaftFeature.TypeMineshaftFeature.Type. byName(String name)static MineshaftFeature.TypeMineshaftFeature.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MineshaftFeature.Type[]MineshaftFeature.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.world.gen.feature with parameters of type MineshaftFeature.Type Constructor Description MineshaftFeatureConfig(float probability, MineshaftFeature.Type type)