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

14 lines
649 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS aul net/minecraft/village/VillagerProfession
FIELD p id Ljava/lang/String;
2019-03-20 13:56:26 -04:00
FIELD q workStation Lapj;
FIELD r gatherableItems Lcom/google/common/collect/ImmutableSet;
2019-03-20 13:56:26 -04:00
METHOD <init> (Ljava/lang/String;Lapj;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)V
ARG 1 id
ARG 2 workStation
ARG 3 gatherableItems
2019-03-20 13:56:26 -04:00
METHOD a register (Ljava/lang/String;Lapj;)Laul;
ARG 0 key
2019-03-20 13:56:26 -04:00
METHOD a register (Ljava/lang/String;Lapj;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)Laul;
METHOD b getWorkStation ()Lapj;
METHOD c getGatherableItems ()Lcom/google/common/collect/ImmutableSet;