Package net.minecraft.structure
Interface EndCityGenerator.Part
- Enclosing class:
- EndCityGenerator
private static interface EndCityGenerator.Part
- Mappings:
- Namespace - Name - named - net/minecraft/structure/EndCityGenerator$Part- intermediary - net/minecraft/class_3342$class_3344- official - epk$b
- 
Method SummaryModifier and TypeMethodDescriptionbooleancreate(StructureTemplateManager manager, int depth, EndCityGenerator.Piece root, BlockPos pos, List<StructurePiece> pieces, Random random) voidinit()
- 
Method Details- 
initvoid init()- Mappings:
- Namespace - Name - Mixin selector - named - init- Lnet/minecraft/structure/EndCityGenerator$Part;init()V- intermediary - method_14688- Lnet/minecraft/class_3342$class_3344;method_14688()V- official - a- Lepk$b;a()V
 
- 
createboolean create(StructureTemplateManager manager, int depth, EndCityGenerator.Piece root, BlockPos pos, List<StructurePiece> pieces, Random random) - Mappings:
- Namespace - Name - Mixin selector - 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- 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- official - a- Lepk$b;a(Lerq;ILepk$a;Lji;Ljava/util/List;Lazh;)Z
 
 
-