-
All Methods Instance Methods Concrete Methods 修饰符和类 成员函数描述 ListTag<T>
add(int index, T tag)
ListTag<T>
add(T tag)
Tag
copy()
boolean
equals(Object obj)
T
get(int index)
List<T>
getAll()
byte
getId()
List<Object>
parseValue()
void
print(String prefix, PrintStream out)
void
remove(int index)
void
remove(T tag)
void
removeAll(Collection<T> tags)
void
setAll(List<T> tags)
int
size()
String
toString()