yarn/mappings/net/minecraft/world/gen/config/decorator/CountDepthDecoratorConfig.m...

11 lines
356 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS bzo net/minecraft/world/gen/config/decorator/CountDepthDecoratorConfig
2018-11-15 12:20:38 -05:00
FIELD a count I
FIELD b baseline I
FIELD c spread I
METHOD <init> (III)V
ARG 1 count
ARG 2 baseline
2018-12-05 09:11:37 -05:00
METHOD a deserialize (Lcom/mojang/datafixers/Dynamic;)Lbzo;
2018-11-15 12:20:38 -05:00
ARG 0 dynamic
METHOD a serialize (Lcom/mojang/datafixers/types/DynamicOps;)Lcom/mojang/datafixers/Dynamic;