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

32 lines
928 B
Plaintext

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