Package net.minecraft.structure
Interface EndCityGenerator.Part
- Enclosing class:
EndCityGenerator
private static interface EndCityGenerator.Part
- Mappings:
Namespace Name official ebc$b
intermediary net/minecraft/class_3342$class_3344
named net/minecraft/structure/EndCityGenerator$Part
-
Method Summary
Modifier and TypeMethodDescriptionboolean
create
(StructureTemplateManager manager, int depth, EndCityGenerator.Piece root, BlockPos pos, List<StructurePiece> pieces, Random random) void
init()
-
Method Details
-
init
void init()- Mappings:
Namespace Name Mixin selector official a
Lebc$b;a()V
intermediary method_14688
Lnet/minecraft/class_3342$class_3344;method_14688()V
named init
Lnet/minecraft/structure/EndCityGenerator$Part;init()V
-
create
boolean create(StructureTemplateManager manager, int depth, EndCityGenerator.Piece root, BlockPos pos, List<StructurePiece> pieces, Random random) - Mappings:
Namespace Name Mixin selector official a
Lebc$b;a(Ledh;ILebc$a;Lhx;Ljava/util/List;Lauv;)Z
intermediary method_14687
Lnet/minecraft/class_3342$class_3344;method_14687(Lnet/minecraft/class_3485;ILnet/minecraft/class_3342$class_3343;Lnet/minecraft/class_2338;Ljava/util/List;Lnet/minecraft/class_5819;)Z
named create
Lnet/minecraft/structure/EndCityGenerator$Part;create(Lnet/minecraft/structure/StructureTemplateManager;ILnet/minecraft/structure/EndCityGenerator$Piece;Lnet/minecraft/util/math/BlockPos;Ljava/util/List;Lnet/minecraft/util/math/random/Random;)Z
-