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

12 lines
380 B
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS cez net/minecraft/world/gen/surfacebuilder/TernarySurfaceConfig
FIELD a topMaterial Lbqp;
FIELD b underMaterial Lbqp;
FIELD c underwaterMaterial Lbqp;
METHOD <init> (Lbqp;Lbqp;Lbqp;)V
2018-11-15 12:20:38 -05:00
ARG 1 topMaterial
ARG 2 underMaterial
ARG 3 underwaterMaterial
2019-01-30 12:48:39 -05:00
METHOD a deserialize (Lcom/mojang/datafixers/Dynamic;)Lcez;
2018-11-15 12:20:38 -05:00
ARG 0 dynamic
2019-01-30 12:48:39 -05:00
METHOD c getUnderwaterMaterial ()Lbqp;