Skip to content

Latest commit

 

History

History
169 lines (169 loc) · 8.48 KB

cn.nukkit.nbt.tag.Tag.md

File metadata and controls

169 lines (169 loc) · 8.48 KB
  • 成员变量一览

    成员变量 
    修饰符和类 成员变量描述
    static byte TAG_Byte 
    static byte TAG_Byte_Array 
    static byte TAG_Compound 
    static byte TAG_Double 
    static byte TAG_End 
    static byte TAG_Float 
    static byte TAG_Int 
    static byte TAG_Int_Array 
    static byte TAG_List 
    static byte TAG_Long 
    static byte TAG_Short 
    static byte TAG_String 
  • 构造函数一览

    构造函数 
    Modifier Constructor and Description
    protected Tag(String name) 
  • 成员函数一览

    All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
    修饰符和类 成员函数描述
    abstract Tag copy() 
    boolean equals(Object obj) 
    abstract byte getId() 
    String getName() 
    static String getTagName(byte type) 
    static Tag newTag(byte type, String name) 
    abstract Object parseValue() 
    void print(PrintStream out) 
    void print(String prefix, PrintStream out) 
    static Tag readNamedTag(NBTInputStream dis) 
    Tag setName(String name) 
    abstract String toString() 
    static void writeNamedTag(Tag tag, NBTOutputStream dos) 
    static void writeNamedTag(Tag tag, String name, NBTOutputStream dos) 
    • 继承自类 java.lang.Object

      clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait