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

17 lines
817 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS avr net/minecraft/village/VillagerProfession
FIELD p id Ljava/lang/String;
2019-06-07 07:45:25 -04:00
FIELD q workStation Laqn;
FIELD r gatherableItems Lcom/google/common/collect/ImmutableSet;
FIELD s secondaryJobSites Lcom/google/common/collect/ImmutableSet;
2019-06-07 07:45:25 -04:00
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
2019-06-07 07:45:25 -04:00
METHOD a register (Ljava/lang/String;Laqn;)Lavr;
ARG 0 key
2019-06-07 07:45:25 -04:00
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;