layer and noise mappings (#648)

This commit is contained in:
valoeghese 2019-04-25 21:37:06 +12:00 committed by Adrian Siekierka
parent f8505bdd1c
commit da0a1f4b44
7 changed files with 29 additions and 10 deletions

View File

@ -1 +1,13 @@
CLASS ckf net/minecraft/util/math/noise/SimplexNoiseSampler
FIELD a gradients [[I
FIELD e sqrt3 D
METHOD <init> (Ljava/util/Random;)V
ARG 1 random
METHOD a sample (DD)D
ARG 1 x
ARG 3 y
METHOD a dot ([IDDD)D
ARG 0 gArr
ARG 1 x
ARG 3 y
ARG 5 z

View File

@ -52,6 +52,8 @@ CLASS bie net/minecraft/world/biome/Biome
FIELD d WARM Lbie$c;
FIELD e NAME_MAP Ljava/util/Map;
FIELD f name Ljava/lang/String;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V
ARG 3 name
METHOD a getName ()Ljava/lang/String;
CLASS bie$d Precipitation
FIELD a NONE Lbie$d;
@ -137,9 +139,11 @@ CLASS bie net/minecraft/world/biome/Biome
ARG 2 chunk
ARG 3 x
ARG 4 z
ARG 5 worldHeight
ARG 6 noise
ARG 8 defaultBlock
ARG 9 defaultFluid
ARG 10 seaLevel
ARG 11 seed
METHOD b getPrecipitation ()Lbie$d;
METHOD b canSetIce (Lbhk;Lev;)Z

View File

@ -1 +0,0 @@
CLASS clu net/minecraft/world/biome/layer/AddBiomeGroups3And4Layer

View File

@ -0,0 +1,4 @@
CLASS clr net/minecraft/world/biome/layer/AddClimateLayers
CLASS clr$a AddTemperateBiomesLayer
CLASS clr$b AddCoolBiomesLayer
CLASS clr$c AddSpecialBiomesLayer

View File

@ -0,0 +1 @@
CLASS clu net/minecraft/world/biome/layer/AddColdClimatesLayer

View File

@ -1,4 +0,0 @@
CLASS clr net/minecraft/world/biome/layer/BiomeGroupLayer
CLASS clr$a AddGroup2Layer
CLASS clr$b AddGroup3Layer
CLASS clr$c AddSpecialBiomesLayer

View File

@ -1,4 +1,4 @@
CLASS clw net/minecraft/world/biome/layer/BiomeGroupToBiomeLayer
CLASS clw net/minecraft/world/biome/layer/SetBaseBiomesLayer
FIELD a BIRCH_FOREST_ID I
FIELD b DESERT_ID I
FIELD c MOUNTAINS_ID I
@ -16,9 +16,12 @@ CLASS clw net/minecraft/world/biome/layer/BiomeGroupToBiomeLayer
FIELD o TAIGA_ID I
FIELD p SNOWY_TAIGA_ID I
FIELD q OLD_GROUP_1 [I
FIELD r GROUP_1 [I
FIELD s GROUP_2 [I
FIELD t GROUP_3 [I
FIELD u GROUP_4 [I
FIELD r DRY_BIOMES [I
FIELD s TEMPERATE_BIOMES [I
FIELD t COOL_BIOMES [I
FIELD u SNOWY_BIOMES [I
FIELD v config Lbyu;
FIELD w chosenGroup1 [I
METHOD <init> (Lbho;Lbyu;)V
ARG 1 generatorType
ARG 2 generatorConfig