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

14 lines
448 B
Plaintext
Raw Normal View History

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