yarn/mappings/net/minecraft/village/VillagerData.mapping

12 lines
369 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS arm net/minecraft/village/VillagerData
FIELD a type Larq;
FIELD b profession Laro;
FIELD c level I
2019-02-20 15:49:23 -05:00
METHOD a getType ()Larq;
METHOD a withLevel (I)Larm;
METHOD a withProfession (Laro;)Larm;
METHOD a withType (Larq;)Larm;
METHOD a serialize (Lcom/mojang/datafixers/types/DynamicOps;)Ljava/lang/Object;
2019-02-20 15:49:23 -05:00
METHOD b getProfession ()Laro;
METHOD c getLevel ()I