diff --git a/build.gradle b/build.gradle index 95f4111ed4..030bbc09e4 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { id 'java' // for jd gen } -def minecraft_version = "21w06a" +def minecraft_version = "21w07a" def ENV = System.getenv() // Fetch build number from Github Actions diff --git a/mappings/net/minecraft/block/entity/BlockEntity.mapping b/mappings/net/minecraft/block/entity/BlockEntity.mapping index 8b6135e8f7..5f96b53f17 100644 --- a/mappings/net/minecraft/block/entity/BlockEntity.mapping +++ b/mappings/net/minecraft/block/entity/BlockEntity.mapping @@ -23,7 +23,6 @@ CLASS net/minecraft/class_2586 net/minecraft/block/entity/BlockEntity ARG 0 pos ARG 1 state ARG 2 tag - METHOD method_11006 getSquaredRenderDistance ()D METHOD method_11007 writeNbt (Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487; ARG 1 tag METHOD method_11010 getCachedState ()Lnet/minecraft/class_2680; diff --git a/mappings/net/minecraft/block/entity/SignBlockEntity.mapping b/mappings/net/minecraft/block/entity/SignBlockEntity.mapping index dcd971a244..04bef12eae 100644 --- a/mappings/net/minecraft/block/entity/SignBlockEntity.mapping +++ b/mappings/net/minecraft/block/entity/SignBlockEntity.mapping @@ -10,10 +10,7 @@ CLASS net/minecraft/class_2625 net/minecraft/block/entity/SignBlockEntity METHOD method_11299 setTextOnRow (ILnet/minecraft/class_2561;)V ARG 1 row ARG 2 text - METHOD method_11300 getTextBeingEditedOnRow (ILjava/util/function/Function;)Lnet/minecraft/class_5481; - ARG 1 row - METHOD method_11301 onActivate (Lnet/minecraft/class_1657;)Z - ARG 1 player + METHOD method_11301 onActivate (Lnet/minecraft/class_3222;)Z METHOD method_11303 setEditable (Z)V ARG 1 editable METHOD method_11304 getCommandSource (Lnet/minecraft/class_3222;)Lnet/minecraft/class_2168; @@ -25,5 +22,5 @@ CLASS net/minecraft/class_2625 net/minecraft/block/entity/SignBlockEntity METHOD method_16126 getTextColor ()Lnet/minecraft/class_1767; METHOD method_16127 setTextColor (Lnet/minecraft/class_1767;)Z ARG 1 value - METHOD method_30843 getTextOnRow (I)Lnet/minecraft/class_2561; + METHOD method_30843 getTextOnRow (IZ)Lnet/minecraft/class_2561; ARG 1 row diff --git a/mappings/net/minecraft/class_5857.mapping b/mappings/net/minecraft/class_5857.mapping new file mode 100644 index 0000000000..01074f42b2 --- /dev/null +++ b/mappings/net/minecraft/class_5857.mapping @@ -0,0 +1,2 @@ +CLASS net/minecraft/class_5857 + METHOD method_14452 getPositions (Ljava/util/Random;Lnet/minecraft/class_2998;Lnet/minecraft/class_2338;)I diff --git a/mappings/net/minecraft/client/MinecraftClient.mapping b/mappings/net/minecraft/client/MinecraftClient.mapping index 13356a1f58..ea17f821df 100644 --- a/mappings/net/minecraft/client/MinecraftClient.mapping +++ b/mappings/net/minecraft/client/MinecraftClient.mapping @@ -336,7 +336,6 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient COMMENT them. ARG 1 sender METHOD method_29043 isMultiplayerEnabled ()Z - METHOD method_29044 isOnlineChatEnabled ()Z METHOD method_29598 loadDataPackSettings (Lnet/minecraft/class_32$class_5143;)Lnet/minecraft/class_5359; ARG 0 storageSession METHOD method_29599 createSaveProperties (Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_5455$class_5457;Lnet/minecraft/class_3300;Lnet/minecraft/class_5359;)Lnet/minecraft/class_5219; diff --git a/mappings/net/minecraft/client/gui/screen/ingame/SignEditScreen.mapping b/mappings/net/minecraft/client/gui/screen/ingame/SignEditScreen.mapping index a04e362b06..32ea96ffe4 100644 --- a/mappings/net/minecraft/client/gui/screen/ingame/SignEditScreen.mapping +++ b/mappings/net/minecraft/client/gui/screen/ingame/SignEditScreen.mapping @@ -6,6 +6,6 @@ CLASS net/minecraft/class_498 net/minecraft/client/gui/screen/ingame/SignEditScr FIELD field_3030 ticksSinceOpened I FIELD field_3031 sign Lnet/minecraft/class_2625; FIELD field_3032 selectionManager Lnet/minecraft/class_3728; - METHOD (Lnet/minecraft/class_2625;)V + METHOD (Lnet/minecraft/class_2625;Z)V ARG 1 sign METHOD method_2526 finishEditing ()V diff --git a/mappings/net/minecraft/entity/Entity.mapping b/mappings/net/minecraft/entity/Entity.mapping index 57e9e35bf5..34fbdaa680 100644 --- a/mappings/net/minecraft/entity/Entity.mapping +++ b/mappings/net/minecraft/entity/Entity.mapping @@ -285,17 +285,6 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity METHOD method_31482 unsetRemoved ()V METHOD method_31483 getFirstPassenger ()Lnet/minecraft/class_1297; METHOD method_31484 streamIntoPassengers ()Ljava/util/stream/Stream; - METHOD method_31748 streamPassengersAndSelf ()Ljava/util/stream/Stream; - COMMENT Returns a stream consisting of this entity and its passengers recursively - COMMENT in which any entity appears only after all its passengers have appeared. - COMMENT - COMMENT

This is useful for actions that must be applied on passengers before - COMMENT applying on an entity, such as writing each entity to NBT data. - COMMENT - COMMENT @implNote The default implementation is very costly. I bet Mojangsta - COMMENT haven't used Java's FileTreeVisitor or any objectweb asm visitors! - COMMENT - COMMENT @see net.minecraft.entity.Entity#streamSelfAndPassengers() METHOD method_32312 getFrozenTicks ()I METHOD method_32313 getFreezingScale ()F METHOD method_32314 isFreezing ()Z diff --git a/mappings/net/minecraft/item/Items.mapping b/mappings/net/minecraft/item/Items.mapping index 98b85553fc..977185a321 100644 --- a/mappings/net/minecraft/item/Items.mapping +++ b/mappings/net/minecraft/item/Items.mapping @@ -88,7 +88,6 @@ CLASS net/minecraft/class_1802 net/minecraft/item/Items FIELD field_20392 MOSSY_COBBLESTONE Lnet/minecraft/class_1792; FIELD field_20393 PURPUR_BLOCK Lnet/minecraft/class_1792; FIELD field_20394 GRANITE Lnet/minecraft/class_1792; - FIELD field_20395 STONE_BRICKS Lnet/minecraft/class_1792; FIELD field_20396 MOSSY_STONE_BRICKS Lnet/minecraft/class_1792; FIELD field_20397 POLISHED_GRANITE Lnet/minecraft/class_1792; FIELD field_20398 NETHER_BRICKS Lnet/minecraft/class_1792; diff --git a/mappings/net/minecraft/network/packet/c2s/play/ClientSettingsC2SPacket.mapping b/mappings/net/minecraft/network/packet/c2s/play/ClientSettingsC2SPacket.mapping index b4c173ed14..9e8b8ae709 100644 --- a/mappings/net/minecraft/network/packet/c2s/play/ClientSettingsC2SPacket.mapping +++ b/mappings/net/minecraft/network/packet/c2s/play/ClientSettingsC2SPacket.mapping @@ -5,7 +5,7 @@ CLASS net/minecraft/class_2803 net/minecraft/network/packet/c2s/play/ClientSetti FIELD field_12780 viewDistance I FIELD field_12781 chatVisibility Lnet/minecraft/class_1659; FIELD field_12782 mainArm Lnet/minecraft/class_1306; - METHOD (Ljava/lang/String;ILnet/minecraft/class_1659;ZILnet/minecraft/class_1306;)V + METHOD (Ljava/lang/String;ILnet/minecraft/class_1659;ZILnet/minecraft/class_1306;Z)V ARG 1 language ARG 2 viewDistance ARG 3 chatVisibility diff --git a/mappings/net/minecraft/network/packet/s2c/play/GameMessageS2CPacket.mapping b/mappings/net/minecraft/network/packet/s2c/play/GameMessageS2CPacket.mapping index 2e3dd21c54..45982861f7 100644 --- a/mappings/net/minecraft/network/packet/s2c/play/GameMessageS2CPacket.mapping +++ b/mappings/net/minecraft/network/packet/s2c/play/GameMessageS2CPacket.mapping @@ -6,7 +6,6 @@ CLASS net/minecraft/class_2635 net/minecraft/network/packet/s2c/play/GameMessage ARG 1 message ARG 2 location ARG 3 senderUuid - METHOD method_11387 isNonChat ()Z METHOD method_11388 getMessage ()Lnet/minecraft/class_2561; METHOD method_11389 getLocation ()Lnet/minecraft/class_2556; METHOD method_29175 getSenderUuid ()Ljava/util/UUID; diff --git a/mappings/net/minecraft/server/network/ServerLoginNetworkHandler.mapping b/mappings/net/minecraft/server/network/ServerLoginNetworkHandler.mapping index 9e1195b303..f1ebad4f35 100644 --- a/mappings/net/minecraft/server/network/ServerLoginNetworkHandler.mapping +++ b/mappings/net/minecraft/server/network/ServerLoginNetworkHandler.mapping @@ -2,7 +2,6 @@ CLASS net/minecraft/class_3248 net/minecraft/server/network/ServerLoginNetworkHa FIELD field_14156 loginTicks I FIELD field_14157 authenticatorThreadId Ljava/util/concurrent/atomic/AtomicInteger; FIELD field_14158 connection Lnet/minecraft/class_2535; - FIELD field_14159 secretKey Ljavax/crypto/SecretKey; FIELD field_14160 profile Lcom/mojang/authlib/GameProfile; FIELD field_14161 player Lnet/minecraft/class_3222; FIELD field_14162 server Lnet/minecraft/server/MinecraftServer; diff --git a/mappings/net/minecraft/server/world/ServerWorld.mapping b/mappings/net/minecraft/server/world/ServerWorld.mapping index 71105ba51f..b7b3e52cd6 100644 --- a/mappings/net/minecraft/server/world/ServerWorld.mapping +++ b/mappings/net/minecraft/server/world/ServerWorld.mapping @@ -21,7 +21,6 @@ CLASS net/minecraft/class_3218 net/minecraft/server/world/ServerWorld FIELD field_26933 dragonParts Lit/unimi/dsi/fastutil/ints/Int2ObjectMap; FIELD field_26934 entityList Lnet/minecraft/class_5574; FIELD field_26935 entityManager Lnet/minecraft/class_5579; - FIELD field_28286 playersSleepingPercentage F METHOD (Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_5268;Lnet/minecraft/class_5321;Lnet/minecraft/class_2874;Lnet/minecraft/class_3949;Lnet/minecraft/class_2794;ZJLjava/util/List;Z)V ARG 1 server ARG 2 workerExecutor @@ -206,8 +205,6 @@ CLASS net/minecraft/class_3218 net/minecraft/server/world/ServerWorld METHOD method_32818 (Lnet/minecraft/class_2338;Lnet/minecraft/class_5747;Lnet/minecraft/class_3222;)V ARG 3 player METHOD method_32819 getLogicalHeight ()I - METHOD method_33142 getPlayersSleepingPercentage (Z)F - ARG 1 longEnough METHOD method_33143 handleSleeping ()V METHOD method_33144 isSleepingEnabled ()Z METHOD method_8448 updateSleepingPlayers ()V diff --git a/mappings/net/minecraft/structure/MineshaftGenerator.mapping b/mappings/net/minecraft/structure/MineshaftGenerator.mapping index c2074e3509..8b09ce10d5 100644 --- a/mappings/net/minecraft/structure/MineshaftGenerator.mapping +++ b/mappings/net/minecraft/structure/MineshaftGenerator.mapping @@ -55,9 +55,6 @@ CLASS net/minecraft/class_3353 net/minecraft/structure/MineshaftGenerator ARG 5 x ARG 6 y ARG 7 z - METHOD method_33775 isAirOrWater (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Z - ARG 1 world - ARG 2 pos METHOD method_33776 fillSupportBeam (Lnet/minecraft/class_5281;Lnet/minecraft/class_3341;III)V ARG 1 world ARG 2 box diff --git a/mappings/net/minecraft/world/entity/SectionedEntityCache.mapping b/mappings/net/minecraft/world/entity/SectionedEntityCache.mapping index ddcace741c..1e8c92c35e 100644 --- a/mappings/net/minecraft/world/entity/SectionedEntityCache.mapping +++ b/mappings/net/minecraft/world/entity/SectionedEntityCache.mapping @@ -25,8 +25,6 @@ CLASS net/minecraft/class_5573 net/minecraft/world/entity/SectionedEntityCache COMMENT Runs the given action on each collection of entities in the chunk sections within the given box. ARG 1 box ARG 2 action - METHOD method_31779 toPackedSectionPos (Lnet/minecraft/class_2338;)J - ARG 0 pos METHOD method_31780 (Lit/unimi/dsi/fastutil/longs/LongSet;J)V ARG 1 sectionPos METHOD method_31781 sectionCount ()I diff --git a/mappings/net/minecraft/world/event/listener/SimpleGameEventDispatcher.mapping b/mappings/net/minecraft/world/event/listener/SimpleGameEventDispatcher.mapping index 516011c7d2..62d194de75 100644 --- a/mappings/net/minecraft/world/event/listener/SimpleGameEventDispatcher.mapping +++ b/mappings/net/minecraft/world/event/listener/SimpleGameEventDispatcher.mapping @@ -13,5 +13,3 @@ CLASS net/minecraft/class_5711 net/minecraft/world/event/listener/SimpleGameEven ARG 3 entity ARG 4 pos ARG 5 listener - METHOD method_32942 isEmpty ()Z - COMMENT Returns whether this dispatcher has no listeners. diff --git a/mappings/net/minecraft/world/gen/NoiseCaveSampler.mapping b/mappings/net/minecraft/world/gen/NoiseCaveSampler.mapping index 4fb1305df2..743ed24fd3 100644 --- a/mappings/net/minecraft/world/gen/NoiseCaveSampler.mapping +++ b/mappings/net/minecraft/world/gen/NoiseCaveSampler.mapping @@ -17,8 +17,6 @@ CLASS net/minecraft/class_5833 net/minecraft/world/gen/NoiseCaveSampler METHOD (Lnet/minecraft/class_5819;I)V ARG 1 random ARG 2 minY - METHOD method_33745 scale (D)D - ARG 1 value METHOD method_33746 getAdditionNoise (III)D ARG 1 x ARG 2 y diff --git a/mappings/net/minecraft/world/gen/chunk/ChunkGeneratorSettings.mapping b/mappings/net/minecraft/world/gen/chunk/ChunkGeneratorSettings.mapping index 3050a9e3aa..2d39fccd88 100644 --- a/mappings/net/minecraft/world/gen/chunk/ChunkGeneratorSettings.mapping +++ b/mappings/net/minecraft/world/gen/chunk/ChunkGeneratorSettings.mapping @@ -18,7 +18,7 @@ CLASS net/minecraft/class_5284 net/minecraft/world/gen/chunk/ChunkGeneratorSetti FIELD field_26707 INSTANCE Lnet/minecraft/class_5284; FIELD field_28846 aquifers Z FIELD field_28847 noiseCaves Z - METHOD (Lnet/minecraft/class_5311;Lnet/minecraft/class_5309;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;IIIZZZ)V + METHOD (Lnet/minecraft/class_5311;Lnet/minecraft/class_5309;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;IIIZZZZ)V ARG 1 structuresConfig ARG 2 generationShapeConfig ARG 3 defaultBlock diff --git a/mappings/net/minecraft/world/gen/chunk/NoiseChunkGenerator.mapping b/mappings/net/minecraft/world/gen/chunk/NoiseChunkGenerator.mapping index 9366fe0f44..4528a34c92 100644 --- a/mappings/net/minecraft/world/gen/chunk/NoiseChunkGenerator.mapping +++ b/mappings/net/minecraft/world/gen/chunk/NoiseChunkGenerator.mapping @@ -4,7 +4,6 @@ CLASS net/minecraft/class_3754 net/minecraft/world/gen/chunk/NoiseChunkGenerator FIELD field_16572 verticalNoiseResolution I FIELD field_16573 defaultFluid Lnet/minecraft/class_2680; FIELD field_16576 defaultBlock Lnet/minecraft/class_2680; - FIELD field_16577 random Lnet/minecraft/class_5819; FIELD field_16578 noiseSizeZ I FIELD field_16580 noiseSizeX I FIELD field_16648 AIR Lnet/minecraft/class_2680; @@ -44,13 +43,9 @@ CLASS net/minecraft/class_3754 net/minecraft/world/gen/chunk/NoiseChunkGenerator METHOD method_28548 matchesSettings (JLnet/minecraft/class_5321;)Z ARG 1 seed ARG 3 settingsKey - METHOD method_33643 getBlockState (Lnet/minecraft/class_5817;Lnet/minecraft/class_5832;IIID)Lnet/minecraft/class_2680; + METHOD method_33643 getBlockState (Lnet/minecraft/class_5817;Lnet/minecraft/class_5832;Lnet/minecraft/class_5840;IIID)Lnet/minecraft/class_2680; ARG 1 structures ARG 2 aquiferSampler - ARG 3 x - ARG 4 y - ARG 5 z - ARG 6 noise METHOD method_33644 swapElements ([Ljava/lang/Object;)V ARG 1 array METHOD method_33754 populateNoise (Lnet/minecraft/class_5138;Lnet/minecraft/class_2791;II)Lnet/minecraft/class_2791; diff --git a/mappings/net/minecraft/world/gen/decorator/CarvingMaskDecoratorConfig.mapping b/mappings/net/minecraft/world/gen/decorator/CarvingMaskDecoratorConfig.mapping deleted file mode 100644 index 2a5a1d7656..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/CarvingMaskDecoratorConfig.mapping +++ /dev/null @@ -1,7 +0,0 @@ -CLASS net/minecraft/class_3269 net/minecraft/world/gen/decorator/CarvingMaskDecoratorConfig - FIELD field_14197 probability F - FIELD field_14198 step Lnet/minecraft/class_2893$class_2894; - FIELD field_24979 CODEC Lcom/mojang/serialization/Codec; - METHOD (Lnet/minecraft/class_2893$class_2894;F)V - ARG 1 step - ARG 2 probability diff --git a/mappings/net/minecraft/world/gen/decorator/Decoratable.mapping b/mappings/net/minecraft/world/gen/decorator/Decoratable.mapping index e9dccd8587..c22a658a79 100644 --- a/mappings/net/minecraft/world/gen/decorator/Decoratable.mapping +++ b/mappings/net/minecraft/world/gen/decorator/Decoratable.mapping @@ -24,6 +24,6 @@ CLASS net/minecraft/class_5432 net/minecraft/world/gen/decorator/Decoratable COMMENT the input positions by a random number between 0 and {@code maxCount}. ARG 1 maxCount COMMENT the maximum repetition count - METHOD method_30377 rangeOf (II)Ljava/lang/Object; + METHOD method_30377 rangeOf (Lnet/minecraft/class_5843;Lnet/minecraft/class_5843;)Ljava/lang/Object; COMMENT Applies the {@code minecraft:range} decorator, which returns the input COMMENT position with a y value from zero to {@code max}. diff --git a/mappings/net/minecraft/world/gen/decorator/DepthAverageDecoratorConfig.mapping b/mappings/net/minecraft/world/gen/decorator/DepthAverageDecoratorConfig.mapping index 673bdc7276..124ef38589 100644 --- a/mappings/net/minecraft/world/gen/decorator/DepthAverageDecoratorConfig.mapping +++ b/mappings/net/minecraft/world/gen/decorator/DepthAverageDecoratorConfig.mapping @@ -1,7 +1,5 @@ CLASS net/minecraft/class_3277 net/minecraft/world/gen/decorator/DepthAverageDecoratorConfig FIELD field_14212 spread I - FIELD field_14214 baseline I FIELD field_24982 CODEC Lcom/mojang/serialization/Codec; - METHOD (II)V - ARG 1 baseline + METHOD (Lnet/minecraft/class_5843;I)V ARG 2 spread diff --git a/mappings/net/minecraft/world/gen/decorator/EmeraldOreDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/EmeraldOreDecorator.mapping deleted file mode 100644 index b62c3bf02c..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/EmeraldOreDecorator.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_3282 net/minecraft/world/gen/decorator/EmeraldOreDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/EndIslandDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/EndIslandDecorator.mapping deleted file mode 100644 index 4f83f58bda..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/EndIslandDecorator.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_3287 net/minecraft/world/gen/decorator/EndIslandDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/FireDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/FireDecorator.mapping deleted file mode 100644 index 247ad47953..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/FireDecorator.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_3329 net/minecraft/world/gen/decorator/FireDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/IcebergDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/IcebergDecorator.mapping deleted file mode 100644 index accf4b3e84..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/IcebergDecorator.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_3291 net/minecraft/world/gen/decorator/IcebergDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/MagmaDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/MagmaDecorator.mapping deleted file mode 100644 index 17b32ab60b..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/MagmaDecorator.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_3334 net/minecraft/world/gen/decorator/MagmaDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/NopeDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/NopeDecorator.mapping deleted file mode 100644 index 39cd2c3427..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/NopeDecorator.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_3307 net/minecraft/world/gen/decorator/NopeDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/RangeBiasedDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/RangeBiasedDecorator.mapping deleted file mode 100644 index 18e9930acd..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/RangeBiasedDecorator.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_5439 net/minecraft/world/gen/decorator/RangeBiasedDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/RangeDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/RangeDecorator.mapping deleted file mode 100644 index 7f516a898f..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/RangeDecorator.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_5449 net/minecraft/world/gen/decorator/RangeDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/RangeDecoratorConfig.mapping b/mappings/net/minecraft/world/gen/decorator/RangeDecoratorConfig.mapping index 2579c0e80c..812d60ca9d 100644 --- a/mappings/net/minecraft/world/gen/decorator/RangeDecoratorConfig.mapping +++ b/mappings/net/minecraft/world/gen/decorator/RangeDecoratorConfig.mapping @@ -1,9 +1,2 @@ CLASS net/minecraft/class_2997 net/minecraft/world/gen/decorator/RangeDecoratorConfig - FIELD field_13432 maximum I - FIELD field_13433 topOffset I - FIELD field_13434 bottomOffset I FIELD field_24879 CODEC Lcom/mojang/serialization/Codec; - METHOD (III)V - ARG 1 bottomOffset - ARG 2 topOffset - ARG 3 maximum diff --git a/mappings/net/minecraft/world/gen/decorator/RangeVeryBiasedDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/RangeVeryBiasedDecorator.mapping deleted file mode 100644 index 3d18b4e2f5..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/RangeVeryBiasedDecorator.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_5451 net/minecraft/world/gen/decorator/RangeVeryBiasedDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/SimpleDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/SimpleDecorator.mapping deleted file mode 100644 index bde96f53a2..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/SimpleDecorator.mapping +++ /dev/null @@ -1,5 +0,0 @@ -CLASS net/minecraft/class_3667 net/minecraft/world/gen/decorator/SimpleDecorator - METHOD method_14452 getPositions (Ljava/util/Random;Lnet/minecraft/class_2998;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream; - ARG 1 random - ARG 2 config - ARG 3 pos diff --git a/mappings/net/minecraft/world/gen/decorator/WaterLakeDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/WaterLakeDecorator.mapping deleted file mode 100644 index 6c55f0ee3f..0000000000 --- a/mappings/net/minecraft/world/gen/decorator/WaterLakeDecorator.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_3301 net/minecraft/world/gen/decorator/WaterLakeDecorator diff --git a/mappings/net/minecraft/world/gen/feature/ConfiguredFeatures.mapping b/mappings/net/minecraft/world/gen/feature/ConfiguredFeatures.mapping index f79861f172..dc836bfe22 100644 --- a/mappings/net/minecraft/world/gen/feature/ConfiguredFeatures.mapping +++ b/mappings/net/minecraft/world/gen/feature/ConfiguredFeatures.mapping @@ -26,8 +26,6 @@ CLASS net/minecraft/class_5464 net/minecraft/world/gen/feature/ConfiguredFeature FIELD field_26159 TOP_SOLID_HEIGHTMAP Lnet/minecraft/class_3243; FIELD field_26160 HEIGHTMAP_WORLD_SURFACE Lnet/minecraft/class_3243; FIELD field_26161 HEIGHTMAP_SPREAD_DOUBLE Lnet/minecraft/class_3243; - FIELD field_26162 NETHER_ORE Lnet/minecraft/class_3243; - FIELD field_26163 NETHER_SPRING Lnet/minecraft/class_3243; FIELD field_26164 SPREAD_32_ABOVE Lnet/minecraft/class_3243; FIELD field_26165 SQUARE_HEIGHTMAP Lnet/minecraft/class_3243; FIELD field_26166 SQUARE_HEIGHTMAP_SPREAD_DOUBLE Lnet/minecraft/class_3243; diff --git a/mappings/net/minecraft/world/gen/feature/LargeDripstoneFeature.mapping b/mappings/net/minecraft/world/gen/feature/LargeDripstoneFeature.mapping index 282a12886d..539a6e62f3 100644 --- a/mappings/net/minecraft/world/gen/feature/LargeDripstoneFeature.mapping +++ b/mappings/net/minecraft/world/gen/feature/LargeDripstoneFeature.mapping @@ -30,8 +30,6 @@ CLASS net/minecraft/class_5727 net/minecraft/world/gen/feature/LargeDripstoneFea ARG 3 wind METHOD method_33025 generateWind (Lnet/minecraft/class_5732;)Z ARG 1 config - METHOD method_33026 getStalactiteHeight ()I - METHOD method_33028 getStalagmiteHeight ()I CLASS class_5729 WindModifier FIELD field_28211 y I FIELD field_28212 wind Lnet/minecraft/class_243;