Suggest mappings (#1123)

* OverworldChunkGeneratorConfig%field_13224 -> biomeSize

* OverworldChunkGeneratorConfig%field_13223 -> riverSize

* OverworldChunkGeneratorConfig%field_13222 -> forcedBiome

* OverworldChunkGeneratorConfig%field_13221 -> minY

* ServerWorld#method_18210(1) -> getSurface

* EnchantmentHelper#method_24365(3) -> getMatchingEquipment

* EnchantmentHelper#getMatchingEquipment(3) -> getMatchingEnchantedEquipment

* Update mappings/net/minecraft/block/BedBlock.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/world/gen/chunk/OverworldChunkGeneratorConfig.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/world/gen/chunk/OverworldChunkGeneratorConfig.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
This commit is contained in:
martmists 2020-03-07 18:38:28 +01:00 committed by GitHub
parent 372e9fa3b2
commit 948804d428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,7 @@ CLASS net/minecraft/class_2244 net/minecraft/block/BedBlock
METHOD method_18476 getDirection (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2350;
ARG 0 world
ARG 1 pos
METHOD method_24163 getOppositePartDirection (Lnet/minecraft/class_2680;)Lnet/minecraft/class_2350;
METHOD method_9484 findWakeUpPosition (Lnet/minecraft/class_1299;Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;I)Ljava/util/Optional;
ARG 0 type
ARG 2 pos

View File

@ -209,6 +209,7 @@ CLASS net/minecraft/class_2680 net/minecraft/block/BlockState
ARG 2 pos
ARG 3 entity
ARG 4 side
METHOD method_24432 isSideOpaque (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_1297;Lnet/minecraft/class_2350;)Z
CLASS class_3752 ShapeCache
FIELD field_16555 lightSubtracted I
FIELD field_16556 translucent Z

View File

@ -3,6 +3,7 @@ CLASS net/minecraft/class_1890 net/minecraft/enchantment/EnchantmentHelper
ARG 2 enchantment
METHOD method_22445 getEnchantments (Lnet/minecraft/class_2499;)Ljava/util/Map;
ARG 0 tag
METHOD method_24365 getMatchingEnchantedEquipment (Lnet/minecraft/class_1887;Lnet/minecraft/class_1309;Ljava/util/function/Predicate;)Ljava/util/Map$Entry;
METHOD method_8199 getFireAspect (Lnet/minecraft/class_1309;)I
ARG 0 entity
METHOD method_8200 hasAquaAffinity (Lnet/minecraft/class_1309;)Z

View File

@ -86,7 +86,7 @@ CLASS net/minecraft/class_3218 net/minecraft/server/world/ServerWorld
ARG 2 randomTickSpeed
METHOD method_18207 onPlayerTeleport (Lnet/minecraft/class_3222;)V
ARG 1 player
METHOD method_18210 (Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;
METHOD method_18210 getSurface (Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;
ARG 1 pos
METHOD method_18211 onPlayerChangeDimension (Lnet/minecraft/class_3222;)V
ARG 1 player

View File

@ -1,4 +1,5 @@
CLASS net/minecraft/class_2906 net/minecraft/world/gen/chunk/OverworldChunkGeneratorConfig
FIELD field_13222 forcedBiome I
METHOD method_12614 getBiomeSize ()I
METHOD method_12615 getForcedBiome ()I
METHOD method_12616 getRiverSize ()I