diff --git a/mappings/net/minecraft/client/gui/widget/LevelListWidget.mapping b/mappings/net/minecraft/client/gui/menu/LevelListWidget.mapping similarity index 94% rename from mappings/net/minecraft/client/gui/widget/LevelListWidget.mapping rename to mappings/net/minecraft/client/gui/menu/LevelListWidget.mapping index c8561ed8d0..ef4b904774 100644 --- a/mappings/net/minecraft/client/gui/widget/LevelListWidget.mapping +++ b/mappings/net/minecraft/client/gui/menu/LevelListWidget.mapping @@ -1,4 +1,4 @@ -CLASS dct net/minecraft/client/gui/widget/LevelListWidget +CLASS dct net/minecraft/client/gui/menu/LevelListWidget CLASS dct$a LevelItem FIELD b client Lcvb; FIELD c screen Ldcs; diff --git a/mappings/net/minecraft/client/gui/widget/MultiplayerServerListWidget.mapping b/mappings/net/minecraft/client/gui/menu/MultiplayerServerListWidget.mapping similarity index 87% rename from mappings/net/minecraft/client/gui/widget/MultiplayerServerListWidget.mapping rename to mappings/net/minecraft/client/gui/menu/MultiplayerServerListWidget.mapping index 116b005b64..4db08a3d36 100644 --- a/mappings/net/minecraft/client/gui/widget/MultiplayerServerListWidget.mapping +++ b/mappings/net/minecraft/client/gui/menu/MultiplayerServerListWidget.mapping @@ -1,4 +1,4 @@ -CLASS dbq net/minecraft/client/gui/widget/MultiplayerServerListWidget +CLASS dbq net/minecraft/client/gui/menu/MultiplayerServerListWidget CLASS dbq$a Entry CLASS dbq$c LanServerListEntry FIELD a client Lcvb; diff --git a/mappings/net/minecraft/item/AirBlockItem.mapping b/mappings/net/minecraft/item/AirBlockItem.mapping new file mode 100644 index 0000000000..403b07278b --- /dev/null +++ b/mappings/net/minecraft/item/AirBlockItem.mapping @@ -0,0 +1,2 @@ +CLASS azn net/minecraft/item/AirBlockItem + FIELD a block Lbme; diff --git a/mappings/net/minecraft/item/block/BannerItem.mapping b/mappings/net/minecraft/item/BannerItem.mapping similarity index 80% rename from mappings/net/minecraft/item/block/BannerItem.mapping rename to mappings/net/minecraft/item/BannerItem.mapping index 79ae42308f..08aa551dd8 100644 --- a/mappings/net/minecraft/item/block/BannerItem.mapping +++ b/mappings/net/minecraft/item/BannerItem.mapping @@ -1,4 +1,4 @@ -CLASS azu net/minecraft/item/block/BannerItem +CLASS azu net/minecraft/item/BannerItem METHOD (Lbme;Lbme;Lbbp$a;)V ARG 1 standingBlock ARG 2 wallBlock diff --git a/mappings/net/minecraft/item/BedItem.mapping b/mappings/net/minecraft/item/BedItem.mapping new file mode 100644 index 0000000000..3b03a5126c --- /dev/null +++ b/mappings/net/minecraft/item/BedItem.mapping @@ -0,0 +1 @@ +CLASS azw net/minecraft/item/BedItem diff --git a/mappings/net/minecraft/item/block/BlockItem.mapping b/mappings/net/minecraft/item/BlockItem.mapping similarity index 91% rename from mappings/net/minecraft/item/block/BlockItem.mapping rename to mappings/net/minecraft/item/BlockItem.mapping index e30207db76..d3cf1174b2 100644 --- a/mappings/net/minecraft/item/block/BlockItem.mapping +++ b/mappings/net/minecraft/item/BlockItem.mapping @@ -1,4 +1,4 @@ -CLASS azx net/minecraft/item/block/BlockItem +CLASS azx net/minecraft/item/BlockItem FIELD a block Lbme; METHOD a place (Lazy;)Lagy; METHOD a setBlockState (Lazy;Lbvc;)Z diff --git a/mappings/net/minecraft/item/CommandBlockItem.mapping b/mappings/net/minecraft/item/CommandBlockItem.mapping new file mode 100644 index 0000000000..6df37294d2 --- /dev/null +++ b/mappings/net/minecraft/item/CommandBlockItem.mapping @@ -0,0 +1 @@ +CLASS bbl net/minecraft/item/CommandBlockItem diff --git a/mappings/net/minecraft/item/LilyPadItem.mapping b/mappings/net/minecraft/item/LilyPadItem.mapping new file mode 100644 index 0000000000..d58aa9c7ae --- /dev/null +++ b/mappings/net/minecraft/item/LilyPadItem.mapping @@ -0,0 +1 @@ +CLASS bdg net/minecraft/item/LilyPadItem diff --git a/mappings/net/minecraft/item/ScaffoldingItem.mapping b/mappings/net/minecraft/item/ScaffoldingItem.mapping new file mode 100644 index 0000000000..fb4a2f6226 --- /dev/null +++ b/mappings/net/minecraft/item/ScaffoldingItem.mapping @@ -0,0 +1 @@ +CLASS bck net/minecraft/item/ScaffoldingItem diff --git a/mappings/net/minecraft/item/SignItem.mapping b/mappings/net/minecraft/item/SignItem.mapping new file mode 100644 index 0000000000..9c1ce64c07 --- /dev/null +++ b/mappings/net/minecraft/item/SignItem.mapping @@ -0,0 +1 @@ +CLASS bcp net/minecraft/item/SignItem diff --git a/mappings/net/minecraft/item/block/SkullItem.mapping b/mappings/net/minecraft/item/SkullItem.mapping similarity index 62% rename from mappings/net/minecraft/item/block/SkullItem.mapping rename to mappings/net/minecraft/item/SkullItem.mapping index 33b9d5bc52..ca1c38c27e 100644 --- a/mappings/net/minecraft/item/block/SkullItem.mapping +++ b/mappings/net/minecraft/item/SkullItem.mapping @@ -1,4 +1,4 @@ -CLASS bce net/minecraft/item/block/SkullItem +CLASS bce net/minecraft/item/SkullItem METHOD (Lbme;Lbme;Lbbp$a;)V ARG 1 standingBlock ARG 2 wallBlock diff --git a/mappings/net/minecraft/item/TallBlockItem.mapping b/mappings/net/minecraft/item/TallBlockItem.mapping new file mode 100644 index 0000000000..f072298d1f --- /dev/null +++ b/mappings/net/minecraft/item/TallBlockItem.mapping @@ -0,0 +1 @@ +CLASS baq net/minecraft/item/TallBlockItem diff --git a/mappings/net/minecraft/item/block/WallStandingBlockItem.mapping b/mappings/net/minecraft/item/WallStandingBlockItem.mapping similarity index 63% rename from mappings/net/minecraft/item/block/WallStandingBlockItem.mapping rename to mappings/net/minecraft/item/WallStandingBlockItem.mapping index 6bc832cc54..3a1b9b3cf6 100644 --- a/mappings/net/minecraft/item/block/WallStandingBlockItem.mapping +++ b/mappings/net/minecraft/item/WallStandingBlockItem.mapping @@ -1,4 +1,4 @@ -CLASS bcv net/minecraft/item/block/WallStandingBlockItem +CLASS bcv net/minecraft/item/WallStandingBlockItem FIELD a wallBlock Lbme; METHOD (Lbme;Lbme;Lbbp$a;)V ARG 1 standingBlock diff --git a/mappings/net/minecraft/item/block/AirBlockItem.mapping b/mappings/net/minecraft/item/block/AirBlockItem.mapping deleted file mode 100644 index b55090254a..0000000000 --- a/mappings/net/minecraft/item/block/AirBlockItem.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS azn net/minecraft/item/block/AirBlockItem - FIELD a block Lbme; diff --git a/mappings/net/minecraft/item/block/BedItem.mapping b/mappings/net/minecraft/item/block/BedItem.mapping deleted file mode 100644 index 2eccfa4ae0..0000000000 --- a/mappings/net/minecraft/item/block/BedItem.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS azw net/minecraft/item/block/BedItem diff --git a/mappings/net/minecraft/item/block/CommandBlockItem.mapping b/mappings/net/minecraft/item/block/CommandBlockItem.mapping deleted file mode 100644 index ab94f54540..0000000000 --- a/mappings/net/minecraft/item/block/CommandBlockItem.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS bbl net/minecraft/item/block/CommandBlockItem diff --git a/mappings/net/minecraft/item/block/LilyPadItem.mapping b/mappings/net/minecraft/item/block/LilyPadItem.mapping deleted file mode 100644 index 199c152dd6..0000000000 --- a/mappings/net/minecraft/item/block/LilyPadItem.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS bdg net/minecraft/item/block/LilyPadItem diff --git a/mappings/net/minecraft/item/block/ScaffoldingItem.mapping b/mappings/net/minecraft/item/block/ScaffoldingItem.mapping deleted file mode 100644 index 11a375e06e..0000000000 --- a/mappings/net/minecraft/item/block/ScaffoldingItem.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS bck net/minecraft/item/block/ScaffoldingItem diff --git a/mappings/net/minecraft/item/block/SignItem.mapping b/mappings/net/minecraft/item/block/SignItem.mapping deleted file mode 100644 index 77493a0f60..0000000000 --- a/mappings/net/minecraft/item/block/SignItem.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS bcp net/minecraft/item/block/SignItem diff --git a/mappings/net/minecraft/item/block/TallBlockItem.mapping b/mappings/net/minecraft/item/block/TallBlockItem.mapping deleted file mode 100644 index 12b9b15982..0000000000 --- a/mappings/net/minecraft/item/block/TallBlockItem.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS baq net/minecraft/item/block/TallBlockItem diff --git a/mappings/net/minecraft/server/config/BanEntry.mapping b/mappings/net/minecraft/server/BanEntry.mapping similarity index 88% rename from mappings/net/minecraft/server/config/BanEntry.mapping rename to mappings/net/minecraft/server/BanEntry.mapping index acfffb681d..c6738d229f 100644 --- a/mappings/net/minecraft/server/config/BanEntry.mapping +++ b/mappings/net/minecraft/server/BanEntry.mapping @@ -1,4 +1,4 @@ -CLASS xk net/minecraft/server/config/BanEntry +CLASS xk net/minecraft/server/BanEntry FIELD a DATE_FORMAT Ljava/text/SimpleDateFormat; FIELD b creationDate Ljava/util/Date; FIELD c source Ljava/lang/String; diff --git a/mappings/net/minecraft/server/config/BannedIpEntry.mapping b/mappings/net/minecraft/server/BannedIpEntry.mapping similarity index 82% rename from mappings/net/minecraft/server/config/BannedIpEntry.mapping rename to mappings/net/minecraft/server/BannedIpEntry.mapping index dcbea0a9a2..a3daaa0d98 100644 --- a/mappings/net/minecraft/server/config/BannedIpEntry.mapping +++ b/mappings/net/minecraft/server/BannedIpEntry.mapping @@ -1,4 +1,4 @@ -CLASS xn net/minecraft/server/config/BannedIpEntry +CLASS xn net/minecraft/server/BannedIpEntry METHOD (Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;)V ARG 1 ip ARG 2 created diff --git a/mappings/net/minecraft/server/config/BannedIpList.mapping b/mappings/net/minecraft/server/BannedIpList.mapping similarity index 76% rename from mappings/net/minecraft/server/config/BannedIpList.mapping rename to mappings/net/minecraft/server/BannedIpList.mapping index 23b6da318a..c6c5d43090 100644 --- a/mappings/net/minecraft/server/config/BannedIpList.mapping +++ b/mappings/net/minecraft/server/BannedIpList.mapping @@ -1,4 +1,4 @@ -CLASS xm net/minecraft/server/config/BannedIpList +CLASS xm net/minecraft/server/BannedIpList METHOD a contains (Ljava/net/SocketAddress;)Z METHOD b get (Ljava/net/SocketAddress;)Lxn; METHOD c stringifyAddress (Ljava/net/SocketAddress;)Ljava/lang/String; diff --git a/mappings/net/minecraft/server/config/BannedPlayerEntry.mapping b/mappings/net/minecraft/server/BannedPlayerEntry.mapping similarity index 83% rename from mappings/net/minecraft/server/config/BannedPlayerEntry.mapping rename to mappings/net/minecraft/server/BannedPlayerEntry.mapping index f210363a6f..79033a31e5 100644 --- a/mappings/net/minecraft/server/config/BannedPlayerEntry.mapping +++ b/mappings/net/minecraft/server/BannedPlayerEntry.mapping @@ -1,4 +1,4 @@ -CLASS xv net/minecraft/server/config/BannedPlayerEntry +CLASS xv net/minecraft/server/BannedPlayerEntry METHOD (Lcom/mojang/authlib/GameProfile;Ljava/util/Date;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;)V ARG 1 profile ARG 2 created diff --git a/mappings/net/minecraft/server/config/BannedPlayerList.mapping b/mappings/net/minecraft/server/BannedPlayerList.mapping similarity index 50% rename from mappings/net/minecraft/server/config/BannedPlayerList.mapping rename to mappings/net/minecraft/server/BannedPlayerList.mapping index b38073fce7..8911108559 100644 --- a/mappings/net/minecraft/server/config/BannedPlayerList.mapping +++ b/mappings/net/minecraft/server/BannedPlayerList.mapping @@ -1,2 +1,2 @@ -CLASS xu net/minecraft/server/config/BannedPlayerList +CLASS xu net/minecraft/server/BannedPlayerList METHOD a contains (Lcom/mojang/authlib/GameProfile;)Z diff --git a/mappings/net/minecraft/server/config/OperatorEntry.mapping b/mappings/net/minecraft/server/OperatorEntry.mapping similarity index 86% rename from mappings/net/minecraft/server/config/OperatorEntry.mapping rename to mappings/net/minecraft/server/OperatorEntry.mapping index b820ce49be..aa748d822f 100644 --- a/mappings/net/minecraft/server/config/OperatorEntry.mapping +++ b/mappings/net/minecraft/server/OperatorEntry.mapping @@ -1,4 +1,4 @@ -CLASS xr net/minecraft/server/config/OperatorEntry +CLASS xr net/minecraft/server/OperatorEntry FIELD a permissionLevel I FIELD b bypassPlayerLimit Z METHOD (Lcom/mojang/authlib/GameProfile;IZ)V diff --git a/mappings/net/minecraft/server/config/OperatorList.mapping b/mappings/net/minecraft/server/OperatorList.mapping similarity index 50% rename from mappings/net/minecraft/server/config/OperatorList.mapping rename to mappings/net/minecraft/server/OperatorList.mapping index 9ae518a4b2..4d9bf4274b 100644 --- a/mappings/net/minecraft/server/config/OperatorList.mapping +++ b/mappings/net/minecraft/server/OperatorList.mapping @@ -1,2 +1,2 @@ -CLASS xq net/minecraft/server/config/OperatorList +CLASS xq net/minecraft/server/OperatorList METHOD b isOp (Lcom/mojang/authlib/GameProfile;)Z diff --git a/mappings/net/minecraft/server/config/ServerConfigEntry.mapping b/mappings/net/minecraft/server/ServerConfigEntry.mapping similarity index 73% rename from mappings/net/minecraft/server/config/ServerConfigEntry.mapping rename to mappings/net/minecraft/server/ServerConfigEntry.mapping index 7730d7b00c..5db3aa6979 100644 --- a/mappings/net/minecraft/server/config/ServerConfigEntry.mapping +++ b/mappings/net/minecraft/server/ServerConfigEntry.mapping @@ -1,4 +1,4 @@ -CLASS xs net/minecraft/server/config/ServerConfigEntry +CLASS xs net/minecraft/server/ServerConfigEntry FIELD a object Ljava/lang/Object; METHOD a serialize (Lcom/google/gson/JsonObject;)V METHOD f isInvalid ()Z diff --git a/mappings/net/minecraft/server/config/ServerConfigHandler.mapping b/mappings/net/minecraft/server/ServerConfigHandler.mapping similarity index 98% rename from mappings/net/minecraft/server/config/ServerConfigHandler.mapping rename to mappings/net/minecraft/server/ServerConfigHandler.mapping index 7b666be8a9..322653efbd 100644 --- a/mappings/net/minecraft/server/config/ServerConfigHandler.mapping +++ b/mappings/net/minecraft/server/ServerConfigHandler.mapping @@ -1,4 +1,4 @@ -CLASS xo net/minecraft/server/config/ServerConfigHandler +CLASS xo net/minecraft/server/ServerConfigHandler CLASS xo$1 METHOD onProfileLookupFailed (Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)V ARG 1 profile diff --git a/mappings/net/minecraft/server/config/ServerConfigList.mapping b/mappings/net/minecraft/server/ServerConfigList.mapping similarity index 93% rename from mappings/net/minecraft/server/config/ServerConfigList.mapping rename to mappings/net/minecraft/server/ServerConfigList.mapping index d8e7017fb4..df2ae022f7 100644 --- a/mappings/net/minecraft/server/config/ServerConfigList.mapping +++ b/mappings/net/minecraft/server/ServerConfigList.mapping @@ -1,4 +1,4 @@ -CLASS xt net/minecraft/server/config/ServerConfigList +CLASS xt net/minecraft/server/ServerConfigList CLASS xt$a DeSerializer FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD b GSON Lcom/google/gson/Gson; diff --git a/mappings/net/minecraft/server/WhitelistEntry.mapping b/mappings/net/minecraft/server/WhitelistEntry.mapping new file mode 100644 index 0000000000..25bbd659a2 --- /dev/null +++ b/mappings/net/minecraft/server/WhitelistEntry.mapping @@ -0,0 +1 @@ +CLASS xx net/minecraft/server/WhitelistEntry diff --git a/mappings/net/minecraft/server/WhitelistList.mapping b/mappings/net/minecraft/server/WhitelistList.mapping new file mode 100644 index 0000000000..d3b240198d --- /dev/null +++ b/mappings/net/minecraft/server/WhitelistList.mapping @@ -0,0 +1 @@ +CLASS xw net/minecraft/server/WhitelistList diff --git a/mappings/net/minecraft/server/config/WhitelistEntry.mapping b/mappings/net/minecraft/server/config/WhitelistEntry.mapping deleted file mode 100644 index 1c02bb383d..0000000000 --- a/mappings/net/minecraft/server/config/WhitelistEntry.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS xx net/minecraft/server/config/WhitelistEntry diff --git a/mappings/net/minecraft/server/config/WhitelistList.mapping b/mappings/net/minecraft/server/config/WhitelistList.mapping deleted file mode 100644 index 2b715ecac9..0000000000 --- a/mappings/net/minecraft/server/config/WhitelistList.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS xw net/minecraft/server/config/WhitelistList diff --git a/mappings/net/minecraft/structure/generator/BuriedTreasureGenerator.mapping b/mappings/net/minecraft/structure/BuriedTreasureGenerator.mapping similarity index 67% rename from mappings/net/minecraft/structure/generator/BuriedTreasureGenerator.mapping rename to mappings/net/minecraft/structure/BuriedTreasureGenerator.mapping index 74e97e5f67..0eff15b6ad 100644 --- a/mappings/net/minecraft/structure/generator/BuriedTreasureGenerator.mapping +++ b/mappings/net/minecraft/structure/BuriedTreasureGenerator.mapping @@ -1,4 +1,4 @@ -CLASS chl net/minecraft/structure/generator/BuriedTreasureGenerator +CLASS chl net/minecraft/structure/BuriedTreasureGenerator CLASS chl$a Piece METHOD (Lcix;Lib;)V ARG 2 tag diff --git a/mappings/net/minecraft/structure/DesertTempleGenerator.mapping b/mappings/net/minecraft/structure/DesertTempleGenerator.mapping new file mode 100644 index 0000000000..d92d843f73 --- /dev/null +++ b/mappings/net/minecraft/structure/DesertTempleGenerator.mapping @@ -0,0 +1,2 @@ +CLASS chm net/minecraft/structure/DesertTempleGenerator + FIELD e hasPlacedChest [Z diff --git a/mappings/net/minecraft/structure/DesertVillageData.mapping b/mappings/net/minecraft/structure/DesertVillageData.mapping new file mode 100644 index 0000000000..8fdf319d20 --- /dev/null +++ b/mappings/net/minecraft/structure/DesertVillageData.mapping @@ -0,0 +1,2 @@ +CLASS cal net/minecraft/structure/DesertVillageData + METHOD a initialize ()V diff --git a/mappings/net/minecraft/structure/generator/EndCityGenerator.mapping b/mappings/net/minecraft/structure/EndCityGenerator.mapping similarity index 91% rename from mappings/net/minecraft/structure/generator/EndCityGenerator.mapping rename to mappings/net/minecraft/structure/EndCityGenerator.mapping index 8aabeba124..3a569742de 100644 --- a/mappings/net/minecraft/structure/generator/EndCityGenerator.mapping +++ b/mappings/net/minecraft/structure/EndCityGenerator.mapping @@ -1,4 +1,4 @@ -CLASS chn net/minecraft/structure/generator/EndCityGenerator +CLASS chn net/minecraft/structure/EndCityGenerator CLASS chn$a Piece FIELD d template Ljava/lang/String; FIELD e rotation Lbqp; diff --git a/mappings/net/minecraft/structure/generator/IglooGenerator.mapping b/mappings/net/minecraft/structure/IglooGenerator.mapping similarity index 72% rename from mappings/net/minecraft/structure/generator/IglooGenerator.mapping rename to mappings/net/minecraft/structure/IglooGenerator.mapping index 20e0f6515f..0af160a95b 100644 --- a/mappings/net/minecraft/structure/generator/IglooGenerator.mapping +++ b/mappings/net/minecraft/structure/IglooGenerator.mapping @@ -1,4 +1,4 @@ -CLASS cho net/minecraft/structure/generator/IglooGenerator +CLASS cho net/minecraft/structure/IglooGenerator CLASS cho$a Piece FIELD d template Lqs; FIELD e rotation Lbqp; diff --git a/mappings/net/minecraft/structure/generator/JungleTempleGenerator.mapping b/mappings/net/minecraft/structure/JungleTempleGenerator.mapping similarity index 73% rename from mappings/net/minecraft/structure/generator/JungleTempleGenerator.mapping rename to mappings/net/minecraft/structure/JungleTempleGenerator.mapping index 2eece1df94..74601bb9b5 100644 --- a/mappings/net/minecraft/structure/generator/JungleTempleGenerator.mapping +++ b/mappings/net/minecraft/structure/JungleTempleGenerator.mapping @@ -1,4 +1,4 @@ -CLASS chp net/minecraft/structure/generator/JungleTempleGenerator +CLASS chp net/minecraft/structure/JungleTempleGenerator CLASS chp$a METHOD a (Ljava/util/Random;IIIZ)V ARG 1 random diff --git a/mappings/net/minecraft/structure/generator/MineshaftGenerator.mapping b/mappings/net/minecraft/structure/MineshaftGenerator.mapping similarity index 92% rename from mappings/net/minecraft/structure/generator/MineshaftGenerator.mapping rename to mappings/net/minecraft/structure/MineshaftGenerator.mapping index 63f685804c..90481c9730 100644 --- a/mappings/net/minecraft/structure/generator/MineshaftGenerator.mapping +++ b/mappings/net/minecraft/structure/MineshaftGenerator.mapping @@ -1,4 +1,4 @@ -CLASS chr net/minecraft/structure/generator/MineshaftGenerator +CLASS chr net/minecraft/structure/MineshaftGenerator CLASS chr$a MineshaftCorridor FIELD b hasRails Z FIELD c hasCobwebs Z diff --git a/mappings/net/minecraft/structure/NetherFortressGenerator.mapping b/mappings/net/minecraft/structure/NetherFortressGenerator.mapping new file mode 100644 index 0000000000..21c7f8eda8 --- /dev/null +++ b/mappings/net/minecraft/structure/NetherFortressGenerator.mapping @@ -0,0 +1,2 @@ +CLASS chs net/minecraft/structure/NetherFortressGenerator + CLASS chs$q Start diff --git a/mappings/net/minecraft/structure/generator/OceanMonumentGenerator.mapping b/mappings/net/minecraft/structure/OceanMonumentGenerator.mapping similarity index 58% rename from mappings/net/minecraft/structure/generator/OceanMonumentGenerator.mapping rename to mappings/net/minecraft/structure/OceanMonumentGenerator.mapping index 7617df64cb..4cf81e558e 100644 --- a/mappings/net/minecraft/structure/generator/OceanMonumentGenerator.mapping +++ b/mappings/net/minecraft/structure/OceanMonumentGenerator.mapping @@ -1,4 +1,4 @@ -CLASS cht net/minecraft/structure/generator/OceanMonumentGenerator +CLASS cht net/minecraft/structure/OceanMonumentGenerator CLASS cht$p Entry CLASS cht$q Penthouse CLASS cht$s SimpleRoom diff --git a/mappings/net/minecraft/structure/generator/OceanTempleGenerator.mapping b/mappings/net/minecraft/structure/OceanTempleGenerator.mapping similarity index 93% rename from mappings/net/minecraft/structure/generator/OceanTempleGenerator.mapping rename to mappings/net/minecraft/structure/OceanTempleGenerator.mapping index d81a26cf4d..7e7ee1884a 100644 --- a/mappings/net/minecraft/structure/generator/OceanTempleGenerator.mapping +++ b/mappings/net/minecraft/structure/OceanTempleGenerator.mapping @@ -1,4 +1,4 @@ -CLASS chv net/minecraft/structure/generator/OceanTempleGenerator +CLASS chv net/minecraft/structure/OceanTempleGenerator CLASS chv$a Piece FIELD d biomeType Lchu$b; FIELD e integrity F diff --git a/mappings/net/minecraft/structure/generator/PillagerOutpostGenerator.mapping b/mappings/net/minecraft/structure/PillagerOutpostGenerator.mapping similarity index 70% rename from mappings/net/minecraft/structure/generator/PillagerOutpostGenerator.mapping rename to mappings/net/minecraft/structure/PillagerOutpostGenerator.mapping index 6a6707ccba..94ee35beb2 100644 --- a/mappings/net/minecraft/structure/generator/PillagerOutpostGenerator.mapping +++ b/mappings/net/minecraft/structure/PillagerOutpostGenerator.mapping @@ -1,4 +1,4 @@ -CLASS chw net/minecraft/structure/generator/PillagerOutpostGenerator +CLASS chw net/minecraft/structure/PillagerOutpostGenerator CLASS chw$a Piece METHOD a addPieces (Lbwr;Lcix;Lev;Ljava/util/List;Lbyt;)V ARG 0 chunkGenerator diff --git a/mappings/net/minecraft/structure/PlainsVillageData.mapping b/mappings/net/minecraft/structure/PlainsVillageData.mapping new file mode 100644 index 0000000000..08399c57a9 --- /dev/null +++ b/mappings/net/minecraft/structure/PlainsVillageData.mapping @@ -0,0 +1,2 @@ +CLASS ccu net/minecraft/structure/PlainsVillageData + METHOD a initialize ()V diff --git a/mappings/net/minecraft/structure/SavannaVillageData.mapping b/mappings/net/minecraft/structure/SavannaVillageData.mapping new file mode 100644 index 0000000000..3b6a4ff965 --- /dev/null +++ b/mappings/net/minecraft/structure/SavannaVillageData.mapping @@ -0,0 +1,2 @@ +CLASS cdi net/minecraft/structure/SavannaVillageData + METHOD a initialize ()V diff --git a/mappings/net/minecraft/structure/generator/ShipwreckGenerator.mapping b/mappings/net/minecraft/structure/ShipwreckGenerator.mapping similarity index 84% rename from mappings/net/minecraft/structure/generator/ShipwreckGenerator.mapping rename to mappings/net/minecraft/structure/ShipwreckGenerator.mapping index 65c1968208..9e696a8aa5 100644 --- a/mappings/net/minecraft/structure/generator/ShipwreckGenerator.mapping +++ b/mappings/net/minecraft/structure/ShipwreckGenerator.mapping @@ -1,4 +1,4 @@ -CLASS chz net/minecraft/structure/generator/ShipwreckGenerator +CLASS chz net/minecraft/structure/ShipwreckGenerator CLASS chz$a Piece FIELD d rotation Lbqp; FIELD e template Lqs; diff --git a/mappings/net/minecraft/structure/SnowyVillageData.mapping b/mappings/net/minecraft/structure/SnowyVillageData.mapping new file mode 100644 index 0000000000..309ac92f20 --- /dev/null +++ b/mappings/net/minecraft/structure/SnowyVillageData.mapping @@ -0,0 +1,2 @@ +CLASS cdv net/minecraft/structure/SnowyVillageData + METHOD a initialize ()V diff --git a/mappings/net/minecraft/structure/generator/StrongholdGenerator.mapping b/mappings/net/minecraft/structure/StrongholdGenerator.mapping similarity index 80% rename from mappings/net/minecraft/structure/generator/StrongholdGenerator.mapping rename to mappings/net/minecraft/structure/StrongholdGenerator.mapping index 94292bf29c..609367c199 100644 --- a/mappings/net/minecraft/structure/generator/StrongholdGenerator.mapping +++ b/mappings/net/minecraft/structure/StrongholdGenerator.mapping @@ -1,4 +1,4 @@ -CLASS cia net/minecraft/structure/generator/StrongholdGenerator +CLASS cia net/minecraft/structure/StrongholdGenerator CLASS cia$a Door CLASS cia$c FiveWayCrossing FIELD a leftLow Z diff --git a/mappings/net/minecraft/world/gen/feature/StructureFeatures.mapping b/mappings/net/minecraft/structure/StructureFeatures.mapping similarity index 91% rename from mappings/net/minecraft/world/gen/feature/StructureFeatures.mapping rename to mappings/net/minecraft/structure/StructureFeatures.mapping index 7a6a92db66..afaa69d04f 100644 --- a/mappings/net/minecraft/world/gen/feature/StructureFeatures.mapping +++ b/mappings/net/minecraft/structure/StructureFeatures.mapping @@ -1,4 +1,4 @@ -CLASS cib net/minecraft/world/gen/feature/StructureFeatures +CLASS cib net/minecraft/structure/StructureFeatures FIELD a MINESHAFT Lcec; FIELD b PILLAGER_OUTPOST Lcec; FIELD c FORTRESS Lcec; diff --git a/mappings/net/minecraft/structure/SwampHutGenerator.mapping b/mappings/net/minecraft/structure/SwampHutGenerator.mapping new file mode 100644 index 0000000000..4c37812b9c --- /dev/null +++ b/mappings/net/minecraft/structure/SwampHutGenerator.mapping @@ -0,0 +1,3 @@ +CLASS cif net/minecraft/structure/SwampHutGenerator + FIELD e hasWitch Z + FIELD f hasCat Z diff --git a/mappings/net/minecraft/structure/TaigaVillageData.mapping b/mappings/net/minecraft/structure/TaigaVillageData.mapping new file mode 100644 index 0000000000..aca399d92f --- /dev/null +++ b/mappings/net/minecraft/structure/TaigaVillageData.mapping @@ -0,0 +1,2 @@ +CLASS cei net/minecraft/structure/TaigaVillageData + METHOD a initialize ()V diff --git a/mappings/net/minecraft/structure/generator/village/VillageGenerator.mapping b/mappings/net/minecraft/structure/VillageGenerator.mapping similarity index 73% rename from mappings/net/minecraft/structure/generator/village/VillageGenerator.mapping rename to mappings/net/minecraft/structure/VillageGenerator.mapping index 22c77f91fc..820178d9c5 100644 --- a/mappings/net/minecraft/structure/generator/village/VillageGenerator.mapping +++ b/mappings/net/minecraft/structure/VillageGenerator.mapping @@ -1,4 +1,4 @@ -CLASS cem net/minecraft/structure/generator/village/VillageGenerator +CLASS cem net/minecraft/structure/VillageGenerator CLASS cem$a Piece METHOD a addPieces (Lbwr;Lcix;Lev;Ljava/util/List;Lbyt;Lcek;)V ARG 0 chunkGenerator diff --git a/mappings/net/minecraft/structure/generator/WoodlandMansionGenerator.mapping b/mappings/net/minecraft/structure/WoodlandMansionGenerator.mapping similarity index 60% rename from mappings/net/minecraft/structure/generator/WoodlandMansionGenerator.mapping rename to mappings/net/minecraft/structure/WoodlandMansionGenerator.mapping index 78c58a1599..57b9f3af87 100644 --- a/mappings/net/minecraft/structure/generator/WoodlandMansionGenerator.mapping +++ b/mappings/net/minecraft/structure/WoodlandMansionGenerator.mapping @@ -1,4 +1,4 @@ -CLASS cih net/minecraft/structure/generator/WoodlandMansionGenerator +CLASS cih net/minecraft/structure/WoodlandMansionGenerator CLASS cih$i Piece FIELD d template Ljava/lang/String; FIELD e rotation Lbqp; diff --git a/mappings/net/minecraft/structure/generator/DesertTempleGenerator.mapping b/mappings/net/minecraft/structure/generator/DesertTempleGenerator.mapping deleted file mode 100644 index be2567205c..0000000000 --- a/mappings/net/minecraft/structure/generator/DesertTempleGenerator.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS chm net/minecraft/structure/generator/DesertTempleGenerator - FIELD e hasPlacedChest [Z diff --git a/mappings/net/minecraft/structure/generator/NetherFortressGenerator.mapping b/mappings/net/minecraft/structure/generator/NetherFortressGenerator.mapping deleted file mode 100644 index b7544f773a..0000000000 --- a/mappings/net/minecraft/structure/generator/NetherFortressGenerator.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS chs net/minecraft/structure/generator/NetherFortressGenerator - CLASS chs$q Start diff --git a/mappings/net/minecraft/structure/generator/SwampHutGenerator.mapping b/mappings/net/minecraft/structure/generator/SwampHutGenerator.mapping deleted file mode 100644 index c3c3d52895..0000000000 --- a/mappings/net/minecraft/structure/generator/SwampHutGenerator.mapping +++ /dev/null @@ -1,3 +0,0 @@ -CLASS cif net/minecraft/structure/generator/SwampHutGenerator - FIELD e hasWitch Z - FIELD f hasCat Z diff --git a/mappings/net/minecraft/structure/generator/village/DesertVillageData.mapping b/mappings/net/minecraft/structure/generator/village/DesertVillageData.mapping deleted file mode 100644 index 6f9d312f90..0000000000 --- a/mappings/net/minecraft/structure/generator/village/DesertVillageData.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS cal net/minecraft/structure/generator/village/DesertVillageData - METHOD a initialize ()V diff --git a/mappings/net/minecraft/structure/generator/village/PlainsVillageData.mapping b/mappings/net/minecraft/structure/generator/village/PlainsVillageData.mapping deleted file mode 100644 index 838c1e69b2..0000000000 --- a/mappings/net/minecraft/structure/generator/village/PlainsVillageData.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS ccu net/minecraft/structure/generator/village/PlainsVillageData - METHOD a initialize ()V diff --git a/mappings/net/minecraft/structure/generator/village/SavannaVillageData.mapping b/mappings/net/minecraft/structure/generator/village/SavannaVillageData.mapping deleted file mode 100644 index 17c1851fb0..0000000000 --- a/mappings/net/minecraft/structure/generator/village/SavannaVillageData.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS cdi net/minecraft/structure/generator/village/SavannaVillageData - METHOD a initialize ()V diff --git a/mappings/net/minecraft/structure/generator/village/SnowyVillageData.mapping b/mappings/net/minecraft/structure/generator/village/SnowyVillageData.mapping deleted file mode 100644 index 78dddf5415..0000000000 --- a/mappings/net/minecraft/structure/generator/village/SnowyVillageData.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS cdv net/minecraft/structure/generator/village/SnowyVillageData - METHOD a initialize ()V diff --git a/mappings/net/minecraft/structure/generator/village/TaigaVillageData.mapping b/mappings/net/minecraft/structure/generator/village/TaigaVillageData.mapping deleted file mode 100644 index 046735d525..0000000000 --- a/mappings/net/minecraft/structure/generator/village/TaigaVillageData.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS cei net/minecraft/structure/generator/village/TaigaVillageData - METHOD a initialize ()V diff --git a/mappings/net/minecraft/util/palette/ArrayPalette.mapping b/mappings/net/minecraft/world/chunk/ArrayPalette.mapping similarity index 86% rename from mappings/net/minecraft/util/palette/ArrayPalette.mapping rename to mappings/net/minecraft/world/chunk/ArrayPalette.mapping index d32c5ab015..a808e67202 100644 --- a/mappings/net/minecraft/util/palette/ArrayPalette.mapping +++ b/mappings/net/minecraft/world/chunk/ArrayPalette.mapping @@ -1,4 +1,4 @@ -CLASS bxf net/minecraft/util/palette/ArrayPalette +CLASS bxf net/minecraft/world/chunk/ArrayPalette FIELD a idList Lfe; FIELD b array [Ljava/lang/Object; FIELD c resizeListener Lbxi; diff --git a/mappings/net/minecraft/util/palette/BiMapPalette.mapping b/mappings/net/minecraft/world/chunk/BiMapPalette.mapping similarity index 89% rename from mappings/net/minecraft/util/palette/BiMapPalette.mapping rename to mappings/net/minecraft/world/chunk/BiMapPalette.mapping index 9efab290ed..e3b0d0754e 100644 --- a/mappings/net/minecraft/util/palette/BiMapPalette.mapping +++ b/mappings/net/minecraft/world/chunk/BiMapPalette.mapping @@ -1,4 +1,4 @@ -CLASS bxa net/minecraft/util/palette/BiMapPalette +CLASS bxa net/minecraft/world/chunk/BiMapPalette FIELD a idList Lfe; FIELD b map Lzh; FIELD c resizeHandler Lbxi; diff --git a/mappings/net/minecraft/util/palette/IdListPalette.mapping b/mappings/net/minecraft/world/chunk/IdListPalette.mapping similarity index 72% rename from mappings/net/minecraft/util/palette/IdListPalette.mapping rename to mappings/net/minecraft/world/chunk/IdListPalette.mapping index bed7e24754..bac6699cbd 100644 --- a/mappings/net/minecraft/util/palette/IdListPalette.mapping +++ b/mappings/net/minecraft/world/chunk/IdListPalette.mapping @@ -1,4 +1,4 @@ -CLASS bwz net/minecraft/util/palette/IdListPalette +CLASS bwz net/minecraft/world/chunk/IdListPalette FIELD a idList Lfe; FIELD b fallback Ljava/lang/Object; METHOD (Lfe;Ljava/lang/Object;)V diff --git a/mappings/net/minecraft/util/palette/Palette.mapping b/mappings/net/minecraft/world/chunk/Palette.mapping similarity index 87% rename from mappings/net/minecraft/util/palette/Palette.mapping rename to mappings/net/minecraft/world/chunk/Palette.mapping index bf0839344d..85cc59e205 100644 --- a/mappings/net/minecraft/util/palette/Palette.mapping +++ b/mappings/net/minecraft/world/chunk/Palette.mapping @@ -1,4 +1,4 @@ -CLASS bxh net/minecraft/util/palette/Palette +CLASS bxh net/minecraft/world/chunk/Palette METHOD a getPacketSize ()I METHOD a getByIndex (I)Ljava/lang/Object; ARG 1 index diff --git a/mappings/net/minecraft/util/palette/PaletteResizeListener.mapping b/mappings/net/minecraft/world/chunk/PaletteResizeListener.mapping similarity index 56% rename from mappings/net/minecraft/util/palette/PaletteResizeListener.mapping rename to mappings/net/minecraft/world/chunk/PaletteResizeListener.mapping index 6e493734ff..b97e1dfe24 100644 --- a/mappings/net/minecraft/util/palette/PaletteResizeListener.mapping +++ b/mappings/net/minecraft/world/chunk/PaletteResizeListener.mapping @@ -1,4 +1,4 @@ -CLASS bxi net/minecraft/util/palette/PaletteResizeListener +CLASS bxi net/minecraft/world/chunk/PaletteResizeListener METHOD onResize (ILjava/lang/Object;)I ARG 1 newSize ARG 2 objectAdded diff --git a/mappings/net/minecraft/util/palette/PalettedContainer.mapping b/mappings/net/minecraft/world/chunk/PalettedContainer.mapping similarity index 96% rename from mappings/net/minecraft/util/palette/PalettedContainer.mapping rename to mappings/net/minecraft/world/chunk/PalettedContainer.mapping index a4bd5d943f..92552b4688 100644 --- a/mappings/net/minecraft/util/palette/PalettedContainer.mapping +++ b/mappings/net/minecraft/world/chunk/PalettedContainer.mapping @@ -1,4 +1,4 @@ -CLASS bxj net/minecraft/util/palette/PalettedContainer +CLASS bxj net/minecraft/world/chunk/PalettedContainer FIELD a data Lze; FIELD b fallbackPalette Lbxh; FIELD c noOpPaletteResizeHandler Lbxi;