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

14 lines
649 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS avd net/minecraft/village/VillagerProfession
FIELD p id Ljava/lang/String;
2019-03-27 14:35:10 -04:00
FIELD q workStation Lapz;
FIELD r gatherableItems Lcom/google/common/collect/ImmutableSet;
2019-03-27 14:35:10 -04:00
METHOD <init> (Ljava/lang/String;Lapz;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)V
ARG 1 id
ARG 2 workStation
ARG 3 gatherableItems
2019-04-03 12:16:41 -04:00
METHOD a register (Ljava/lang/String;Lapz;)Lavd;
ARG 0 key
2019-04-03 12:16:41 -04:00
METHOD a register (Ljava/lang/String;Lapz;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)Lavd;
2019-03-27 14:35:10 -04:00
METHOD b getWorkStation ()Lapz;
METHOD c getGatherableItems ()Lcom/google/common/collect/ImmutableSet;