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

32 lines
936 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS cpq net/minecraft/world/loot/function/ExplorationMapLootFunction
CLASS cpq$a Builder
2019-02-20 16:01:25 -05:00
FIELD a destination Ljava/lang/String;
2019-04-18 17:01:39 -04:00
FIELD b decoration Lcns$a;
2019-02-20 16:01:25 -05:00
FIELD c zoom B
FIELD d searchRadius I
FIELD e skipExistingChunks Z
2019-04-18 17:01:39 -04:00
METHOD a withZoom (B)Lcpq$a;
ARG 1 zoom
2019-04-18 17:01:39 -04:00
METHOD a withDecoration (Lcns$a;)Lcpq$a;
ARG 1 decoration
2019-04-18 17:01:39 -04:00
METHOD a withDestination (Ljava/lang/String;)Lcpq$a;
ARG 1 destination
2019-04-18 17:01:39 -04:00
METHOD a withSkipExistingChunks (Z)Lcpq$a;
ARG 1 skipExistingChunks
2019-04-18 17:01:39 -04:00
CLASS cpq$b Factory
FIELD a DEFAULT_DECORATION Lcns$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-18 17:01:39 -04:00
FIELD e decoration Lcns$a;
2019-02-20 16:01:25 -05:00
FIELD f zoom B
FIELD g searchRadius I
FIELD h skipExistingChunks Z
2019-04-18 17:01:39 -04:00
METHOD <init> ([Lcqy;Ljava/lang/String;Lcns$a;BIZ)V
ARG 1 conditions
ARG 2 destination
ARG 3 decoration
ARG 4 zoom
ARG 5 searchRadius
ARG 6 skipExistingChunks
2019-04-18 17:01:39 -04:00
METHOD b create ()Lcpq$a;