NBT_TYPES, SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
Constructor and Description |
---|
ListNBT() |
Modifier and Type | Method and Description |
---|---|
void |
add(int p_add_1_,
INBT p_add_2_) |
void |
clear() |
ListNBT |
copy() |
boolean |
equals(java.lang.Object p_equals_1_) |
boolean |
func_218659_a(int p_218659_1_,
INBT p_218659_2_) |
boolean |
func_218660_b(int p_218660_1_,
INBT p_218660_2_) |
INBT |
get(int p_get_1_) |
CompoundNBT |
getCompound(int i) |
double |
getDouble(int i) |
float |
getFloat(int i) |
byte |
getId() |
int |
getInt(int iIn) |
int[] |
getIntArray(int i) |
ListNBT |
getList(int iIn) |
short |
getShort(int iIn) |
java.lang.String |
getString(int i) |
int |
getTagType() |
int |
hashCode() |
boolean |
isEmpty() |
void |
read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker) |
INBT |
remove(int p_remove_1_) |
INBT |
set(int p_set_1_,
INBT p_set_2_) |
int |
size() |
ITextComponent |
toFormattedComponent(java.lang.String indentation,
int indentDepth) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput output) |
add, addAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
create, getString, getTypeName, toFormattedComponent
public void write(java.io.DataOutput output) throws java.io.IOException
java.io.IOException
public void read(java.io.DataInput input, int depth, NBTSizeTracker sizeTracker) throws java.io.IOException
java.io.IOException
public byte getId()
public java.lang.String toString()
public INBT remove(int p_remove_1_)
remove
in interface java.util.List<INBT>
remove
in class CollectionNBT<INBT>
public boolean isEmpty()
public CompoundNBT getCompound(int i)
public ListNBT getList(int iIn)
public short getShort(int iIn)
public int getInt(int iIn)
public int[] getIntArray(int i)
public double getDouble(int i)
public float getFloat(int i)
public java.lang.String getString(int i)
public int size()
public INBT get(int p_get_1_)
public INBT set(int p_set_1_, INBT p_set_2_)
set
in interface java.util.List<INBT>
set
in class CollectionNBT<INBT>
public void add(int p_add_1_, INBT p_add_2_)
add
in interface java.util.List<INBT>
add
in class CollectionNBT<INBT>
public boolean func_218659_a(int p_218659_1_, INBT p_218659_2_)
func_218659_a
in class CollectionNBT<INBT>
public boolean func_218660_b(int p_218660_1_, INBT p_218660_2_)
func_218660_b
in class CollectionNBT<INBT>
public ListNBT copy()
public boolean equals(java.lang.Object p_equals_1_)
public int hashCode()
public ITextComponent toFormattedComponent(java.lang.String indentation, int indentDepth)
public int getTagType()