Package net.minecraft.structure
Class IglooGenerator
java.lang.Object
net.minecraft.structure.IglooGenerator
- Mappings:
Namespace Name official deb
intermediary net/minecraft/class_3351
named net/minecraft/structure/IglooGenerator
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Identifier
static final int
private static final Identifier
(package private) static final Map<Identifier,
BlockPos> (package private) static final Map<Identifier,
BlockPos> (package private) static final Identifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addPieces
(StructureManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder structurePiecesHolder, Random random)
-
Field Details
-
field_31550
public static final int field_31550- See Also:
- Mappings:
Namespace Name Mixin selector official a
Ldeb;a:I
intermediary field_31550
Lnet/minecraft/class_3351;field_31550:I
named field_31550
Lnet/minecraft/structure/IglooGenerator;field_31550:I
-
TOP_TEMPLATE
- Mappings:
Namespace Name Mixin selector official b
Ldeb;b:Lyb;
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 c
Ldeb;c:Lyb;
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 d
Ldeb;d:Lyb;
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;
-
OFFSETS
- Mappings:
Namespace Name Mixin selector official e
Ldeb;e:Ljava/util/Map;
intermediary field_14408
Lnet/minecraft/class_3351;field_14408:Ljava/util/Map;
named OFFSETS
Lnet/minecraft/structure/IglooGenerator;OFFSETS:Ljava/util/Map;
-
OFFSETS_FROM_TOP
- Mappings:
Namespace Name Mixin selector official f
Ldeb;f:Ljava/util/Map;
intermediary field_14406
Lnet/minecraft/class_3351;field_14406:Ljava/util/Map;
named OFFSETS_FROM_TOP
Lnet/minecraft/structure/IglooGenerator;OFFSETS_FROM_TOP:Ljava/util/Map;
-
-
Constructor Details
-
IglooGenerator
public IglooGenerator()
-
-
Method Details
-
addPieces
public static void addPieces(StructureManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder structurePiecesHolder, Random random) - Mappings:
Namespace Name Mixin selector official a
Ldeb;a(Ldgc;Lgh;Lcin;Ldeu;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;Lnet/minecraft/class_6130;Ljava/util/Random;)V
named addPieces
Lnet/minecraft/structure/IglooGenerator;addPieces(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Lnet/minecraft/structure/StructurePiecesHolder;Ljava/util/Random;)V
-