yarn/mappings/net/minecraft/nbt/ListTag.mapping

37 lines
960 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS hy net/minecraft/nbt/ListTag
FIELD f LOGGER Lorg/apache/logging/log4j/Logger;
FIELD g value Ljava/util/List;
FIELD h type B
2017-04-05 14:11:28 -04:00
METHOD a getType ()B
2018-12-19 20:02:26 -05:00
METHOD a remove (I)Lij;
2018-12-12 12:12:26 -05:00
METHOD a setRaw (ILij;)V
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-12-12 12:12:26 -05:00
METHOD a add (Lij;)Z
METHOD a read (Ljava/io/DataInput;ILib;)V
2018-11-04 07:22:38 -05:00
ARG 1 input
ARG 2 depth
2017-04-05 14:11:28 -04:00
METHOD a write (Ljava/io/DataOutput;)V
2018-12-12 12:12:26 -05:00
METHOD a toTextComponent (Ljava/lang/String;I)Ljd;
2018-11-04 07:22:38 -05:00
ARG 1 indent
METHOD a_ getListType ()I
2018-12-12 12:12:26 -05:00
METHOD b copy ()Lij;
2018-12-19 20:02:26 -05:00
METHOD b removeAt (I)V
2018-12-12 12:12:26 -05:00
METHOD b append (ILij;)V
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-12-12 12:12:26 -05:00
METHOD b canAdd (Lij;)Z
METHOD c copy ()Lhy;
METHOD c getRaw (I)Lij;
METHOD c set (ILij;)Lij;
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-12-12 12:12:26 -05:00
METHOD d get (I)Lij;
METHOD e getCompoundTag (I)Lhs;
METHOD f getListTag (I)Lhy;
METHOD g getShort (I)S
METHOD h getInt (I)I
METHOD i getIntArray (I)[I
METHOD k getDouble (I)D
METHOD l getFloat (I)F
METHOD m getString (I)Ljava/lang/String;
2018-12-12 12:22:18 -05:00
METHOD set (ILjava/lang/Object;)Ljava/lang/Object;
2018-11-04 07:22:38 -05:00
ARG 1 index