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

14 lines
649 B
Plaintext

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