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

32 lines
936 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS cps net/minecraft/world/loot/function/ExplorationMapLootFunction
CLASS cps$a Builder
2019-02-20 16:01:25 -05:00
FIELD a destination Ljava/lang/String;
2019-05-07 12:05:49 -04:00
FIELD b decoration Lcnu$a;
2019-02-20 16:01:25 -05:00
FIELD c zoom B
FIELD d searchRadius I
FIELD e skipExistingChunks Z
2019-05-07 12:05:49 -04:00
METHOD a withZoom (B)Lcps$a;
ARG 1 zoom
2019-05-07 12:05:49 -04:00
METHOD a withDecoration (Lcnu$a;)Lcps$a;
ARG 1 decoration
2019-05-07 12:05:49 -04:00
METHOD a withDestination (Ljava/lang/String;)Lcps$a;
ARG 1 destination
2019-05-07 12:05:49 -04:00
METHOD a withSkipExistingChunks (Z)Lcps$a;
ARG 1 skipExistingChunks
2019-05-07 12:05:49 -04:00
CLASS cps$b Factory
FIELD a DEFAULT_DECORATION Lcnu$a;
2019-02-20 16:01:25 -05:00
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d destination Ljava/lang/String;
2019-05-07 12:05:49 -04:00
FIELD e decoration Lcnu$a;
2019-02-20 16:01:25 -05:00
FIELD f zoom B
FIELD g searchRadius I
FIELD h skipExistingChunks Z
2019-05-07 12:05:49 -04:00
METHOD <init> ([Lcra;Ljava/lang/String;Lcnu$a;BIZ)V
ARG 1 conditions
ARG 2 destination
ARG 3 decoration
ARG 4 zoom
ARG 5 searchRadius
ARG 6 skipExistingChunks
2019-05-07 12:05:49 -04:00
METHOD b create ()Lcps$a;