Map two methods in GeneratorType (#1535)

* Map two methods in GeneratorType

* Update BiomeSource.mapping
This commit is contained in:
Yanis48 2020-07-03 14:20:46 +02:00 committed by GitHub
parent 894fc1ad28
commit e9a00990e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -12,4 +12,8 @@ CLASS net/minecraft/class_5317 net/minecraft/client/world/GeneratorType
METHOD <init> (Ljava/lang/String;)V
ARG 1 translationKey
METHOD method_29075 getTranslationKey ()Lnet/minecraft/class_2561;
METHOD method_29076 getChunkGenerator (J)Lnet/minecraft/class_2794;
ARG 1 seed
METHOD method_29083 getFirstBiome (Lnet/minecraft/class_5285;)Lnet/minecraft/class_1959;
ARG 0 options
CLASS class_5293 ScreenProvider

View File

@ -14,6 +14,7 @@ CLASS net/minecraft/class_1966 net/minecraft/world/biome/source/BiomeSource
ARG 7 random
METHOD method_27985 withSeed (J)Lnet/minecraft/class_1966;
ARG 1 seed
METHOD method_28443 getBiomes ()Ljava/util/List;
METHOD method_8754 hasStructureFeature (Lnet/minecraft/class_3195;)Z
ARG 1 feature
METHOD method_8759 getSpawnBiomes ()Ljava/util/List;