Skip to content

Commit

Permalink
Map remaining LevelGen methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Aug 11, 2022
1 parent b26856f commit 595affd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mappings/com/mojang/minecraft/level/levelgen/LevelGen.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ CLASS com/mojang/minecraft/class_33 com/mojang/minecraft/level/levelgen/LevelGen
FIELD field_683 waterLevel I
METHOD <init> (Lcom/mojang/minecraft/class_109;)V
ARG 1 levelLoaderListener
METHOD method_201 generateFluid (IIIII)J
ARG 5 fluid
METHOD method_202 generateLevel (Ljava/lang/String;III)Lcom/mojang/minecraft/class_7;
ARG 1 creator
ARG 2 width
ARG 3 depth
ARG 4 height
METHOD method_409 renderLoadingStage (I)V
ARG 1 progress
METHOD method_410 generateOre (IIII)V
ARG 1 ore
ARG 2 abundance
ARG 3 stage
ARG 4 maxStage

0 comments on commit 595affd

Please sign in to comment.