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

17 lines
817 B
Plaintext

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