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

17 lines
817 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS avn net/minecraft/village/VillagerProfession
FIELD p id Ljava/lang/String;
2019-04-18 17:01:39 -04:00
FIELD q workStation Laqj;
FIELD r gatherableItems Lcom/google/common/collect/ImmutableSet;
FIELD s secondaryJobSites Lcom/google/common/collect/ImmutableSet;
2019-04-18 17:01:39 -04:00
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
2019-04-18 17:01:39 -04:00
METHOD a register (Ljava/lang/String;Laqj;)Lavn;
ARG 0 key
2019-04-18 17:01:39 -04:00
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;