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

public abstract class NbtRemovalCause extends Cause
A cause for the removal of NBT tags. Extends the Cause class.
  • Field Details

    • TEXT_BLACKLIST

      public static final NbtRemovalCause TEXT_BLACKLIST
      Represents a cause for removing text from a blacklist.
    • ILLEGAL_TAG

      public static final NbtRemovalCause ILLEGAL_TAG
      Represents a removal cause for illegal tags.
  • Constructor Details

    • NbtRemovalCause

      public NbtRemovalCause(String name)
      Creates a new NbtRemovalCause with the specified name.
      Parameters:
      name - the name of the NbtRemovalCause