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

16 lines
605 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS aud net/minecraft/village/VillagerProfession
FIELD p id Ljava/lang/String;
FIELD q workStation Lapb;
FIELD r gatherableItems Lcom/google/common/collect/ImmutableSet;
METHOD <init> (Ljava/lang/String;Lapb;Lcom/google/common/collect/ImmutableSet;)V
ARG 1 id
ARG 2 workStation
ARG 3 gatherableItems
2019-03-14 11:39:51 -04:00
METHOD a register (Ljava/lang/String;Lapb;)Laud;
ARG 0 key
METHOD a register (Ljava/lang/String;Lapb;Lcom/google/common/collect/ImmutableSet;)Laud;
ARG 0 key
ARG 2 gatherableItems
METHOD b getWorkStation ()Lapb;
METHOD c getGatherableItems ()Lcom/google/common/collect/ImmutableSet;