Uses of Class
net.minecraft.structure.StrongholdGenerator.Piece.EntranceType
| Package | Description |
|---|---|
| net.minecraft.structure |
-
Uses of StrongholdGenerator.Piece.EntranceType in net.minecraft.structure
Fields in net.minecraft.structure declared as StrongholdGenerator.Piece.EntranceType Modifier and Type Field Description protected StrongholdGenerator.Piece.EntranceTypeStrongholdGenerator.Piece. entryDoorMethods in net.minecraft.structure that return StrongholdGenerator.Piece.EntranceType Modifier and Type Method Description protected StrongholdGenerator.Piece.EntranceTypeStrongholdGenerator.Piece. getRandomEntrance(Random random)static StrongholdGenerator.Piece.EntranceTypeStrongholdGenerator.Piece.EntranceType. valueOf(String name)Returns the enum constant of this type with the specified name.static StrongholdGenerator.Piece.EntranceType[]StrongholdGenerator.Piece.EntranceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.structure with parameters of type StrongholdGenerator.Piece.EntranceType Modifier and Type Method Description protected voidStrongholdGenerator.Piece. generateEntrance(StructureWorldAccess world, Random random, BlockBox boundingBox, StrongholdGenerator.Piece.EntranceType type, int x, int y, int z)