Class BaseReportBuilder<V>
java.lang.Object
de.eldoria.schematicsanitizer.sanitizer.report.builder.BaseReportBuilder<V>
- Type Parameters:
V
- the type of the elements in the report
- Direct Known Subclasses:
BlockNbtReportBuilder
,BlockReportBuilder
,EntityNbtReportBuilder
,EntityReportBuilder
A generic base class for report builders.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseReportBuilder
public BaseReportBuilder()
-
-
Method Details
-
removed
Adds the specified element to the removed collection.- Parameters:
removed
- the element to be added to the removed collection
-
removed
Returns an unmodifiable view of the removed collection.- Returns:
- an unmodifiable view of the removed collection
-