Uses of Enum Class
net.minecraft.structure.StrongholdGenerator.Piece.EntranceType
Packages that use StrongholdGenerator.Piece.EntranceType
-
Uses of StrongholdGenerator.Piece.EntranceType in net.minecraft.structure
Fields in net.minecraft.structure declared as StrongholdGenerator.Piece.EntranceTypeModifier and TypeFieldDescriptionprotected StrongholdGenerator.Piece.EntranceTypeStrongholdGenerator.Piece.entryDoorMethods in net.minecraft.structure that return StrongholdGenerator.Piece.EntranceTypeModifier and TypeMethodDescriptionprotected StrongholdGenerator.Piece.EntranceTypeStrongholdGenerator.Piece.getRandomEntrance(Random random) Returns the enum constant of this class with the specified name.StrongholdGenerator.Piece.EntranceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.structure with parameters of type StrongholdGenerator.Piece.EntranceTypeModifier and TypeMethodDescriptionprotected voidStrongholdGenerator.Piece.generateEntrance(StructureWorldAccess world, Random random, BlockBox boundingBox, StrongholdGenerator.Piece.EntranceType type, int x, int y, int z)