yarn/mappings/net/minecraft/world/gen/config/decorator/NoiseHeightmapDecoratorConf...

13 lines
416 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS bus net/minecraft/world/gen/config/decorator/NoiseHeightmapDecoratorConfig
2018-11-15 12:20:38 -05:00
FIELD a noiseLevel D
FIELD b belowNoise I
FIELD c aboveNoise I
2018-12-12 12:12:26 -05:00
METHOD <init> <init> (DII)V
2018-11-15 12:20:38 -05:00
ARG 1 noiseLevel
ARG 3 belowNoise
ARG 4 aboveNoise
2018-12-12 12:12:26 -05:00
METHOD a deserialize (Lcom/mojang/datafixers/Dynamic;)Lbus;
2018-11-15 12:20:38 -05:00
ARG 0 dynamic
METHOD a serialize (Lcom/mojang/datafixers/types/DynamicOps;)Lcom/mojang/datafixers/Dynamic;
ARG 1 ops