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 classIglooGenerator.Piece -
Field Summary
Fields Modifier and Type Field Description private static IdentifierBOTTOM_TEMPLATEprivate static Map<Identifier,BlockPos>field_14406private static Map<Identifier,BlockPos>field_14408private static IdentifierMIDDLE_TEMPLATEprivate static IdentifierTOP_TEMPLATE -
Constructor Summary
Constructors Constructor Description IglooGenerator() -
Method Summary
Modifier and Type Method Description static voidaddPieces(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)
-