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

12 lines
380 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS ciq net/minecraft/world/gen/surfacebuilder/TernarySurfaceConfig
FIELD a topMaterial Lbue;
FIELD b underMaterial Lbue;
FIELD c underwaterMaterial Lbue;
METHOD <init> (Lbue;Lbue;Lbue;)V
2018-11-15 12:20:38 -05:00
ARG 1 topMaterial
ARG 2 underMaterial
ARG 3 underwaterMaterial
2019-03-20 13:56:26 -04:00
METHOD a deserialize (Lcom/mojang/datafixers/Dynamic;)Lciq;
2018-11-15 12:20:38 -05:00
ARG 0 dynamic
2019-03-20 13:56:26 -04:00
METHOD c getUnderwaterMaterial ()Lbue;