Modifier and Type | Field and Description |
---|---|
private static it.unimi.dsi.fastutil.bytes.ByteSet |
field_229695_b_ |
private java.util.List<INBT> |
tagList |
private byte |
tagType |
static INBTType<ListNBT> |
TYPE |
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
Modifier | Constructor and Description |
---|---|
|
ListNBT() |
private |
ListNBT(java.util.List<INBT> p_i226078_1_,
byte p_i226078_2_) |
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_) |
private boolean |
func_218661_a(INBT p_218661_1_) |
private void |
func_218663_f() |
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() |
INBTType<ListNBT> |
getType() |
int |
hashCode() |
boolean |
isEmpty() |
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
getString, toFormattedComponent
private static final it.unimi.dsi.fastutil.bytes.ByteSet field_229695_b_
private final java.util.List<INBT> tagList
private byte tagType
private ListNBT(java.util.List<INBT> p_i226078_1_, byte p_i226078_2_)
public ListNBT()
public void write(java.io.DataOutput output) throws java.io.IOException
java.io.IOException
public byte getId()
public java.lang.String toString()
private void func_218663_f()
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>
private boolean func_218661_a(INBT p_218661_1_)
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()