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

17 lines
817 B
Plaintext

CLASS avn net/minecraft/village/VillagerProfession
FIELD p id Ljava/lang/String;
FIELD q workStation Laqj;
FIELD r gatherableItems Lcom/google/common/collect/ImmutableSet;
FIELD s secondaryJobSites Lcom/google/common/collect/ImmutableSet;
METHOD <init> (Ljava/lang/String;Laqj;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)V
ARG 1 id
ARG 2 workStation
ARG 3 gatherableItems
ARG 4 secondaryJobSites
METHOD a register (Ljava/lang/String;Laqj;)Lavn;
ARG 0 key
METHOD a register (Ljava/lang/String;Laqj;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)Lavn;
METHOD b getWorkStation ()Laqj;
METHOD c getGatherableItems ()Lcom/google/common/collect/ImmutableSet;
METHOD d getSecondaryJobSites ()Lcom/google/common/collect/ImmutableSet;