Package net.minecraft.structure
Interface EndCityGenerator.Part
- Enclosing class:
- EndCityGenerator
static interface EndCityGenerator.Part
-
Method Summary
Modifier and Type Method Description booleancreate(StructureManager manager, int depth, EndCityGenerator.Piece root, BlockPos pos, List<StructurePiece> pieces, Random random)voidinit()
-
Method Details
-
init
void init() -
create
boolean create(StructureManager manager, int depth, EndCityGenerator.Piece root, BlockPos pos, List<StructurePiece> pieces, Random random)
-