Interface Tags.IOptionalNamedTag<T>

All Superinterfaces:
ITag<T>, ITag.INamedTag<T>
All Known Implementing Classes:
TagRegistry.OptionalNamedTag
Enclosing class:
Tags

public static interface Tags.IOptionalNamedTag<T> extends ITag.INamedTag<T>
  • Method Details

    • isDefaulted

      boolean isDefaulted()
      Returns true if the current state is defaulted. This means we have connected to a server that does not contain this tag. The values referenced in this tag may be empty, or some values specified by the original tag creator.