Package net.minecraft.structure
Class IglooGenerator
java.lang.Object
net.minecraft.structure.IglooGenerator
public class IglooGenerator extends Object
- Mappings:
Namespace Name official cwr
intermediary net/minecraft/class_3351
named net/minecraft/structure/IglooGenerator
-
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
- Mappings:
Namespace Name Mixin selector official a
Lcwr;a:Lwb;
intermediary field_14409
Lnet/minecraft/class_3351;field_14409:Lnet/minecraft/class_2960;
named TOP_TEMPLATE
Lnet/minecraft/structure/IglooGenerator;TOP_TEMPLATE:Lnet/minecraft/util/Identifier;
-
MIDDLE_TEMPLATE
- Mappings:
Namespace Name Mixin selector official b
Lcwr;b:Lwb;
intermediary field_14407
Lnet/minecraft/class_3351;field_14407:Lnet/minecraft/class_2960;
named MIDDLE_TEMPLATE
Lnet/minecraft/structure/IglooGenerator;MIDDLE_TEMPLATE:Lnet/minecraft/util/Identifier;
-
BOTTOM_TEMPLATE
- Mappings:
Namespace Name Mixin selector official c
Lcwr;c:Lwb;
intermediary field_14410
Lnet/minecraft/class_3351;field_14410:Lnet/minecraft/class_2960;
named BOTTOM_TEMPLATE
Lnet/minecraft/structure/IglooGenerator;BOTTOM_TEMPLATE:Lnet/minecraft/util/Identifier;
-
field_14408
- Mappings:
Namespace Name Mixin selector official d
Lcwr;d:Ljava/util/Map;
intermediary field_14408
Lnet/minecraft/class_3351;field_14408:Ljava/util/Map;
named field_14408
Lnet/minecraft/structure/IglooGenerator;field_14408:Ljava/util/Map;
-
field_14406
- Mappings:
Namespace Name Mixin selector official e
Lcwr;e:Ljava/util/Map;
intermediary field_14406
Lnet/minecraft/class_3351;field_14406:Ljava/util/Map;
named field_14406
Lnet/minecraft/structure/IglooGenerator;field_14406:Ljava/util/Map;
-
-
Constructor Details
-
IglooGenerator
public IglooGenerator()
-
-
Method Details
-
addPieces
public static void addPieces(StructureManager manager, BlockPos pos, BlockRotation rotation, List<StructurePiece> pieces, Random random)- Mappings:
Namespace Name Mixin selector official a
Lcwr;a(Lcyj;Lfx;Lccm;Ljava/util/List;Ljava/util/Random;)V
intermediary method_14705
Lnet/minecraft/class_3351;method_14705(Lnet/minecraft/class_3485;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Ljava/util/List;Ljava/util/Random;)V
named addPieces
Lnet/minecraft/structure/IglooGenerator;addPieces(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Ljava/util/List;Ljava/util/Random;)V
-