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

public class BaseReportBuilder<V> extends Object
A generic base class for report builders.
  • Constructor Details

    • BaseReportBuilder

      public BaseReportBuilder()
  • Method Details

    • removed

      public void removed(V removed)
      Adds the specified element to the removed collection.
      Parameters:
      removed - the element to be added to the removed collection
    • removed

      public List<V> removed()
      Returns an unmodifiable view of the removed collection.
      Returns:
      an unmodifiable view of the removed collection