Class BlockRemovalCause

java.lang.Object
de.eldoria.schematicsanitizer.sanitizer.report.cause.Cause
de.eldoria.schematicsanitizer.sanitizer.report.cause.BlockRemovalCause

public abstract class BlockRemovalCause extends Cause
The `BlockRemovalCause` class is an abstract class that extends the `Cause` class. It represents the cause of a block removal event.
  • Field Details

    • BLACKLIST

      public static final BlockRemovalCause BLACKLIST
      This variable represents the block removal cause for the blacklist.
  • Constructor Details

    • BlockRemovalCause

      public BlockRemovalCause(String name)