yarn/mappings/net/minecraft/world/gen/surfacebuilder/TernarySurfaceConfig.mapping

14 lines
448 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS ceu net/minecraft/world/gen/surfacebuilder/TernarySurfaceConfig
FIELD a topMaterial Lbqi;
FIELD b underMaterial Lbqi;
FIELD c underwaterMaterial Lbqi;
METHOD <init> (Lbqi;Lbqi;Lbqi;)V
2018-11-15 12:20:38 -05:00
ARG 1 topMaterial
ARG 2 underMaterial
ARG 3 underwaterMaterial
2019-01-16 13:24:40 -05:00
METHOD a getTopMaterial ()Lbqi;
METHOD a deserialize (Lcom/mojang/datafixers/Dynamic;)Lceu;
2018-11-15 12:20:38 -05:00
ARG 0 dynamic
2019-01-16 13:24:40 -05:00
METHOD b getUnderMaterial ()Lbqi;
METHOD c getUnderwaterMaterial ()Lbqi;