yarn/mappings/net/minecraft/item/SpawnEggItem.mapping

21 lines
479 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS bbp net/minecraft/item/SpawnEggItem
2019-02-20 10:49:01 -05:00
FIELD a SPAWN_EGGS Ljava/util/Map;
FIELD b primaryColor I
FIELD c secondaryColor I
2019-03-14 08:57:09 -04:00
FIELD d type Laia;
METHOD <init> (Laia;IILbam$a;)V
ARG 1 type
ARG 2 primaryColor
ARG 3 secondaryColor
ARG 4 settings
METHOD a getColor (I)I
ARG 1 num
2019-03-14 11:39:51 -04:00
METHOD a forEntity (Laia;)Lbbp;
ARG 0 type
2019-03-14 08:57:09 -04:00
METHOD a (Lia;Laia;)Z
ARG 1 tag
ARG 2 type
2019-03-14 08:57:09 -04:00
METHOD b entityTypeFromTag (Lia;)Laia;
ARG 1 tag
METHOD d iterator ()Ljava/lang/Iterable;