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

14 lines
649 B
Plaintext

CLASS avc net/minecraft/village/VillagerProfession
FIELD p id Ljava/lang/String;
FIELD q workStation Lapz;
FIELD r gatherableItems Lcom/google/common/collect/ImmutableSet;
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
METHOD a register (Ljava/lang/String;Lapz;)Lavc;
ARG 0 key
METHOD a register (Ljava/lang/String;Lapz;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)Lavc;
METHOD b getWorkStation ()Lapz;
METHOD c getGatherableItems ()Lcom/google/common/collect/ImmutableSet;