Class NbtRemovalCause
java.lang.Object
de.eldoria.schematicsanitizer.sanitizer.report.cause.Cause
de.eldoria.schematicsanitizer.sanitizer.report.cause.NbtRemovalCause
A cause for the removal of NBT tags.
Extends the
Cause
class.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NbtRemovalCause
Represents a removal cause for illegal tags.static final NbtRemovalCause
Represents a cause for removing text from a blacklist. -
Constructor Summary
ConstructorsConstructorDescriptionNbtRemovalCause
(String name) Creates a new NbtRemovalCause with the specified name. -
Method Summary
-
Field Details
-
TEXT_BLACKLIST
Represents a cause for removing text from a blacklist. -
ILLEGAL_TAG
Represents a removal cause for illegal tags.
-
-
Constructor Details
-
NbtRemovalCause
Creates a new NbtRemovalCause with the specified name.- Parameters:
name
- the name of the NbtRemovalCause
-