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

14 lines
649 B
Plaintext

CLASS aul net/minecraft/village/VillagerProfession
FIELD p id Ljava/lang/String;
FIELD q workStation Lapj;
FIELD r gatherableItems Lcom/google/common/collect/ImmutableSet;
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
METHOD a register (Ljava/lang/String;Lapj;)Laul;
ARG 0 key
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;