Interface Tags.IOptionalNamedTag<T>

All Superinterfaces:
Tag<T>, Tag.Named<T>
All Known Implementing Classes:
StaticTagHelper.OptionalNamedTag
Enclosing class:
Tags

public static interface Tags.IOptionalNamedTag<T> extends Tag.Named<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.