修飾子とタイプ | フィールドと説明 |
---|---|
static INBTType<ListNBT> |
TYPE |
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
コンストラクタと説明 |
---|
ListNBT() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
add(int p_add_1_,
INBT p_add_2_) |
void |
clear() |
ListNBT |
copy()
Creates a clone of the tag.
|
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)
Retrieves the NBTTagCompound at the specified index in the list
|
double |
getDouble(int i) |
float |
getFloat(int i) |
byte |
getId()
Gets the type byte for the tag.
|
int |
getInt(int iIn) |
int[] |
getIntArray(int i) |
ListNBT |
getList(int iIn) |
short |
getShort(int iIn) |
java.lang.String |
getString(int i)
Retrieves the tag String value at the specified index in the list
|
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)
Write the actual data contents of the tag, implemented in NBT extension classes
|
add, addAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray
getString, toFormattedComponent
public void write(java.io.DataOutput output) throws java.io.IOException
java.io.IOException
public byte getId()
public java.lang.String toString()
public INBT remove(int p_remove_1_)
remove
インタフェース内 java.util.List<INBT>
remove
クラス内 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
インタフェース内 java.util.List<INBT>
set
クラス内 CollectionNBT<INBT>
public void add(int p_add_1_, INBT p_add_2_)
add
インタフェース内 java.util.List<INBT>
add
クラス内 CollectionNBT<INBT>
public boolean func_218659_a(int p_218659_1_, INBT p_218659_2_)
func_218659_a
クラス内 CollectionNBT<INBT>
public boolean func_218660_b(int p_218660_1_, INBT p_218660_2_)
func_218660_b
クラス内 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()