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

14 lines
455 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS ceb net/minecraft/world/gen/config/surfacebuilder/TernarySurfaceConfig
FIELD a topMaterial Lbpm;
FIELD b underMaterial Lbpm;
FIELD c underwaterMaterial Lbpm;
2018-12-12 12:22:18 -05:00
METHOD <init> (Lbpm;Lbpm;Lbpm;)V
2018-11-15 12:20:38 -05:00
ARG 1 topMaterial
ARG 2 underMaterial
ARG 3 underwaterMaterial
2018-12-12 12:12:26 -05:00
METHOD a getTopMaterial ()Lbpm;
METHOD a deserialize (Lcom/mojang/datafixers/Dynamic;)Lceb;
2018-11-15 12:20:38 -05:00
ARG 0 dynamic
2018-12-12 12:12:26 -05:00
METHOD b getUnderMaterial ()Lbpm;
METHOD c getUnderwaterMaterial ()Lbpm;