Modifier and Type | Method and Description |
---|---|
T |
addCompound()
Adds a new compound tag to the current compound tag
|
T |
get(int id)
Get the object with the given id.
|
boolean |
isEmpty()
Returns true if this collection contains no elements.
|
void |
remove(int i)
Removes the element at the specified position in this list
|
int |
size()
Returns the number of elements in this collection.
|
forEach, iterator, spliterator
T addCompound()
int size()
boolean isEmpty()
T get(int id)
id
- The id of the object to get.void remove(int i)
i
- The index of the element to remove.Copyright © 2015–2024 tr7zw. All rights reserved.