Class BlockReportBuilder
java.lang.Object
de.eldoria.schematicsanitizer.sanitizer.report.builder.BaseReportBuilder<RemovedBlock>
de.eldoria.schematicsanitizer.sanitizer.report.builder.BlockReportBuilder
A class for building BlockReport objects.
Extends the BaseReportBuilder class and specifies the RemovedBlock type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a BlockReport object by calling the "removed()" method and creating a new instance of BlockReport.Methods inherited from class de.eldoria.schematicsanitizer.sanitizer.report.builder.BaseReportBuilder
removed, removed
-
Constructor Details
-
BlockReportBuilder
public BlockReportBuilder()
-
-
Method Details
-
build
Builds a BlockReport object by calling the "removed()" method and creating a new instance of BlockReport.- Returns:
- The new BlockReport object.
-