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

32 lines
936 B
Plaintext

CLASS cpg net/minecraft/world/loot/function/ExplorationMapLootFunction
CLASS cpg$a Builder
FIELD a destination Ljava/lang/String;
FIELD b decoration Lcni$a;
FIELD c zoom B
FIELD d searchRadius I
FIELD e skipExistingChunks Z
METHOD a withZoom (B)Lcpg$a;
ARG 1 zoom
METHOD a withDecoration (Lcni$a;)Lcpg$a;
ARG 1 decoration
METHOD a withDestination (Ljava/lang/String;)Lcpg$a;
ARG 1 destination
METHOD a withSkipExistingChunks (Z)Lcpg$a;
ARG 1 skipExistingChunks
CLASS cpg$b Factory
FIELD a DEFAULT_DECORATION Lcni$a;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d destination Ljava/lang/String;
FIELD e decoration Lcni$a;
FIELD f zoom B
FIELD g searchRadius I
FIELD h skipExistingChunks Z
METHOD <init> ([Lcqo;Ljava/lang/String;Lcni$a;BIZ)V
ARG 1 conditions
ARG 2 destination
ARG 3 decoration
ARG 4 zoom
ARG 5 searchRadius
ARG 6 skipExistingChunks
METHOD b create ()Lcpg$a;