yarn/mappings/net/minecraft/world/loot/function/ExplorationMapLootFunction....

21 lines
665 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS cpd net/minecraft/world/loot/function/ExplorationMapLootFunction
CLASS cpd$a Builder
2019-02-20 16:01:25 -05:00
FIELD a destination Ljava/lang/String;
2019-04-03 12:16:41 -04:00
FIELD b decoration Lcnf$a;
2019-02-20 16:01:25 -05:00
FIELD c zoom B
FIELD d searchRadius I
FIELD e skipExistingChunks Z
2019-04-03 12:16:41 -04:00
METHOD a zoom (B)Lcpd$a;
METHOD a decoration (Lcnf$a;)Lcpd$a;
METHOD a destination (Ljava/lang/String;)Lcpd$a;
METHOD a skipExistingChunks (Z)Lcpd$a;
CLASS cpd$b Factory
FIELD a DEFAULT_DECORATION Lcnf$a;
2019-02-20 16:01:25 -05:00
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d destination Ljava/lang/String;
2019-04-03 12:16:41 -04:00
FIELD e decoration Lcnf$a;
2019-02-20 16:01:25 -05:00
FIELD f zoom B
FIELD g searchRadius I
FIELD h skipExistingChunks Z
2019-04-03 12:16:41 -04:00
METHOD b create ()Lcpd$a;