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

21 lines
498 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS bcs 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-04-10 11:36:17 -04:00
FIELD d type Laih;
METHOD <init> (Laih;IILbbp$a;)V
ARG 1 type
ARG 2 primaryColor
ARG 3 secondaryColor
ARG 4 settings
METHOD a getColor (I)I
ARG 1 num
2019-04-10 11:36:17 -04:00
METHOD a forEntity (Laih;)Lbcs;
ARG 0 type
2019-04-10 11:36:17 -04:00
METHOD a isOfSameEntityType (Lib;Laih;)Z
ARG 1 tag
ARG 2 type
2019-04-10 11:36:17 -04:00
METHOD b entityTypeFromTag (Lib;)Laih;
ARG 1 tag
METHOD d iterator ()Ljava/lang/Iterable;