Package net.minecraft.structure
Class IglooGenerator
java.lang.Object
net.minecraft.structure.IglooGenerator
public class IglooGenerator extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IglooGenerator.Piece
-
Field Summary
Fields Modifier and Type Field Description private static Identifier
BOTTOM_TEMPLATE
private static Map<Identifier,BlockPos>
field_14406
private static Map<Identifier,BlockPos>
field_14408
private static Identifier
MIDDLE_TEMPLATE
private static Identifier
TOP_TEMPLATE
-
Constructor Summary
Constructors Constructor Description IglooGenerator()
-
Method Summary
Modifier and Type Method Description static void
addPieces(StructureManager manager, BlockPos pos, BlockRotation rotation, List<StructurePiece> pieces, Random random)
-
Field Details
-
TOP_TEMPLATE
-
MIDDLE_TEMPLATE
-
BOTTOM_TEMPLATE
-
field_14408
-
field_14406
-
-
Constructor Details
-
IglooGenerator
public IglooGenerator()
-
-
Method Details
-
addPieces
public static void addPieces(StructureManager manager, BlockPos pos, BlockRotation rotation, List<StructurePiece> pieces, Random random)
-