Class NamedTag

java.lang.Object
com.sk89q.jnbt.NamedTag

@Deprecated public class NamedTag extends Object
Deprecated.
JNBT is being removed for lin-bus in WorldEdit 8.
A tag that has a name.
  • Constructor Details

    • NamedTag

      public NamedTag(String name, Tag<?,?> tag)
      Deprecated.
      Create a new named tag.
      Parameters:
      name - the name
      tag - the tag
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Get the name of the tag.
      Returns:
      the name
    • getTag

      public Tag<?,?> getTag()
      Deprecated.
      Get the tag.
      Returns:
      the tag