From 63ca292b72475287519c6be45601d3792fd2ed91 Mon Sep 17 00:00:00 2001 From: asiekierka Date: Fri, 12 Aug 2016 20:24:17 +0200 Subject: [PATCH] move from JSON to split Enigma format --- README.md | 3 - mappings/net/minecraft/block/Block.json | 243 ---- mappings/net/minecraft/block/Block.mapping | 45 + .../minecraft/block/BlockStateFactory.json | 8 - .../minecraft/block/BlockStateFactory.mapping | 1 + .../net/minecraft/block/IBlockProperty.json | 21 - .../minecraft/block/IBlockProperty.mapping | 3 + mappings/net/minecraft/block/IBlockState.json | 26 - .../net/minecraft/block/IBlockState.mapping | 4 + mappings/net/minecraft/block/Material.json | 14 - mappings/net/minecraft/block/Material.mapping | 2 + .../net/minecraft/block/impl/BlockAir.json | 8 - .../net/minecraft/block/impl/BlockAir.mapping | 1 + .../net/minecraft/block/impl/BlockAnvil.json | 8 - .../minecraft/block/impl/BlockAnvil.mapping | 1 + .../net/minecraft/block/impl/BlockBanner.json | 36 - .../minecraft/block/impl/BlockBanner.mapping | 5 + .../minecraft/block/impl/BlockBarrier.json | 8 - .../minecraft/block/impl/BlockBarrier.mapping | 1 + .../net/minecraft/block/impl/BlockBeacon.json | 8 - .../minecraft/block/impl/BlockBeacon.mapping | 1 + .../net/minecraft/block/impl/BlockBone.json | 8 - .../minecraft/block/impl/BlockBone.mapping | 1 + .../block/impl/BlockBrewingStand.json | 27 - .../block/impl/BlockBrewingStand.mapping | 4 + .../net/minecraft/block/impl/BlockCactus.json | 27 - .../minecraft/block/impl/BlockCactus.mapping | 4 + .../net/minecraft/block/impl/BlockCake.json | 27 - .../minecraft/block/impl/BlockCake.mapping | 4 + .../net/minecraft/block/impl/BlockCarpet.json | 38 - .../minecraft/block/impl/BlockCarpet.mapping | 6 + .../minecraft/block/impl/BlockCauldron.json | 27 - .../block/impl/BlockCauldron.mapping | 4 + .../net/minecraft/block/impl/BlockChest.json | 27 - .../minecraft/block/impl/BlockChest.mapping | 4 + .../net/minecraft/block/impl/BlockClay.json | 8 - .../minecraft/block/impl/BlockClay.mapping | 1 + .../minecraft/block/impl/BlockCommand.json | 27 - .../minecraft/block/impl/BlockCommand.mapping | 4 + .../minecraft/block/impl/BlockComparator.json | 27 - .../block/impl/BlockComparator.mapping | 4 + .../block/impl/BlockDaylightDetector.json | 27 - .../block/impl/BlockDaylightDetector.mapping | 4 + .../minecraft/block/impl/BlockDeadbush.json | 8 - .../block/impl/BlockDeadbush.mapping | 1 + .../minecraft/block/impl/BlockDispenser.json | 33 - .../block/impl/BlockDispenser.mapping | 5 + .../net/minecraft/block/impl/BlockDoor.json | 27 - .../minecraft/block/impl/BlockDoor.mapping | 4 + .../minecraft/block/impl/BlockDragonEgg.json | 8 - .../block/impl/BlockDragonEgg.mapping | 1 + .../minecraft/block/impl/BlockDropper.json | 8 - .../minecraft/block/impl/BlockDropper.mapping | 1 + .../block/impl/BlockEnchantingTable.json | 8 - .../block/impl/BlockEnchantingTable.mapping | 1 + .../minecraft/block/impl/BlockEndGateway.json | 8 - .../block/impl/BlockEndGateway.mapping | 1 + .../minecraft/block/impl/BlockEndPortal.json | 8 - .../block/impl/BlockEndPortal.mapping | 1 + .../block/impl/BlockEndPortalFrame.json | 27 - .../block/impl/BlockEndPortalFrame.mapping | 4 + .../net/minecraft/block/impl/BlockFence.json | 8 - .../minecraft/block/impl/BlockFence.mapping | 1 + .../minecraft/block/impl/BlockFenceGate.json | 27 - .../block/impl/BlockFenceGate.mapping | 4 + .../net/minecraft/block/impl/BlockFire.json | 27 - .../minecraft/block/impl/BlockFire.mapping | 4 + .../net/minecraft/block/impl/BlockFlower.json | 27 - .../minecraft/block/impl/BlockFlower.mapping | 4 + .../minecraft/block/impl/BlockFlowerPot.json | 21 - .../block/impl/BlockFlowerPot.mapping | 3 + .../minecraft/block/impl/BlockFurnace.json | 27 - .../minecraft/block/impl/BlockFurnace.mapping | 4 + .../net/minecraft/block/impl/BlockGrass.json | 21 - .../minecraft/block/impl/BlockGrass.mapping | 3 + .../minecraft/block/impl/BlockGrassPath.json | 8 - .../block/impl/BlockGrassPath.mapping | 1 + .../net/minecraft/block/impl/BlockHopper.json | 27 - .../minecraft/block/impl/BlockHopper.mapping | 4 + .../net/minecraft/block/impl/BlockIce.json | 8 - .../net/minecraft/block/impl/BlockIce.mapping | 1 + .../minecraft/block/impl/BlockJukebox.json | 36 - .../minecraft/block/impl/BlockJukebox.mapping | 5 + .../net/minecraft/block/impl/BlockLadder.json | 27 - .../minecraft/block/impl/BlockLadder.mapping | 4 + .../net/minecraft/block/impl/BlockLeaves.json | 8 - .../minecraft/block/impl/BlockLeaves.mapping | 1 + .../net/minecraft/block/impl/BlockLever.json | 27 - .../minecraft/block/impl/BlockLever.mapping | 4 + .../net/minecraft/block/impl/BlockMagma.json | 8 - .../minecraft/block/impl/BlockMagma.mapping | 1 + .../minecraft/block/impl/BlockMobSpawner.json | 8 - .../block/impl/BlockMobSpawner.mapping | 1 + .../minecraft/block/impl/BlockMushroom.json | 8 - .../block/impl/BlockMushroom.mapping | 1 + .../minecraft/block/impl/BlockMycelium.json | 8 - .../block/impl/BlockMycelium.mapping | 1 + .../minecraft/block/impl/BlockNetherWart.json | 8 - .../block/impl/BlockNetherWart.mapping | 1 + .../net/minecraft/block/impl/BlockOre.json | 8 - .../net/minecraft/block/impl/BlockOre.mapping | 1 + .../minecraft/block/impl/BlockPackedIce.json | 8 - .../block/impl/BlockPackedIce.mapping | 1 + .../net/minecraft/block/impl/BlockPiston.json | 27 - .../minecraft/block/impl/BlockPiston.mapping | 4 + .../block/impl/BlockPistonExtension.json | 27 - .../block/impl/BlockPistonExtension.mapping | 4 + .../minecraft/block/impl/BlockPistonHead.json | 27 - .../block/impl/BlockPistonHead.mapping | 4 + .../net/minecraft/block/impl/BlockPortal.json | 33 - .../minecraft/block/impl/BlockPortal.mapping | 5 + .../block/impl/BlockPressurePlate.json | 27 - .../block/impl/BlockPressurePlate.mapping | 4 + .../impl/BlockPressurePlateWeighted.json | 27 - .../impl/BlockPressurePlateWeighted.mapping | 4 + .../net/minecraft/block/impl/BlockRail.json | 27 - .../minecraft/block/impl/BlockRail.mapping | 4 + .../minecraft/block/impl/BlockRedstone.json | 8 - .../block/impl/BlockRedstone.mapping | 1 + .../block/impl/BlockRedstoneLamp.json | 8 - .../block/impl/BlockRedstoneLamp.mapping | 1 + .../block/impl/BlockRedstoneOre.json | 8 - .../block/impl/BlockRedstoneOre.mapping | 1 + .../block/impl/BlockRedstoneTorch.json | 8 - .../block/impl/BlockRedstoneTorch.mapping | 1 + .../block/impl/BlockRedstoneWire.json | 27 - .../block/impl/BlockRedstoneWire.mapping | 4 + .../net/minecraft/block/impl/BlockReeds.json | 27 - .../minecraft/block/impl/BlockReeds.mapping | 4 + .../minecraft/block/impl/BlockRepeater.json | 27 - .../block/impl/BlockRepeater.mapping | 4 + .../net/minecraft/block/impl/BlockSand.json | 27 - .../minecraft/block/impl/BlockSand.mapping | 4 + .../block/impl/BlockSignStanding.json | 27 - .../block/impl/BlockSignStanding.mapping | 4 + .../minecraft/block/impl/BlockSignWall.json | 27 - .../block/impl/BlockSignWall.mapping | 4 + .../net/minecraft/block/impl/BlockSkull.json | 27 - .../minecraft/block/impl/BlockSkull.mapping | 4 + .../net/minecraft/block/impl/BlockSlab.json | 8 - .../minecraft/block/impl/BlockSlab.mapping | 1 + .../net/minecraft/block/impl/BlockSlime.json | 8 - .../minecraft/block/impl/BlockSlime.mapping | 1 + .../net/minecraft/block/impl/BlockSnow.json | 8 - .../minecraft/block/impl/BlockSnow.mapping | 1 + .../minecraft/block/impl/BlockSnowLayer.json | 8 - .../block/impl/BlockSnowLayer.mapping | 1 + .../minecraft/block/impl/BlockSoulSand.json | 8 - .../block/impl/BlockSoulSand.mapping | 1 + .../net/minecraft/block/impl/BlockStairs.json | 27 - .../minecraft/block/impl/BlockStairs.mapping | 4 + .../minecraft/block/impl/BlockStructure.json | 27 - .../block/impl/BlockStructure.mapping | 4 + .../block/impl/BlockStructureVoid.json | 8 - .../block/impl/BlockStructureVoid.mapping | 1 + .../net/minecraft/block/impl/BlockTNT.json | 27 - .../net/minecraft/block/impl/BlockTNT.mapping | 4 + .../minecraft/block/impl/BlockTallGrass.json | 27 - .../block/impl/BlockTallGrass.mapping | 4 + .../net/minecraft/block/impl/BlockTorch.json | 27 - .../minecraft/block/impl/BlockTorch.mapping | 4 + .../minecraft/block/impl/BlockTrapdoor.json | 27 - .../block/impl/BlockTrapdoor.mapping | 4 + .../block/impl/BlockTripwireHook.json | 8 - .../block/impl/BlockTripwireHook.mapping | 1 + .../net/minecraft/block/impl/BlockWeb.json | 8 - .../net/minecraft/block/impl/BlockWeb.mapping | 1 + .../block/property/BlockPropertyBase.json | 8 - .../block/property/BlockPropertyBase.mapping | 1 + .../block/property/BlockPropertyEnum.json | 15 - .../block/property/BlockPropertyEnum.mapping | 2 + .../block/property/BlockPropertyInteger.json | 36 - .../property/BlockPropertyInteger.mapping | 6 + .../net/minecraft/block/tile/IInventory.json | 44 - .../minecraft/block/tile/IInventory.mapping | 8 + .../minecraft/block/tile/IInventorySided.json | 56 - .../block/tile/IInventorySided.mapping | 11 + .../net/minecraft/block/tile/TileEntity.json | 84 -- .../minecraft/block/tile/TileEntity.mapping | 15 + .../block/tile/impl/TileEntityBanner.json | 8 - .../block/tile/impl/TileEntityBanner.mapping | 1 + .../block/tile/impl/TileEntityBeacon.json | 15 - .../block/tile/impl/TileEntityBeacon.mapping | 2 + .../tile/impl/TileEntityBrewingStand.json | 15 - .../tile/impl/TileEntityBrewingStand.mapping | 2 + .../block/tile/impl/TileEntityChest.json | 47 - .../block/tile/impl/TileEntityChest.mapping | 8 + .../tile/impl/TileEntityCommandBlock.json | 8 - .../tile/impl/TileEntityCommandBlock.mapping | 1 + .../block/tile/impl/TileEntityComparator.json | 32 - .../tile/impl/TileEntityComparator.mapping | 5 + .../tile/impl/TileEntityDaylightDetector.json | 8 - .../impl/TileEntityDaylightDetector.mapping | 1 + .../block/tile/impl/TileEntityDispenser.json | 14 - .../tile/impl/TileEntityDispenser.mapping | 2 + .../block/tile/impl/TileEntityDropper.json | 8 - .../block/tile/impl/TileEntityDropper.mapping | 1 + .../tile/impl/TileEntityEnchantingTable.json | 14 - .../impl/TileEntityEnchantingTable.mapping | 2 + .../block/tile/impl/TileEntityEndGateway.json | 14 - .../tile/impl/TileEntityEndGateway.mapping | 2 + .../block/tile/impl/TileEntityEndPortal.json | 8 - .../tile/impl/TileEntityEndPortal.mapping | 1 + .../block/tile/impl/TileEntityEnderChest.json | 8 - .../tile/impl/TileEntityEnderChest.mapping | 1 + .../block/tile/impl/TileEntityFlowerPot.json | 8 - .../tile/impl/TileEntityFlowerPot.mapping | 1 + .../block/tile/impl/TileEntityFurnace.json | 15 - .../block/tile/impl/TileEntityFurnace.mapping | 2 + .../block/tile/impl/TileEntityHopper.json | 8 - .../block/tile/impl/TileEntityHopper.mapping | 1 + .../block/tile/impl/TileEntityMobSpawner.json | 8 - .../tile/impl/TileEntityMobSpawner.mapping | 1 + .../block/tile/impl/TileEntityNoteblock.json | 40 - .../tile/impl/TileEntityNoteblock.mapping | 7 + .../block/tile/impl/TileEntityPiston.json | 83 -- .../block/tile/impl/TileEntityPiston.mapping | 15 + .../block/tile/impl/TileEntitySign.json | 8 - .../block/tile/impl/TileEntitySign.mapping | 1 + .../block/tile/impl/TileEntitySkull.json | 8 - .../block/tile/impl/TileEntitySkull.mapping | 1 + .../tile/impl/TileEntityStructureBlock.json | 8 - .../impl/TileEntityStructureBlock.mapping | 1 + mappings/net/minecraft/client/Minecraft.json | 26 - .../net/minecraft/client/Minecraft.mapping | 4 + .../dispenser/DispenserBehavior.json | 14 - .../dispenser/DispenserBehavior.mapping | 2 + mappings/net/minecraft/entity/Entity.json | 54 - mappings/net/minecraft/entity/Entity.mapping | 10 + .../entity/impl/EntityAreaEffectCloud.json | 8 - .../entity/impl/EntityAreaEffectCloud.mapping | 1 + .../minecraft/entity/impl/EntityFirework.json | 8 - .../entity/impl/EntityFirework.mapping | 1 + .../net/minecraft/entity/impl/EntityItem.json | 8 - .../minecraft/entity/impl/EntityItem.mapping | 1 + .../minecraft/entity/impl/EntityXPOrb.json | 8 - .../minecraft/entity/impl/EntityXPOrb.mapping | 1 + .../entity/impl/mob/EntityElderGuardian.json | 8 - .../impl/mob/EntityElderGuardian.mapping | 1 + .../entity/impl/mob/EntityStray.json | 8 - .../entity/impl/mob/EntityStray.mapping | 1 + .../entity/impl/mob/EntityWitherSkeleton.json | 8 - .../impl/mob/EntityWitherSkeleton.mapping | 1 + mappings/net/minecraft/item/Item.json | 31 - mappings/net/minecraft/item/Item.mapping | 5 + mappings/net/minecraft/item/ItemArmor.json | 50 - mappings/net/minecraft/item/ItemArmor.mapping | 8 + mappings/net/minecraft/item/ItemBucket.json | 8 - .../net/minecraft/item/ItemBucket.mapping | 1 + mappings/net/minecraft/item/ItemFood.json | 8 - mappings/net/minecraft/item/ItemFood.mapping | 1 + mappings/net/minecraft/item/ItemStack.json | 8 - mappings/net/minecraft/item/ItemStack.mapping | 1 + .../minecraft/item/impl/ItemArmorStand.json | 8 - .../item/impl/ItemArmorStand.mapping | 1 + .../net/minecraft/item/impl/ItemArrow.json | 8 - .../net/minecraft/item/impl/ItemArrow.mapping | 1 + .../item/impl/ItemArrowSpectral.json | 8 - .../item/impl/ItemArrowSpectral.mapping | 1 + .../minecraft/item/impl/ItemArrowTipped.json | 8 - .../item/impl/ItemArrowTipped.mapping | 1 + .../net/minecraft/item/impl/ItemBanner.json | 8 - .../minecraft/item/impl/ItemBanner.mapping | 1 + mappings/net/minecraft/item/impl/ItemBed.json | 8 - .../net/minecraft/item/impl/ItemBed.mapping | 1 + .../net/minecraft/item/impl/ItemBoat.json | 8 - .../net/minecraft/item/impl/ItemBoat.mapping | 1 + .../net/minecraft/item/impl/ItemBook.json | 8 - .../net/minecraft/item/impl/ItemBook.mapping | 1 + .../item/impl/ItemBookEnchanted.json | 8 - .../item/impl/ItemBookEnchanted.mapping | 1 + .../minecraft/item/impl/ItemBookWritable.json | 8 - .../item/impl/ItemBookWritable.mapping | 1 + .../minecraft/item/impl/ItemBookWritten.json | 8 - .../item/impl/ItemBookWritten.mapping | 1 + mappings/net/minecraft/item/impl/ItemBow.json | 8 - .../net/minecraft/item/impl/ItemBow.mapping | 1 + .../minecraft/item/impl/ItemBucketMilk.json | 8 - .../item/impl/ItemBucketMilk.mapping | 1 + .../net/minecraft/item/impl/ItemClock.json | 8 - .../net/minecraft/item/impl/ItemClock.mapping | 1 + .../net/minecraft/item/impl/ItemCompass.json | 8 - .../minecraft/item/impl/ItemCompass.mapping | 1 + .../net/minecraft/item/impl/ItemDoor.json | 8 - .../net/minecraft/item/impl/ItemDoor.mapping | 1 + mappings/net/minecraft/item/impl/ItemDye.json | 8 - .../net/minecraft/item/impl/ItemDye.mapping | 1 + mappings/net/minecraft/item/impl/ItemEgg.json | 8 - .../net/minecraft/item/impl/ItemEgg.mapping | 1 + .../net/minecraft/item/impl/ItemElytra.json | 8 - .../minecraft/item/impl/ItemElytra.mapping | 1 + .../minecraft/item/impl/ItemEndCrystal.json | 8 - .../item/impl/ItemEndCrystal.mapping | 1 + .../minecraft/item/impl/ItemEnderPearl.json | 8 - .../item/impl/ItemEnderPearl.mapping | 1 + .../minecraft/item/impl/ItemFireCharge.json | 8 - .../item/impl/ItemFireCharge.mapping | 1 + .../net/minecraft/item/impl/ItemFish.json | 25 - .../net/minecraft/item/impl/ItemFish.mapping | 4 + .../minecraft/item/impl/ItemFishingRod.json | 8 - .../item/impl/ItemFishingRod.mapping | 1 + .../net/minecraft/item/impl/ItemLeash.json | 8 - .../net/minecraft/item/impl/ItemLeash.mapping | 1 + .../net/minecraft/item/impl/ItemMapEmpty.json | 8 - .../minecraft/item/impl/ItemMapEmpty.mapping | 1 + .../minecraft/item/impl/ItemMapFilled.json | 8 - .../minecraft/item/impl/ItemMapFilled.mapping | 1 + .../net/minecraft/item/impl/ItemMinecart.json | 8 - .../minecraft/item/impl/ItemMinecart.mapping | 1 + .../net/minecraft/item/impl/ItemNameTag.json | 8 - .../minecraft/item/impl/ItemNameTag.mapping | 1 + .../net/minecraft/item/impl/ItemPainting.json | 8 - .../minecraft/item/impl/ItemPainting.mapping | 1 + .../net/minecraft/item/impl/ItemPotion.json | 8 - .../minecraft/item/impl/ItemPotion.mapping | 1 + .../item/impl/ItemPotionLingering.json | 8 - .../item/impl/ItemPotionLingering.mapping | 1 + .../minecraft/item/impl/ItemPotionSplash.json | 8 - .../item/impl/ItemPotionSplash.mapping | 1 + .../net/minecraft/item/impl/ItemRecord.json | 8 - .../minecraft/item/impl/ItemRecord.mapping | 1 + .../net/minecraft/item/impl/ItemRedstone.json | 8 - .../minecraft/item/impl/ItemRedstone.mapping | 1 + .../net/minecraft/item/impl/ItemSaddle.json | 8 - .../minecraft/item/impl/ItemSaddle.mapping | 1 + .../net/minecraft/item/impl/ItemSeeds.json | 8 - .../net/minecraft/item/impl/ItemSeeds.mapping | 1 + .../net/minecraft/item/impl/ItemShears.json | 8 - .../minecraft/item/impl/ItemShears.mapping | 1 + .../net/minecraft/item/impl/ItemShield.json | 8 - .../minecraft/item/impl/ItemShield.mapping | 1 + .../net/minecraft/item/impl/ItemSign.json | 8 - .../net/minecraft/item/impl/ItemSign.mapping | 1 + .../net/minecraft/item/impl/ItemSkull.json | 8 - .../net/minecraft/item/impl/ItemSkull.mapping | 1 + .../net/minecraft/item/impl/ItemSnowball.json | 8 - .../minecraft/item/impl/ItemSnowball.mapping | 1 + mappings/net/minecraft/item/tool/ItemAxe.json | 8 - .../net/minecraft/item/tool/ItemAxe.mapping | 1 + mappings/net/minecraft/item/tool/ItemHoe.json | 8 - .../net/minecraft/item/tool/ItemHoe.mapping | 1 + .../net/minecraft/item/tool/ItemPickaxe.json | 8 - .../minecraft/item/tool/ItemPickaxe.mapping | 1 + .../net/minecraft/item/tool/ItemShovel.json | 8 - .../minecraft/item/tool/ItemShovel.mapping | 1 + .../net/minecraft/item/tool/ItemSword.json | 8 - .../net/minecraft/item/tool/ItemSword.mapping | 1 + .../net/minecraft/nbt/PositionTracker.json | 50 - .../net/minecraft/nbt/PositionTracker.mapping | 8 + mappings/net/minecraft/nbt/Tag.json | 90 -- mappings/net/minecraft/nbt/Tag.mapping | 16 + mappings/net/minecraft/nbt/TagByte.json | 120 -- mappings/net/minecraft/nbt/TagByte.mapping | 21 + mappings/net/minecraft/nbt/TagByteArray.json | 84 -- .../net/minecraft/nbt/TagByteArray.mapping | 15 + mappings/net/minecraft/nbt/TagCompound.json | 594 --------- .../net/minecraft/nbt/TagCompound.mapping | 114 ++ mappings/net/minecraft/nbt/TagDouble.json | 120 -- mappings/net/minecraft/nbt/TagDouble.mapping | 21 + mappings/net/minecraft/nbt/TagEnd.json | 57 - mappings/net/minecraft/nbt/TagEnd.mapping | 10 + mappings/net/minecraft/nbt/TagFloat.json | 120 -- mappings/net/minecraft/nbt/TagFloat.mapping | 21 + mappings/net/minecraft/nbt/TagInt.json | 120 -- mappings/net/minecraft/nbt/TagInt.mapping | 21 + mappings/net/minecraft/nbt/TagIntArray.json | 90 -- .../net/minecraft/nbt/TagIntArray.mapping | 16 + mappings/net/minecraft/nbt/TagList.json | 215 ---- mappings/net/minecraft/nbt/TagList.mapping | 39 + mappings/net/minecraft/nbt/TagLong.json | 120 -- mappings/net/minecraft/nbt/TagLong.mapping | 21 + mappings/net/minecraft/nbt/TagNumber.json | 45 - mappings/net/minecraft/nbt/TagNumber.mapping | 7 + mappings/net/minecraft/nbt/TagShort.json | 120 -- mappings/net/minecraft/nbt/TagShort.mapping | 21 + mappings/net/minecraft/nbt/TagString.json | 96 -- mappings/net/minecraft/nbt/TagString.mapping | 17 + mappings/net/minecraft/reference/Blocks.json | 1121 ----------------- .../net/minecraft/reference/Blocks.mapping | 223 ++++ .../net/minecraft/reference/Bootstrap.json | 31 - .../net/minecraft/reference/Bootstrap.mapping | 5 + mappings/net/minecraft/reference/Items.json | 1051 ---------------- .../net/minecraft/reference/Items.mapping | 209 +++ .../minecraft/server/IntegratedServer.json | 14 - .../minecraft/server/IntegratedServer.mapping | 2 + .../net/minecraft/server/LanServerPinger.json | 19 - .../minecraft/server/LanServerPinger.mapping | 3 + mappings/net/minecraft/util/ActionResult.json | 24 - .../net/minecraft/util/ActionResult.mapping | 4 + mappings/net/minecraft/util/DyeColor.json | 89 -- mappings/net/minecraft/util/DyeColor.mapping | 17 + mappings/net/minecraft/util/Identifier.json | 78 -- .../net/minecraft/util/Identifier.mapping | 14 + mappings/net/minecraft/util/Iterable.json | 8 - mappings/net/minecraft/util/Iterable.mapping | 1 + .../net/minecraft/util/math/BlockPos.json | 502 -------- .../net/minecraft/util/math/BlockPos.mapping | 93 ++ .../net/minecraft/util/math/BoundingBox.json | 70 - .../minecraft/util/math/BoundingBox.mapping | 14 + mappings/net/minecraft/util/math/Facing.json | 172 --- .../net/minecraft/util/math/Facing.mapping | 30 + .../net/minecraft/util/math/MathUtils.json | 237 ---- .../net/minecraft/util/math/MathUtils.mapping | 40 + mappings/net/minecraft/util/math/Vec3d.json | 69 - .../net/minecraft/util/math/Vec3d.mapping | 13 + mappings/net/minecraft/util/math/Vec3i.json | 85 -- .../net/minecraft/util/math/Vec3i.mapping | 16 + .../util/registry/DefaultMappedRegistry.json | 111 -- .../registry/DefaultMappedRegistry.mapping | 20 + .../minecraft/util/registry/IRegistry.json | 41 - .../minecraft/util/registry/IRegistry.mapping | 7 + .../minecraft/util/registry/IdRegistry.json | 106 -- .../util/registry/IdRegistry.mapping | 19 + .../net/minecraft/util/registry/IdStore.json | 97 -- .../minecraft/util/registry/IdStore.mapping | 17 + .../net/minecraft/util/registry/Registry.json | 91 -- .../minecraft/util/registry/Registry.mapping | 16 + mappings/net/minecraft/world/IBlockView.json | 27 - .../net/minecraft/world/IBlockView.mapping | 4 + mappings/net/minecraft/world/World.json | 66 - mappings/net/minecraft/world/World.mapping | 11 + 421 files changed, 1603 insertions(+), 9211 deletions(-) delete mode 100644 mappings/net/minecraft/block/Block.json create mode 100644 mappings/net/minecraft/block/Block.mapping delete mode 100644 mappings/net/minecraft/block/BlockStateFactory.json create mode 100644 mappings/net/minecraft/block/BlockStateFactory.mapping delete mode 100644 mappings/net/minecraft/block/IBlockProperty.json create mode 100644 mappings/net/minecraft/block/IBlockProperty.mapping delete mode 100644 mappings/net/minecraft/block/IBlockState.json create mode 100644 mappings/net/minecraft/block/IBlockState.mapping delete mode 100644 mappings/net/minecraft/block/Material.json create mode 100644 mappings/net/minecraft/block/Material.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockAir.json create mode 100644 mappings/net/minecraft/block/impl/BlockAir.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockAnvil.json create mode 100644 mappings/net/minecraft/block/impl/BlockAnvil.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockBanner.json create mode 100644 mappings/net/minecraft/block/impl/BlockBanner.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockBarrier.json create mode 100644 mappings/net/minecraft/block/impl/BlockBarrier.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockBeacon.json create mode 100644 mappings/net/minecraft/block/impl/BlockBeacon.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockBone.json create mode 100644 mappings/net/minecraft/block/impl/BlockBone.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockBrewingStand.json create mode 100644 mappings/net/minecraft/block/impl/BlockBrewingStand.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockCactus.json create mode 100644 mappings/net/minecraft/block/impl/BlockCactus.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockCake.json create mode 100644 mappings/net/minecraft/block/impl/BlockCake.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockCarpet.json create mode 100644 mappings/net/minecraft/block/impl/BlockCarpet.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockCauldron.json create mode 100644 mappings/net/minecraft/block/impl/BlockCauldron.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockChest.json create mode 100644 mappings/net/minecraft/block/impl/BlockChest.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockClay.json create mode 100644 mappings/net/minecraft/block/impl/BlockClay.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockCommand.json create mode 100644 mappings/net/minecraft/block/impl/BlockCommand.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockComparator.json create mode 100644 mappings/net/minecraft/block/impl/BlockComparator.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockDaylightDetector.json create mode 100644 mappings/net/minecraft/block/impl/BlockDaylightDetector.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockDeadbush.json create mode 100644 mappings/net/minecraft/block/impl/BlockDeadbush.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockDispenser.json create mode 100644 mappings/net/minecraft/block/impl/BlockDispenser.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockDoor.json create mode 100644 mappings/net/minecraft/block/impl/BlockDoor.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockDragonEgg.json create mode 100644 mappings/net/minecraft/block/impl/BlockDragonEgg.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockDropper.json create mode 100644 mappings/net/minecraft/block/impl/BlockDropper.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockEnchantingTable.json create mode 100644 mappings/net/minecraft/block/impl/BlockEnchantingTable.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockEndGateway.json create mode 100644 mappings/net/minecraft/block/impl/BlockEndGateway.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockEndPortal.json create mode 100644 mappings/net/minecraft/block/impl/BlockEndPortal.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockEndPortalFrame.json create mode 100644 mappings/net/minecraft/block/impl/BlockEndPortalFrame.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockFence.json create mode 100644 mappings/net/minecraft/block/impl/BlockFence.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockFenceGate.json create mode 100644 mappings/net/minecraft/block/impl/BlockFenceGate.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockFire.json create mode 100644 mappings/net/minecraft/block/impl/BlockFire.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockFlower.json create mode 100644 mappings/net/minecraft/block/impl/BlockFlower.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockFlowerPot.json create mode 100644 mappings/net/minecraft/block/impl/BlockFlowerPot.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockFurnace.json create mode 100644 mappings/net/minecraft/block/impl/BlockFurnace.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockGrass.json create mode 100644 mappings/net/minecraft/block/impl/BlockGrass.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockGrassPath.json create mode 100644 mappings/net/minecraft/block/impl/BlockGrassPath.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockHopper.json create mode 100644 mappings/net/minecraft/block/impl/BlockHopper.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockIce.json create mode 100644 mappings/net/minecraft/block/impl/BlockIce.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockJukebox.json create mode 100644 mappings/net/minecraft/block/impl/BlockJukebox.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockLadder.json create mode 100644 mappings/net/minecraft/block/impl/BlockLadder.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockLeaves.json create mode 100644 mappings/net/minecraft/block/impl/BlockLeaves.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockLever.json create mode 100644 mappings/net/minecraft/block/impl/BlockLever.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockMagma.json create mode 100644 mappings/net/minecraft/block/impl/BlockMagma.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockMobSpawner.json create mode 100644 mappings/net/minecraft/block/impl/BlockMobSpawner.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockMushroom.json create mode 100644 mappings/net/minecraft/block/impl/BlockMushroom.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockMycelium.json create mode 100644 mappings/net/minecraft/block/impl/BlockMycelium.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockNetherWart.json create mode 100644 mappings/net/minecraft/block/impl/BlockNetherWart.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockOre.json create mode 100644 mappings/net/minecraft/block/impl/BlockOre.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockPackedIce.json create mode 100644 mappings/net/minecraft/block/impl/BlockPackedIce.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockPiston.json create mode 100644 mappings/net/minecraft/block/impl/BlockPiston.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockPistonExtension.json create mode 100644 mappings/net/minecraft/block/impl/BlockPistonExtension.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockPistonHead.json create mode 100644 mappings/net/minecraft/block/impl/BlockPistonHead.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockPortal.json create mode 100644 mappings/net/minecraft/block/impl/BlockPortal.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockPressurePlate.json create mode 100644 mappings/net/minecraft/block/impl/BlockPressurePlate.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockPressurePlateWeighted.json create mode 100644 mappings/net/minecraft/block/impl/BlockPressurePlateWeighted.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockRail.json create mode 100644 mappings/net/minecraft/block/impl/BlockRail.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockRedstone.json create mode 100644 mappings/net/minecraft/block/impl/BlockRedstone.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockRedstoneLamp.json create mode 100644 mappings/net/minecraft/block/impl/BlockRedstoneLamp.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockRedstoneOre.json create mode 100644 mappings/net/minecraft/block/impl/BlockRedstoneOre.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockRedstoneTorch.json create mode 100644 mappings/net/minecraft/block/impl/BlockRedstoneTorch.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockRedstoneWire.json create mode 100644 mappings/net/minecraft/block/impl/BlockRedstoneWire.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockReeds.json create mode 100644 mappings/net/minecraft/block/impl/BlockReeds.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockRepeater.json create mode 100644 mappings/net/minecraft/block/impl/BlockRepeater.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockSand.json create mode 100644 mappings/net/minecraft/block/impl/BlockSand.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockSignStanding.json create mode 100644 mappings/net/minecraft/block/impl/BlockSignStanding.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockSignWall.json create mode 100644 mappings/net/minecraft/block/impl/BlockSignWall.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockSkull.json create mode 100644 mappings/net/minecraft/block/impl/BlockSkull.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockSlab.json create mode 100644 mappings/net/minecraft/block/impl/BlockSlab.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockSlime.json create mode 100644 mappings/net/minecraft/block/impl/BlockSlime.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockSnow.json create mode 100644 mappings/net/minecraft/block/impl/BlockSnow.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockSnowLayer.json create mode 100644 mappings/net/minecraft/block/impl/BlockSnowLayer.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockSoulSand.json create mode 100644 mappings/net/minecraft/block/impl/BlockSoulSand.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockStairs.json create mode 100644 mappings/net/minecraft/block/impl/BlockStairs.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockStructure.json create mode 100644 mappings/net/minecraft/block/impl/BlockStructure.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockStructureVoid.json create mode 100644 mappings/net/minecraft/block/impl/BlockStructureVoid.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockTNT.json create mode 100644 mappings/net/minecraft/block/impl/BlockTNT.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockTallGrass.json create mode 100644 mappings/net/minecraft/block/impl/BlockTallGrass.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockTorch.json create mode 100644 mappings/net/minecraft/block/impl/BlockTorch.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockTrapdoor.json create mode 100644 mappings/net/minecraft/block/impl/BlockTrapdoor.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockTripwireHook.json create mode 100644 mappings/net/minecraft/block/impl/BlockTripwireHook.mapping delete mode 100644 mappings/net/minecraft/block/impl/BlockWeb.json create mode 100644 mappings/net/minecraft/block/impl/BlockWeb.mapping delete mode 100644 mappings/net/minecraft/block/property/BlockPropertyBase.json create mode 100644 mappings/net/minecraft/block/property/BlockPropertyBase.mapping delete mode 100644 mappings/net/minecraft/block/property/BlockPropertyEnum.json create mode 100644 mappings/net/minecraft/block/property/BlockPropertyEnum.mapping delete mode 100644 mappings/net/minecraft/block/property/BlockPropertyInteger.json create mode 100644 mappings/net/minecraft/block/property/BlockPropertyInteger.mapping delete mode 100644 mappings/net/minecraft/block/tile/IInventory.json create mode 100644 mappings/net/minecraft/block/tile/IInventory.mapping delete mode 100644 mappings/net/minecraft/block/tile/IInventorySided.json create mode 100644 mappings/net/minecraft/block/tile/IInventorySided.mapping delete mode 100644 mappings/net/minecraft/block/tile/TileEntity.json create mode 100644 mappings/net/minecraft/block/tile/TileEntity.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityBanner.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityBanner.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityBeacon.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityBrewingStand.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityBrewingStand.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityChest.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityChest.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityCommandBlock.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityCommandBlock.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityComparator.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityComparator.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityDaylightDetector.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityDaylightDetector.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityDispenser.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityDispenser.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityDropper.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityDropper.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityEnchantingTable.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityEnchantingTable.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityEndGateway.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityEndGateway.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityEndPortal.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityEndPortal.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityEnderChest.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityEnderChest.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityFlowerPot.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityFlowerPot.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityFurnace.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityFurnace.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityHopper.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityHopper.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityMobSpawner.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityMobSpawner.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityNoteblock.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityNoteblock.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityPiston.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityPiston.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntitySign.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntitySign.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntitySkull.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntitySkull.mapping delete mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityStructureBlock.json create mode 100644 mappings/net/minecraft/block/tile/impl/TileEntityStructureBlock.mapping delete mode 100644 mappings/net/minecraft/client/Minecraft.json create mode 100644 mappings/net/minecraft/client/Minecraft.mapping delete mode 100644 mappings/net/minecraft/dispenser/DispenserBehavior.json create mode 100644 mappings/net/minecraft/dispenser/DispenserBehavior.mapping delete mode 100644 mappings/net/minecraft/entity/Entity.json create mode 100644 mappings/net/minecraft/entity/Entity.mapping delete mode 100644 mappings/net/minecraft/entity/impl/EntityAreaEffectCloud.json create mode 100644 mappings/net/minecraft/entity/impl/EntityAreaEffectCloud.mapping delete mode 100644 mappings/net/minecraft/entity/impl/EntityFirework.json create mode 100644 mappings/net/minecraft/entity/impl/EntityFirework.mapping delete mode 100644 mappings/net/minecraft/entity/impl/EntityItem.json create mode 100644 mappings/net/minecraft/entity/impl/EntityItem.mapping delete mode 100644 mappings/net/minecraft/entity/impl/EntityXPOrb.json create mode 100644 mappings/net/minecraft/entity/impl/EntityXPOrb.mapping delete mode 100644 mappings/net/minecraft/entity/impl/mob/EntityElderGuardian.json create mode 100644 mappings/net/minecraft/entity/impl/mob/EntityElderGuardian.mapping delete mode 100644 mappings/net/minecraft/entity/impl/mob/EntityStray.json create mode 100644 mappings/net/minecraft/entity/impl/mob/EntityStray.mapping delete mode 100644 mappings/net/minecraft/entity/impl/mob/EntityWitherSkeleton.json create mode 100644 mappings/net/minecraft/entity/impl/mob/EntityWitherSkeleton.mapping delete mode 100644 mappings/net/minecraft/item/Item.json create mode 100644 mappings/net/minecraft/item/Item.mapping delete mode 100644 mappings/net/minecraft/item/ItemArmor.json create mode 100644 mappings/net/minecraft/item/ItemArmor.mapping delete mode 100644 mappings/net/minecraft/item/ItemBucket.json create mode 100644 mappings/net/minecraft/item/ItemBucket.mapping delete mode 100644 mappings/net/minecraft/item/ItemFood.json create mode 100644 mappings/net/minecraft/item/ItemFood.mapping delete mode 100644 mappings/net/minecraft/item/ItemStack.json create mode 100644 mappings/net/minecraft/item/ItemStack.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemArmorStand.json create mode 100644 mappings/net/minecraft/item/impl/ItemArmorStand.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemArrow.json create mode 100644 mappings/net/minecraft/item/impl/ItemArrow.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemArrowSpectral.json create mode 100644 mappings/net/minecraft/item/impl/ItemArrowSpectral.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemArrowTipped.json create mode 100644 mappings/net/minecraft/item/impl/ItemArrowTipped.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemBanner.json create mode 100644 mappings/net/minecraft/item/impl/ItemBanner.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemBed.json create mode 100644 mappings/net/minecraft/item/impl/ItemBed.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemBoat.json create mode 100644 mappings/net/minecraft/item/impl/ItemBoat.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemBook.json create mode 100644 mappings/net/minecraft/item/impl/ItemBook.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemBookEnchanted.json create mode 100644 mappings/net/minecraft/item/impl/ItemBookEnchanted.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemBookWritable.json create mode 100644 mappings/net/minecraft/item/impl/ItemBookWritable.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemBookWritten.json create mode 100644 mappings/net/minecraft/item/impl/ItemBookWritten.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemBow.json create mode 100644 mappings/net/minecraft/item/impl/ItemBow.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemBucketMilk.json create mode 100644 mappings/net/minecraft/item/impl/ItemBucketMilk.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemClock.json create mode 100644 mappings/net/minecraft/item/impl/ItemClock.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemCompass.json create mode 100644 mappings/net/minecraft/item/impl/ItemCompass.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemDoor.json create mode 100644 mappings/net/minecraft/item/impl/ItemDoor.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemDye.json create mode 100644 mappings/net/minecraft/item/impl/ItemDye.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemEgg.json create mode 100644 mappings/net/minecraft/item/impl/ItemEgg.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemElytra.json create mode 100644 mappings/net/minecraft/item/impl/ItemElytra.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemEndCrystal.json create mode 100644 mappings/net/minecraft/item/impl/ItemEndCrystal.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemEnderPearl.json create mode 100644 mappings/net/minecraft/item/impl/ItemEnderPearl.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemFireCharge.json create mode 100644 mappings/net/minecraft/item/impl/ItemFireCharge.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemFish.json create mode 100644 mappings/net/minecraft/item/impl/ItemFish.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemFishingRod.json create mode 100644 mappings/net/minecraft/item/impl/ItemFishingRod.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemLeash.json create mode 100644 mappings/net/minecraft/item/impl/ItemLeash.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemMapEmpty.json create mode 100644 mappings/net/minecraft/item/impl/ItemMapEmpty.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemMapFilled.json create mode 100644 mappings/net/minecraft/item/impl/ItemMapFilled.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemMinecart.json create mode 100644 mappings/net/minecraft/item/impl/ItemMinecart.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemNameTag.json create mode 100644 mappings/net/minecraft/item/impl/ItemNameTag.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemPainting.json create mode 100644 mappings/net/minecraft/item/impl/ItemPainting.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemPotion.json create mode 100644 mappings/net/minecraft/item/impl/ItemPotion.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemPotionLingering.json create mode 100644 mappings/net/minecraft/item/impl/ItemPotionLingering.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemPotionSplash.json create mode 100644 mappings/net/minecraft/item/impl/ItemPotionSplash.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemRecord.json create mode 100644 mappings/net/minecraft/item/impl/ItemRecord.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemRedstone.json create mode 100644 mappings/net/minecraft/item/impl/ItemRedstone.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemSaddle.json create mode 100644 mappings/net/minecraft/item/impl/ItemSaddle.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemSeeds.json create mode 100644 mappings/net/minecraft/item/impl/ItemSeeds.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemShears.json create mode 100644 mappings/net/minecraft/item/impl/ItemShears.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemShield.json create mode 100644 mappings/net/minecraft/item/impl/ItemShield.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemSign.json create mode 100644 mappings/net/minecraft/item/impl/ItemSign.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemSkull.json create mode 100644 mappings/net/minecraft/item/impl/ItemSkull.mapping delete mode 100644 mappings/net/minecraft/item/impl/ItemSnowball.json create mode 100644 mappings/net/minecraft/item/impl/ItemSnowball.mapping delete mode 100644 mappings/net/minecraft/item/tool/ItemAxe.json create mode 100644 mappings/net/minecraft/item/tool/ItemAxe.mapping delete mode 100644 mappings/net/minecraft/item/tool/ItemHoe.json create mode 100644 mappings/net/minecraft/item/tool/ItemHoe.mapping delete mode 100644 mappings/net/minecraft/item/tool/ItemPickaxe.json create mode 100644 mappings/net/minecraft/item/tool/ItemPickaxe.mapping delete mode 100644 mappings/net/minecraft/item/tool/ItemShovel.json create mode 100644 mappings/net/minecraft/item/tool/ItemShovel.mapping delete mode 100644 mappings/net/minecraft/item/tool/ItemSword.json create mode 100644 mappings/net/minecraft/item/tool/ItemSword.mapping delete mode 100644 mappings/net/minecraft/nbt/PositionTracker.json create mode 100644 mappings/net/minecraft/nbt/PositionTracker.mapping delete mode 100644 mappings/net/minecraft/nbt/Tag.json create mode 100644 mappings/net/minecraft/nbt/Tag.mapping delete mode 100644 mappings/net/minecraft/nbt/TagByte.json create mode 100644 mappings/net/minecraft/nbt/TagByte.mapping delete mode 100644 mappings/net/minecraft/nbt/TagByteArray.json create mode 100644 mappings/net/minecraft/nbt/TagByteArray.mapping delete mode 100644 mappings/net/minecraft/nbt/TagCompound.json create mode 100644 mappings/net/minecraft/nbt/TagCompound.mapping delete mode 100644 mappings/net/minecraft/nbt/TagDouble.json create mode 100644 mappings/net/minecraft/nbt/TagDouble.mapping delete mode 100644 mappings/net/minecraft/nbt/TagEnd.json create mode 100644 mappings/net/minecraft/nbt/TagEnd.mapping delete mode 100644 mappings/net/minecraft/nbt/TagFloat.json create mode 100644 mappings/net/minecraft/nbt/TagFloat.mapping delete mode 100644 mappings/net/minecraft/nbt/TagInt.json create mode 100644 mappings/net/minecraft/nbt/TagInt.mapping delete mode 100644 mappings/net/minecraft/nbt/TagIntArray.json create mode 100644 mappings/net/minecraft/nbt/TagIntArray.mapping delete mode 100644 mappings/net/minecraft/nbt/TagList.json create mode 100644 mappings/net/minecraft/nbt/TagList.mapping delete mode 100644 mappings/net/minecraft/nbt/TagLong.json create mode 100644 mappings/net/minecraft/nbt/TagLong.mapping delete mode 100644 mappings/net/minecraft/nbt/TagNumber.json create mode 100644 mappings/net/minecraft/nbt/TagNumber.mapping delete mode 100644 mappings/net/minecraft/nbt/TagShort.json create mode 100644 mappings/net/minecraft/nbt/TagShort.mapping delete mode 100644 mappings/net/minecraft/nbt/TagString.json create mode 100644 mappings/net/minecraft/nbt/TagString.mapping delete mode 100644 mappings/net/minecraft/reference/Blocks.json create mode 100644 mappings/net/minecraft/reference/Blocks.mapping delete mode 100644 mappings/net/minecraft/reference/Bootstrap.json create mode 100644 mappings/net/minecraft/reference/Bootstrap.mapping delete mode 100644 mappings/net/minecraft/reference/Items.json create mode 100644 mappings/net/minecraft/reference/Items.mapping delete mode 100644 mappings/net/minecraft/server/IntegratedServer.json create mode 100644 mappings/net/minecraft/server/IntegratedServer.mapping delete mode 100644 mappings/net/minecraft/server/LanServerPinger.json create mode 100644 mappings/net/minecraft/server/LanServerPinger.mapping delete mode 100644 mappings/net/minecraft/util/ActionResult.json create mode 100644 mappings/net/minecraft/util/ActionResult.mapping delete mode 100644 mappings/net/minecraft/util/DyeColor.json create mode 100644 mappings/net/minecraft/util/DyeColor.mapping delete mode 100644 mappings/net/minecraft/util/Identifier.json create mode 100644 mappings/net/minecraft/util/Identifier.mapping delete mode 100644 mappings/net/minecraft/util/Iterable.json create mode 100644 mappings/net/minecraft/util/Iterable.mapping delete mode 100644 mappings/net/minecraft/util/math/BlockPos.json create mode 100644 mappings/net/minecraft/util/math/BlockPos.mapping delete mode 100644 mappings/net/minecraft/util/math/BoundingBox.json create mode 100644 mappings/net/minecraft/util/math/BoundingBox.mapping delete mode 100644 mappings/net/minecraft/util/math/Facing.json create mode 100644 mappings/net/minecraft/util/math/Facing.mapping delete mode 100644 mappings/net/minecraft/util/math/MathUtils.json create mode 100644 mappings/net/minecraft/util/math/MathUtils.mapping delete mode 100644 mappings/net/minecraft/util/math/Vec3d.json create mode 100644 mappings/net/minecraft/util/math/Vec3d.mapping delete mode 100644 mappings/net/minecraft/util/math/Vec3i.json create mode 100644 mappings/net/minecraft/util/math/Vec3i.mapping delete mode 100644 mappings/net/minecraft/util/registry/DefaultMappedRegistry.json create mode 100644 mappings/net/minecraft/util/registry/DefaultMappedRegistry.mapping delete mode 100644 mappings/net/minecraft/util/registry/IRegistry.json create mode 100644 mappings/net/minecraft/util/registry/IRegistry.mapping delete mode 100644 mappings/net/minecraft/util/registry/IdRegistry.json create mode 100644 mappings/net/minecraft/util/registry/IdRegistry.mapping delete mode 100644 mappings/net/minecraft/util/registry/IdStore.json create mode 100644 mappings/net/minecraft/util/registry/IdStore.mapping delete mode 100644 mappings/net/minecraft/util/registry/Registry.json create mode 100644 mappings/net/minecraft/util/registry/Registry.mapping delete mode 100644 mappings/net/minecraft/world/IBlockView.json create mode 100644 mappings/net/minecraft/world/IBlockView.mapping delete mode 100644 mappings/net/minecraft/world/World.json create mode 100644 mappings/net/minecraft/world/World.mapping diff --git a/README.md b/README.md index 8d8dd656fd..884d6b2716 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,3 @@ The current version targets Minecraft version **16w32b**. Compile Enigma from [here](https://github.com/OpenModLoader/Enigma) using Gradle and run it from build/libs. Please remember that copying and pasting mappings from alternate projects under more restrictive licenses (such as MCP) is **completely forbidden**. It is also good to consult name changes with other people via pull requests. - -**NOTE:** The current version of OML's Enigma has a bug where it won't save mappings for unnamed classes. In that case, rename them to something like -"unnamed/axy" if the class name is "axy". diff --git a/mappings/net/minecraft/block/Block.json b/mappings/net/minecraft/block/Block.json deleted file mode 100644 index 765b7ba0be..0000000000 --- a/mappings/net/minecraft/block/Block.json +++ /dev/null @@ -1,243 +0,0 @@ -{ - "obf": "akw", - "name": "net/minecraft/block/Block", - "field": [ - { - "obf": "A", - "name": "stateFactory", - "type": "Lnone/ask;" - }, - { - "obf": "a", - "name": "id", - "type": "Lnone/kp;" - }, - { - "obf": "c", - "name": "defaultState", - "type": "Lnone/asj;" - }, - { - "obf": "h", - "name": "registry", - "type": "Lnone/cs;" - }, - { - "obf": "x", - "name": "material", - "type": "Lnone/ayo;" - } - ], - "constructors": [ - { - "signature": "(Lnone/ayo;Lnone/ayp;)V", - "args": [ - { - "index": 0, - "name": "material" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [ - { - "index": 0, - "name": "meta" - } - ] - }, - { - "obf": "a", - "name": "register", - "signature": "(ILjava/lang/String;Lnone/akw;)V", - "args": [] - }, - { - "obf": "a", - "name": "register", - "signature": "(ILnone/kp;Lnone/akw;)V", - "args": [] - }, - { - "obf": "a", - "name": "getBlockFromItem", - "signature": "(Lnone/aeo;)Lnone/akw;", - "args": [] - }, - { - "obf": "a", - "name": "getRawIdFromBlock", - "signature": "(Lnone/akw;)I", - "args": [ - { - "index": 0, - "name": "block" - } - ] - }, - { - "obf": "a", - "signature": "(Lnone/asj;Lnone/aiu;Lnone/cn;Lnone/bcp;Ljava/util/List;Lnone/se;)V", - "args": [ - { - "index": 0, - "name": "state" - }, - { - "index": 1, - "name": "world" - } - ] - }, - { - "obf": "a", - "signature": "(Lnone/asj;Lnone/aiy;Lnone/cn;)Lnone/bcp;", - "args": [ - { - "index": 0, - "name": "state" - } - ] - }, - { - "obf": "a", - "signature": "(Lnone/asj;Lnone/anw;)Lnone/asj;", - "args": [ - { - "index": 0, - "name": "state" - } - ] - }, - { - "obf": "a", - "signature": "(Lnone/asj;Lnone/apj;)Lnone/asj;", - "args": [ - { - "index": 0, - "name": "state" - } - ] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "b", - "name": "getBlockByRawId", - "signature": "(I)Lnone/akw;", - "args": [ - { - "index": 0, - "name": "id" - } - ] - }, - { - "obf": "b", - "signature": "(Lnone/asj;)Z", - "args": [ - { - "index": 0, - "name": "state" - } - ] - }, - { - "obf": "b", - "signature": "(Lnone/asj;Lnone/aiu;Lnone/cn;)Lnone/bcp;", - "args": [ - { - "index": 0, - "name": "state" - }, - { - "index": 1, - "name": "world" - } - ] - }, - { - "obf": "c", - "name": "getStateByRawId", - "signature": "(I)Lnone/asj;", - "args": [ - { - "index": 0, - "name": "id" - } - ] - }, - { - "obf": "c", - "signature": "(Lnone/asj;Lnone/aiy;Lnone/cn;)Lnone/asj;", - "args": [ - { - "index": 0, - "name": "state" - } - ] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [ - { - "index": 0, - "name": "state" - } - ] - }, - { - "obf": "j", - "name": "getRawIdFromBlockState", - "signature": "(Lnone/asj;)I", - "args": [ - { - "index": 0, - "name": "state" - } - ] - }, - { - "obf": "t", - "name": "getStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "u", - "name": "getDefaultState", - "signature": "()Lnone/asj;", - "args": [] - }, - { - "obf": "w", - "name": "setDefaultState", - "signature": "(Lnone/asj;)V", - "args": [ - { - "index": 0, - "name": "state" - } - ] - }, - { - "obf": "x", - "name": "registerBlocks", - "signature": "()V", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/Block.mapping b/mappings/net/minecraft/block/Block.mapping new file mode 100644 index 0000000000..9144f99b17 --- /dev/null +++ b/mappings/net/minecraft/block/Block.mapping @@ -0,0 +1,45 @@ +CLASS none/akw net/minecraft/block/Block + FIELD A stateFactory Lnone/ask; + FIELD a id Lnone/kp; + FIELD c defaultState Lnone/asj; + FIELD h registry Lnone/cs; + FIELD x material Lnone/ayo; + METHOD (Lnone/ayo;Lnone/ayp;)V + ARG 0 material + METHOD a deserializeState (I)Lnone/asj; + ARG 0 meta + METHOD a register (ILjava/lang/String;Lnone/akw;)V + METHOD a register (ILnone/kp;Lnone/akw;)V + METHOD a getBlockFromItem (Lnone/aeo;)Lnone/akw; + METHOD a getRawIdFromBlock (Lnone/akw;)I + ARG 0 block + METHOD a (Lnone/asj;Lnone/aiu;Lnone/cn;Lnone/bcp;Ljava/util/List;Lnone/se;)V + ARG 0 state + ARG 1 world + METHOD a (Lnone/asj;Lnone/aiy;Lnone/cn;)Lnone/bcp; + ARG 0 state + METHOD a (Lnone/asj;Lnone/anw;)Lnone/asj; + ARG 0 state + METHOD a (Lnone/asj;Lnone/apj;)Lnone/asj; + ARG 0 state + METHOD b createStateFactory ()Lnone/ask; + METHOD b getBlockByRawId (I)Lnone/akw; + ARG 0 id + METHOD b (Lnone/asj;)Z + ARG 0 state + METHOD b (Lnone/asj;Lnone/aiu;Lnone/cn;)Lnone/bcp; + ARG 0 state + ARG 1 world + METHOD c getStateByRawId (I)Lnone/asj; + ARG 0 id + METHOD c (Lnone/asj;Lnone/aiy;Lnone/cn;)Lnone/asj; + ARG 0 state + METHOD e serializeState (Lnone/asj;)I + ARG 0 state + METHOD j getRawIdFromBlockState (Lnone/asj;)I + ARG 0 state + METHOD t getStateFactory ()Lnone/ask; + METHOD u getDefaultState ()Lnone/asj; + METHOD w setDefaultState (Lnone/asj;)V + ARG 0 state + METHOD x registerBlocks ()V diff --git a/mappings/net/minecraft/block/BlockStateFactory.json b/mappings/net/minecraft/block/BlockStateFactory.json deleted file mode 100644 index 4a1085588f..0000000000 --- a/mappings/net/minecraft/block/BlockStateFactory.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ask", - "name": "net/minecraft/block/BlockStateFactory", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/BlockStateFactory.mapping b/mappings/net/minecraft/block/BlockStateFactory.mapping new file mode 100644 index 0000000000..0967c8bf5a --- /dev/null +++ b/mappings/net/minecraft/block/BlockStateFactory.mapping @@ -0,0 +1 @@ +CLASS none/ask net/minecraft/block/BlockStateFactory diff --git a/mappings/net/minecraft/block/IBlockProperty.json b/mappings/net/minecraft/block/IBlockProperty.json deleted file mode 100644 index 7606fb1347..0000000000 --- a/mappings/net/minecraft/block/IBlockProperty.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "obf": "asz", - "name": "net/minecraft/block/IBlockProperty", - "field": [], - "constructors": [], - "method": [ - { - "obf": "b", - "name": "getType", - "signature": "()Ljava/lang/Class;", - "args": [] - }, - { - "obf": "c", - "name": "getValidValues", - "signature": "()Ljava/util/Collection;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/IBlockProperty.mapping b/mappings/net/minecraft/block/IBlockProperty.mapping new file mode 100644 index 0000000000..17a126e830 --- /dev/null +++ b/mappings/net/minecraft/block/IBlockProperty.mapping @@ -0,0 +1,3 @@ +CLASS none/asz net/minecraft/block/IBlockProperty + METHOD b getType ()Ljava/lang/Class; + METHOD c getValidValues ()Ljava/util/Collection; diff --git a/mappings/net/minecraft/block/IBlockState.json b/mappings/net/minecraft/block/IBlockState.json deleted file mode 100644 index 5a2793c913..0000000000 --- a/mappings/net/minecraft/block/IBlockState.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "obf": "asj", - "name": "net/minecraft/block/IBlockState", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "signature": "(Lnone/asz;)Lnone/asj;", - "args": [] - }, - { - "obf": "r", - "name": "getProperties", - "signature": "()Ljava/util/Collection;", - "args": [] - }, - { - "obf": "t", - "name": "getBlock", - "signature": "()Lnone/akw;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/IBlockState.mapping b/mappings/net/minecraft/block/IBlockState.mapping new file mode 100644 index 0000000000..c957840da8 --- /dev/null +++ b/mappings/net/minecraft/block/IBlockState.mapping @@ -0,0 +1,4 @@ +CLASS none/asj net/minecraft/block/IBlockState + METHOD a (Lnone/asz;)Lnone/asj; + METHOD r getProperties ()Ljava/util/Collection; + METHOD t getBlock ()Lnone/akw; diff --git a/mappings/net/minecraft/block/Material.json b/mappings/net/minecraft/block/Material.json deleted file mode 100644 index 1edbd408af..0000000000 --- a/mappings/net/minecraft/block/Material.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "obf": "ayo", - "name": "net/minecraft/block/Material", - "field": [ - { - "obf": "a", - "name": "air", - "type": "Lnone/ayo;" - } - ], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/Material.mapping b/mappings/net/minecraft/block/Material.mapping new file mode 100644 index 0000000000..66a8d4013c --- /dev/null +++ b/mappings/net/minecraft/block/Material.mapping @@ -0,0 +1,2 @@ +CLASS none/ayo net/minecraft/block/Material + FIELD a air Lnone/ayo; diff --git a/mappings/net/minecraft/block/impl/BlockAir.json b/mappings/net/minecraft/block/impl/BlockAir.json deleted file mode 100644 index 633ed7da5d..0000000000 --- a/mappings/net/minecraft/block/impl/BlockAir.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "akm", - "name": "net/minecraft/block/impl/BlockAir", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockAir.mapping b/mappings/net/minecraft/block/impl/BlockAir.mapping new file mode 100644 index 0000000000..eac8d0b6a8 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockAir.mapping @@ -0,0 +1 @@ +CLASS none/akm net/minecraft/block/impl/BlockAir diff --git a/mappings/net/minecraft/block/impl/BlockAnvil.json b/mappings/net/minecraft/block/impl/BlockAnvil.json deleted file mode 100644 index 102ef206d8..0000000000 --- a/mappings/net/minecraft/block/impl/BlockAnvil.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "akn", - "name": "net/minecraft/block/impl/BlockAnvil", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockAnvil.mapping b/mappings/net/minecraft/block/impl/BlockAnvil.mapping new file mode 100644 index 0000000000..9b366f9ff7 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockAnvil.mapping @@ -0,0 +1 @@ +CLASS none/akn net/minecraft/block/impl/BlockAnvil diff --git a/mappings/net/minecraft/block/impl/BlockBanner.json b/mappings/net/minecraft/block/impl/BlockBanner.json deleted file mode 100644 index 5b51ab5a43..0000000000 --- a/mappings/net/minecraft/block/impl/BlockBanner.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "obf": "ako", - "name": "net/minecraft/block/impl/BlockBanner", - "field": [ - { - "obf": "b", - "name": "ROTATION", - "type": "Lnone/asy;" - }, - { - "obf": "c", - "name": "BOUNDING_BOX", - "type": "Lnone/bcp;" - } - ], - "constructors": [], - "method": [], - "innerClass": [ - { - "obf": "ako$a", - "name": "Standing", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] - }, - { - "obf": "ako$b", - "name": "Wall", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] - } - ] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockBanner.mapping b/mappings/net/minecraft/block/impl/BlockBanner.mapping new file mode 100644 index 0000000000..2daf0a4ad5 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockBanner.mapping @@ -0,0 +1,5 @@ +CLASS none/ako net/minecraft/block/impl/BlockBanner + CLASS none/ako$a Standing + CLASS none/ako$b Wall + FIELD b ROTATION Lnone/asy; + FIELD c BOUNDING_BOX Lnone/bcp; diff --git a/mappings/net/minecraft/block/impl/BlockBarrier.json b/mappings/net/minecraft/block/impl/BlockBarrier.json deleted file mode 100644 index bf0ffad0dd..0000000000 --- a/mappings/net/minecraft/block/impl/BlockBarrier.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "akp", - "name": "net/minecraft/block/impl/BlockBarrier", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockBarrier.mapping b/mappings/net/minecraft/block/impl/BlockBarrier.mapping new file mode 100644 index 0000000000..368588ea00 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockBarrier.mapping @@ -0,0 +1 @@ +CLASS none/akp net/minecraft/block/impl/BlockBarrier diff --git a/mappings/net/minecraft/block/impl/BlockBeacon.json b/mappings/net/minecraft/block/impl/BlockBeacon.json deleted file mode 100644 index 4e36958883..0000000000 --- a/mappings/net/minecraft/block/impl/BlockBeacon.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "akt", - "name": "net/minecraft/block/impl/BlockBeacon", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockBeacon.mapping b/mappings/net/minecraft/block/impl/BlockBeacon.mapping new file mode 100644 index 0000000000..c14cae57af --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockBeacon.mapping @@ -0,0 +1 @@ +CLASS none/akt net/minecraft/block/impl/BlockBeacon diff --git a/mappings/net/minecraft/block/impl/BlockBone.json b/mappings/net/minecraft/block/impl/BlockBone.json deleted file mode 100644 index e73573fbc3..0000000000 --- a/mappings/net/minecraft/block/impl/BlockBone.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aky", - "name": "net/minecraft/block/impl/BlockBone", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockBone.mapping b/mappings/net/minecraft/block/impl/BlockBone.mapping new file mode 100644 index 0000000000..77aa79f28c --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockBone.mapping @@ -0,0 +1 @@ +CLASS none/aky net/minecraft/block/impl/BlockBone diff --git a/mappings/net/minecraft/block/impl/BlockBrewingStand.json b/mappings/net/minecraft/block/impl/BlockBrewingStand.json deleted file mode 100644 index 4a790e70c9..0000000000 --- a/mappings/net/minecraft/block/impl/BlockBrewingStand.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "alb", - "name": "net/minecraft/block/impl/BlockBrewingStand", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockBrewingStand.mapping b/mappings/net/minecraft/block/impl/BlockBrewingStand.mapping new file mode 100644 index 0000000000..ba93d346a8 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockBrewingStand.mapping @@ -0,0 +1,4 @@ +CLASS none/alb net/minecraft/block/impl/BlockBrewingStand + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockCactus.json b/mappings/net/minecraft/block/impl/BlockCactus.json deleted file mode 100644 index 50ada90dfc..0000000000 --- a/mappings/net/minecraft/block/impl/BlockCactus.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "ale", - "name": "net/minecraft/block/impl/BlockCactus", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockCactus.mapping b/mappings/net/minecraft/block/impl/BlockCactus.mapping new file mode 100644 index 0000000000..e003eb1277 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockCactus.mapping @@ -0,0 +1,4 @@ +CLASS none/ale net/minecraft/block/impl/BlockCactus + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockCake.json b/mappings/net/minecraft/block/impl/BlockCake.json deleted file mode 100644 index 8ed8368c14..0000000000 --- a/mappings/net/minecraft/block/impl/BlockCake.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "alf", - "name": "net/minecraft/block/impl/BlockCake", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockCake.mapping b/mappings/net/minecraft/block/impl/BlockCake.mapping new file mode 100644 index 0000000000..f997332db7 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockCake.mapping @@ -0,0 +1,4 @@ +CLASS none/alf net/minecraft/block/impl/BlockCake + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockCarpet.json b/mappings/net/minecraft/block/impl/BlockCarpet.json deleted file mode 100644 index a860636937..0000000000 --- a/mappings/net/minecraft/block/impl/BlockCarpet.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "obf": "aqx", - "name": "net/minecraft/block/impl/BlockCarpet", - "field": [ - { - "obf": "a", - "name": "COLOR", - "type": "Lnone/asx;" - }, - { - "obf": "b", - "name": "BOUNDING_BOX", - "type": "Lnone/bcp;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockCarpet.mapping b/mappings/net/minecraft/block/impl/BlockCarpet.mapping new file mode 100644 index 0000000000..8c12357b25 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockCarpet.mapping @@ -0,0 +1,6 @@ +CLASS none/aqx net/minecraft/block/impl/BlockCarpet + FIELD a COLOR Lnone/asx; + FIELD b BOUNDING_BOX Lnone/bcp; + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockCauldron.json b/mappings/net/minecraft/block/impl/BlockCauldron.json deleted file mode 100644 index 6135738dd6..0000000000 --- a/mappings/net/minecraft/block/impl/BlockCauldron.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "alh", - "name": "net/minecraft/block/impl/BlockCauldron", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockCauldron.mapping b/mappings/net/minecraft/block/impl/BlockCauldron.mapping new file mode 100644 index 0000000000..8b4850e207 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockCauldron.mapping @@ -0,0 +1,4 @@ +CLASS none/alh net/minecraft/block/impl/BlockCauldron + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockChest.json b/mappings/net/minecraft/block/impl/BlockChest.json deleted file mode 100644 index b2b9c8436b..0000000000 --- a/mappings/net/minecraft/block/impl/BlockChest.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "ali", - "name": "net/minecraft/block/impl/BlockChest", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockChest.mapping b/mappings/net/minecraft/block/impl/BlockChest.mapping new file mode 100644 index 0000000000..7aaf2aef06 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockChest.mapping @@ -0,0 +1,4 @@ +CLASS none/ali net/minecraft/block/impl/BlockChest + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockClay.json b/mappings/net/minecraft/block/impl/BlockClay.json deleted file mode 100644 index 86461494e6..0000000000 --- a/mappings/net/minecraft/block/impl/BlockClay.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "all", - "name": "net/minecraft/block/impl/BlockClay", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockClay.mapping b/mappings/net/minecraft/block/impl/BlockClay.mapping new file mode 100644 index 0000000000..aa06257a06 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockClay.mapping @@ -0,0 +1 @@ +CLASS none/all net/minecraft/block/impl/BlockClay diff --git a/mappings/net/minecraft/block/impl/BlockCommand.json b/mappings/net/minecraft/block/impl/BlockCommand.json deleted file mode 100644 index 5d066c8bd3..0000000000 --- a/mappings/net/minecraft/block/impl/BlockCommand.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "alo", - "name": "net/minecraft/block/impl/BlockCommand", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockCommand.mapping b/mappings/net/minecraft/block/impl/BlockCommand.mapping new file mode 100644 index 0000000000..f319787630 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockCommand.mapping @@ -0,0 +1,4 @@ +CLASS none/alo net/minecraft/block/impl/BlockCommand + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockComparator.json b/mappings/net/minecraft/block/impl/BlockComparator.json deleted file mode 100644 index a5200678e8..0000000000 --- a/mappings/net/minecraft/block/impl/BlockComparator.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "alp", - "name": "net/minecraft/block/impl/BlockComparator", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockComparator.mapping b/mappings/net/minecraft/block/impl/BlockComparator.mapping new file mode 100644 index 0000000000..3625842903 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockComparator.mapping @@ -0,0 +1,4 @@ +CLASS none/alp net/minecraft/block/impl/BlockComparator + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockDaylightDetector.json b/mappings/net/minecraft/block/impl/BlockDaylightDetector.json deleted file mode 100644 index 4a6f1209ee..0000000000 --- a/mappings/net/minecraft/block/impl/BlockDaylightDetector.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "als", - "name": "net/minecraft/block/impl/BlockDaylightDetector", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockDaylightDetector.mapping b/mappings/net/minecraft/block/impl/BlockDaylightDetector.mapping new file mode 100644 index 0000000000..7ec07c63de --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockDaylightDetector.mapping @@ -0,0 +1,4 @@ +CLASS none/als net/minecraft/block/impl/BlockDaylightDetector + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockDeadbush.json b/mappings/net/minecraft/block/impl/BlockDeadbush.json deleted file mode 100644 index 7247b92d8e..0000000000 --- a/mappings/net/minecraft/block/impl/BlockDeadbush.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "alt", - "name": "net/minecraft/block/impl/BlockDeadbush", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockDeadbush.mapping b/mappings/net/minecraft/block/impl/BlockDeadbush.mapping new file mode 100644 index 0000000000..786ee06fc6 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockDeadbush.mapping @@ -0,0 +1 @@ +CLASS none/alt net/minecraft/block/impl/BlockDeadbush diff --git a/mappings/net/minecraft/block/impl/BlockDispenser.json b/mappings/net/minecraft/block/impl/BlockDispenser.json deleted file mode 100644 index d8ab71e3d8..0000000000 --- a/mappings/net/minecraft/block/impl/BlockDispenser.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "obf": "aly", - "name": "net/minecraft/block/impl/BlockDispenser", - "field": [ - { - "obf": "c", - "name": "BEHAVIORS", - "type": "Lnone/ct;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockDispenser.mapping b/mappings/net/minecraft/block/impl/BlockDispenser.mapping new file mode 100644 index 0000000000..c0384d0d35 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockDispenser.mapping @@ -0,0 +1,5 @@ +CLASS none/aly net/minecraft/block/impl/BlockDispenser + FIELD c BEHAVIORS Lnone/ct; + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockDoor.json b/mappings/net/minecraft/block/impl/BlockDoor.json deleted file mode 100644 index 7a2cc931d0..0000000000 --- a/mappings/net/minecraft/block/impl/BlockDoor.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "alz", - "name": "net/minecraft/block/impl/BlockDoor", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockDoor.mapping b/mappings/net/minecraft/block/impl/BlockDoor.mapping new file mode 100644 index 0000000000..d74604db63 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockDoor.mapping @@ -0,0 +1,4 @@ +CLASS none/alz net/minecraft/block/impl/BlockDoor + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockDragonEgg.json b/mappings/net/minecraft/block/impl/BlockDragonEgg.json deleted file mode 100644 index 2e1f37015b..0000000000 --- a/mappings/net/minecraft/block/impl/BlockDragonEgg.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "amb", - "name": "net/minecraft/block/impl/BlockDragonEgg", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockDragonEgg.mapping b/mappings/net/minecraft/block/impl/BlockDragonEgg.mapping new file mode 100644 index 0000000000..9430849bf1 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockDragonEgg.mapping @@ -0,0 +1 @@ +CLASS none/amb net/minecraft/block/impl/BlockDragonEgg diff --git a/mappings/net/minecraft/block/impl/BlockDropper.json b/mappings/net/minecraft/block/impl/BlockDropper.json deleted file mode 100644 index 746e9df7f4..0000000000 --- a/mappings/net/minecraft/block/impl/BlockDropper.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "amc", - "name": "net/minecraft/block/impl/BlockDropper", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockDropper.mapping b/mappings/net/minecraft/block/impl/BlockDropper.mapping new file mode 100644 index 0000000000..71affbd68b --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockDropper.mapping @@ -0,0 +1 @@ +CLASS none/amc net/minecraft/block/impl/BlockDropper diff --git a/mappings/net/minecraft/block/impl/BlockEnchantingTable.json b/mappings/net/minecraft/block/impl/BlockEnchantingTable.json deleted file mode 100644 index df7f2a07ad..0000000000 --- a/mappings/net/minecraft/block/impl/BlockEnchantingTable.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ame", - "name": "net/minecraft/block/impl/BlockEnchantingTable", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockEnchantingTable.mapping b/mappings/net/minecraft/block/impl/BlockEnchantingTable.mapping new file mode 100644 index 0000000000..de5f25ae60 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockEnchantingTable.mapping @@ -0,0 +1 @@ +CLASS none/ame net/minecraft/block/impl/BlockEnchantingTable diff --git a/mappings/net/minecraft/block/impl/BlockEndGateway.json b/mappings/net/minecraft/block/impl/BlockEndGateway.json deleted file mode 100644 index 66c181a05e..0000000000 --- a/mappings/net/minecraft/block/impl/BlockEndGateway.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "amf", - "name": "net/minecraft/block/impl/BlockEndGateway", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockEndGateway.mapping b/mappings/net/minecraft/block/impl/BlockEndGateway.mapping new file mode 100644 index 0000000000..95bbd43ada --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockEndGateway.mapping @@ -0,0 +1 @@ +CLASS none/amf net/minecraft/block/impl/BlockEndGateway diff --git a/mappings/net/minecraft/block/impl/BlockEndPortal.json b/mappings/net/minecraft/block/impl/BlockEndPortal.json deleted file mode 100644 index 3c56a67e3d..0000000000 --- a/mappings/net/minecraft/block/impl/BlockEndPortal.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "amg", - "name": "net/minecraft/block/impl/BlockEndPortal", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockEndPortal.mapping b/mappings/net/minecraft/block/impl/BlockEndPortal.mapping new file mode 100644 index 0000000000..f5e5d11105 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockEndPortal.mapping @@ -0,0 +1 @@ +CLASS none/amg net/minecraft/block/impl/BlockEndPortal diff --git a/mappings/net/minecraft/block/impl/BlockEndPortalFrame.json b/mappings/net/minecraft/block/impl/BlockEndPortalFrame.json deleted file mode 100644 index 8624c87f53..0000000000 --- a/mappings/net/minecraft/block/impl/BlockEndPortalFrame.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "amh", - "name": "net/minecraft/block/impl/BlockEndPortalFrame", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockEndPortalFrame.mapping b/mappings/net/minecraft/block/impl/BlockEndPortalFrame.mapping new file mode 100644 index 0000000000..9fdc0d8123 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockEndPortalFrame.mapping @@ -0,0 +1,4 @@ +CLASS none/amh net/minecraft/block/impl/BlockEndPortalFrame + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockFence.json b/mappings/net/minecraft/block/impl/BlockFence.json deleted file mode 100644 index d412778f62..0000000000 --- a/mappings/net/minecraft/block/impl/BlockFence.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "amn", - "name": "net/minecraft/block/impl/BlockFence", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockFence.mapping b/mappings/net/minecraft/block/impl/BlockFence.mapping new file mode 100644 index 0000000000..ae4fa31ad5 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockFence.mapping @@ -0,0 +1 @@ +CLASS none/amn net/minecraft/block/impl/BlockFence diff --git a/mappings/net/minecraft/block/impl/BlockFenceGate.json b/mappings/net/minecraft/block/impl/BlockFenceGate.json deleted file mode 100644 index 7cc0a03dc7..0000000000 --- a/mappings/net/minecraft/block/impl/BlockFenceGate.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "amo", - "name": "net/minecraft/block/impl/BlockFenceGate", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockFenceGate.mapping b/mappings/net/minecraft/block/impl/BlockFenceGate.mapping new file mode 100644 index 0000000000..4f08fa5e7d --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockFenceGate.mapping @@ -0,0 +1,4 @@ +CLASS none/amo net/minecraft/block/impl/BlockFenceGate + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockFire.json b/mappings/net/minecraft/block/impl/BlockFire.json deleted file mode 100644 index 27419d16fa..0000000000 --- a/mappings/net/minecraft/block/impl/BlockFire.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "amp", - "name": "net/minecraft/block/impl/BlockFire", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockFire.mapping b/mappings/net/minecraft/block/impl/BlockFire.mapping new file mode 100644 index 0000000000..e040f9edd5 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockFire.mapping @@ -0,0 +1,4 @@ +CLASS none/amp net/minecraft/block/impl/BlockFire + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockFlower.json b/mappings/net/minecraft/block/impl/BlockFlower.json deleted file mode 100644 index b02c2bb484..0000000000 --- a/mappings/net/minecraft/block/impl/BlockFlower.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "amq", - "name": "net/minecraft/block/impl/BlockFlower", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockFlower.mapping b/mappings/net/minecraft/block/impl/BlockFlower.mapping new file mode 100644 index 0000000000..78b7703626 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockFlower.mapping @@ -0,0 +1,4 @@ +CLASS none/amq net/minecraft/block/impl/BlockFlower + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockFlowerPot.json b/mappings/net/minecraft/block/impl/BlockFlowerPot.json deleted file mode 100644 index ef9629caa0..0000000000 --- a/mappings/net/minecraft/block/impl/BlockFlowerPot.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "obf": "amr", - "name": "net/minecraft/block/impl/BlockFlowerPot", - "field": [], - "constructors": [], - "method": [ - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockFlowerPot.mapping b/mappings/net/minecraft/block/impl/BlockFlowerPot.mapping new file mode 100644 index 0000000000..afdb0baa92 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockFlowerPot.mapping @@ -0,0 +1,3 @@ +CLASS none/amr net/minecraft/block/impl/BlockFlowerPot + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockFurnace.json b/mappings/net/minecraft/block/impl/BlockFurnace.json deleted file mode 100644 index 81367916dc..0000000000 --- a/mappings/net/minecraft/block/impl/BlockFurnace.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "amw", - "name": "net/minecraft/block/impl/BlockFurnace", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockFurnace.mapping b/mappings/net/minecraft/block/impl/BlockFurnace.mapping new file mode 100644 index 0000000000..d0ef0b5889 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockFurnace.mapping @@ -0,0 +1,4 @@ +CLASS none/amw net/minecraft/block/impl/BlockFurnace + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockGrass.json b/mappings/net/minecraft/block/impl/BlockGrass.json deleted file mode 100644 index 5ced960dbf..0000000000 --- a/mappings/net/minecraft/block/impl/BlockGrass.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "obf": "amz", - "name": "net/minecraft/block/impl/BlockGrass", - "field": [], - "constructors": [], - "method": [ - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockGrass.mapping b/mappings/net/minecraft/block/impl/BlockGrass.mapping new file mode 100644 index 0000000000..75362e9777 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockGrass.mapping @@ -0,0 +1,3 @@ +CLASS none/amz net/minecraft/block/impl/BlockGrass + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockGrassPath.json b/mappings/net/minecraft/block/impl/BlockGrassPath.json deleted file mode 100644 index 08d48f60d4..0000000000 --- a/mappings/net/minecraft/block/impl/BlockGrassPath.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ana", - "name": "net/minecraft/block/impl/BlockGrassPath", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockGrassPath.mapping b/mappings/net/minecraft/block/impl/BlockGrassPath.mapping new file mode 100644 index 0000000000..0d9c47d5e8 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockGrassPath.mapping @@ -0,0 +1 @@ +CLASS none/ana net/minecraft/block/impl/BlockGrassPath diff --git a/mappings/net/minecraft/block/impl/BlockHopper.json b/mappings/net/minecraft/block/impl/BlockHopper.json deleted file mode 100644 index 581ab804bf..0000000000 --- a/mappings/net/minecraft/block/impl/BlockHopper.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "anj", - "name": "net/minecraft/block/impl/BlockHopper", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockHopper.mapping b/mappings/net/minecraft/block/impl/BlockHopper.mapping new file mode 100644 index 0000000000..6e408c895b --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockHopper.mapping @@ -0,0 +1,4 @@ +CLASS none/anj net/minecraft/block/impl/BlockHopper + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockIce.json b/mappings/net/minecraft/block/impl/BlockIce.json deleted file mode 100644 index 5bc20f3f16..0000000000 --- a/mappings/net/minecraft/block/impl/BlockIce.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "anm", - "name": "net/minecraft/block/impl/BlockIce", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockIce.mapping b/mappings/net/minecraft/block/impl/BlockIce.mapping new file mode 100644 index 0000000000..1851ae86c8 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockIce.mapping @@ -0,0 +1 @@ +CLASS none/anm net/minecraft/block/impl/BlockIce diff --git a/mappings/net/minecraft/block/impl/BlockJukebox.json b/mappings/net/minecraft/block/impl/BlockJukebox.json deleted file mode 100644 index d91b4219fd..0000000000 --- a/mappings/net/minecraft/block/impl/BlockJukebox.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "obf": "ann", - "name": "net/minecraft/block/impl/BlockJukebox", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [ - { - "obf": "ann$a", - "name": "Tile", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] - } - ] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockJukebox.mapping b/mappings/net/minecraft/block/impl/BlockJukebox.mapping new file mode 100644 index 0000000000..10b096e6c0 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockJukebox.mapping @@ -0,0 +1,5 @@ +CLASS none/ann net/minecraft/block/impl/BlockJukebox + CLASS none/ann$a Tile + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockLadder.json b/mappings/net/minecraft/block/impl/BlockLadder.json deleted file mode 100644 index c7a7735beb..0000000000 --- a/mappings/net/minecraft/block/impl/BlockLadder.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "ano", - "name": "net/minecraft/block/impl/BlockLadder", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockLadder.mapping b/mappings/net/minecraft/block/impl/BlockLadder.mapping new file mode 100644 index 0000000000..c8f519d2dd --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockLadder.mapping @@ -0,0 +1,4 @@ +CLASS none/ano net/minecraft/block/impl/BlockLadder + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockLeaves.json b/mappings/net/minecraft/block/impl/BlockLeaves.json deleted file mode 100644 index cf74ee6c82..0000000000 --- a/mappings/net/minecraft/block/impl/BlockLeaves.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "anp", - "name": "net/minecraft/block/impl/BlockLeaves", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockLeaves.mapping b/mappings/net/minecraft/block/impl/BlockLeaves.mapping new file mode 100644 index 0000000000..535bd67f92 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockLeaves.mapping @@ -0,0 +1 @@ +CLASS none/anp net/minecraft/block/impl/BlockLeaves diff --git a/mappings/net/minecraft/block/impl/BlockLever.json b/mappings/net/minecraft/block/impl/BlockLever.json deleted file mode 100644 index 221f9cb0d1..0000000000 --- a/mappings/net/minecraft/block/impl/BlockLever.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "anr", - "name": "net/minecraft/block/impl/BlockLever", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockLever.mapping b/mappings/net/minecraft/block/impl/BlockLever.mapping new file mode 100644 index 0000000000..97db0cba5f --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockLever.mapping @@ -0,0 +1,4 @@ +CLASS none/anr net/minecraft/block/impl/BlockLever + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockMagma.json b/mappings/net/minecraft/block/impl/BlockMagma.json deleted file mode 100644 index 938fac2601..0000000000 --- a/mappings/net/minecraft/block/impl/BlockMagma.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "anu", - "name": "net/minecraft/block/impl/BlockMagma", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockMagma.mapping b/mappings/net/minecraft/block/impl/BlockMagma.mapping new file mode 100644 index 0000000000..98eb38eb48 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockMagma.mapping @@ -0,0 +1 @@ +CLASS none/anu net/minecraft/block/impl/BlockMagma diff --git a/mappings/net/minecraft/block/impl/BlockMobSpawner.json b/mappings/net/minecraft/block/impl/BlockMobSpawner.json deleted file mode 100644 index 2b80d54637..0000000000 --- a/mappings/net/minecraft/block/impl/BlockMobSpawner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "anx", - "name": "net/minecraft/block/impl/BlockMobSpawner", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockMobSpawner.mapping b/mappings/net/minecraft/block/impl/BlockMobSpawner.mapping new file mode 100644 index 0000000000..42ff6135dc --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockMobSpawner.mapping @@ -0,0 +1 @@ +CLASS none/anx net/minecraft/block/impl/BlockMobSpawner diff --git a/mappings/net/minecraft/block/impl/BlockMushroom.json b/mappings/net/minecraft/block/impl/BlockMushroom.json deleted file mode 100644 index 997f5a34d8..0000000000 --- a/mappings/net/minecraft/block/impl/BlockMushroom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "alc", - "name": "net/minecraft/block/impl/BlockMushroom", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockMushroom.mapping b/mappings/net/minecraft/block/impl/BlockMushroom.mapping new file mode 100644 index 0000000000..10e11e92d9 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockMushroom.mapping @@ -0,0 +1 @@ +CLASS none/alc net/minecraft/block/impl/BlockMushroom diff --git a/mappings/net/minecraft/block/impl/BlockMycelium.json b/mappings/net/minecraft/block/impl/BlockMycelium.json deleted file mode 100644 index 7ccadd0833..0000000000 --- a/mappings/net/minecraft/block/impl/BlockMycelium.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aoa", - "name": "net/minecraft/block/impl/BlockMycelium", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockMycelium.mapping b/mappings/net/minecraft/block/impl/BlockMycelium.mapping new file mode 100644 index 0000000000..f3ba087aa4 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockMycelium.mapping @@ -0,0 +1 @@ +CLASS none/aoa net/minecraft/block/impl/BlockMycelium diff --git a/mappings/net/minecraft/block/impl/BlockNetherWart.json b/mappings/net/minecraft/block/impl/BlockNetherWart.json deleted file mode 100644 index f1efa4d957..0000000000 --- a/mappings/net/minecraft/block/impl/BlockNetherWart.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aoc", - "name": "net/minecraft/block/impl/BlockNetherWart", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockNetherWart.mapping b/mappings/net/minecraft/block/impl/BlockNetherWart.mapping new file mode 100644 index 0000000000..abdea68053 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockNetherWart.mapping @@ -0,0 +1 @@ +CLASS none/aoc net/minecraft/block/impl/BlockNetherWart diff --git a/mappings/net/minecraft/block/impl/BlockOre.json b/mappings/net/minecraft/block/impl/BlockOre.json deleted file mode 100644 index d7999eac25..0000000000 --- a/mappings/net/minecraft/block/impl/BlockOre.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aom", - "name": "net/minecraft/block/impl/BlockOre", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockOre.mapping b/mappings/net/minecraft/block/impl/BlockOre.mapping new file mode 100644 index 0000000000..2a58593cce --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockOre.mapping @@ -0,0 +1 @@ +CLASS none/aom net/minecraft/block/impl/BlockOre diff --git a/mappings/net/minecraft/block/impl/BlockPackedIce.json b/mappings/net/minecraft/block/impl/BlockPackedIce.json deleted file mode 100644 index 13436087d0..0000000000 --- a/mappings/net/minecraft/block/impl/BlockPackedIce.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aon", - "name": "net/minecraft/block/impl/BlockPackedIce", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockPackedIce.mapping b/mappings/net/minecraft/block/impl/BlockPackedIce.mapping new file mode 100644 index 0000000000..c02e464483 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockPackedIce.mapping @@ -0,0 +1 @@ +CLASS none/aon net/minecraft/block/impl/BlockPackedIce diff --git a/mappings/net/minecraft/block/impl/BlockPiston.json b/mappings/net/minecraft/block/impl/BlockPiston.json deleted file mode 100644 index aa0441bc1e..0000000000 --- a/mappings/net/minecraft/block/impl/BlockPiston.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "asa", - "name": "net/minecraft/block/impl/BlockPiston", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockPiston.mapping b/mappings/net/minecraft/block/impl/BlockPiston.mapping new file mode 100644 index 0000000000..204dd5f521 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockPiston.mapping @@ -0,0 +1,4 @@ +CLASS none/asa net/minecraft/block/impl/BlockPiston + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockPistonExtension.json b/mappings/net/minecraft/block/impl/BlockPistonExtension.json deleted file mode 100644 index 129e8d9389..0000000000 --- a/mappings/net/minecraft/block/impl/BlockPistonExtension.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "asc", - "name": "net/minecraft/block/impl/BlockPistonExtension", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockPistonExtension.mapping b/mappings/net/minecraft/block/impl/BlockPistonExtension.mapping new file mode 100644 index 0000000000..30b253d31e --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockPistonExtension.mapping @@ -0,0 +1,4 @@ +CLASS none/asc net/minecraft/block/impl/BlockPistonExtension + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockPistonHead.json b/mappings/net/minecraft/block/impl/BlockPistonHead.json deleted file mode 100644 index d2178e9e59..0000000000 --- a/mappings/net/minecraft/block/impl/BlockPistonHead.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "asb", - "name": "net/minecraft/block/impl/BlockPistonHead", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockPistonHead.mapping b/mappings/net/minecraft/block/impl/BlockPistonHead.mapping new file mode 100644 index 0000000000..bd95ebc2b3 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockPistonHead.mapping @@ -0,0 +1,4 @@ +CLASS none/asb net/minecraft/block/impl/BlockPistonHead + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockPortal.json b/mappings/net/minecraft/block/impl/BlockPortal.json deleted file mode 100644 index dcb0b9be45..0000000000 --- a/mappings/net/minecraft/block/impl/BlockPortal.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "obf": "aop", - "name": "net/minecraft/block/impl/BlockPortal", - "field": [ - { - "obf": "a", - "name": "AXIS", - "type": "Lnone/asx;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockPortal.mapping b/mappings/net/minecraft/block/impl/BlockPortal.mapping new file mode 100644 index 0000000000..12e9bd5971 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockPortal.mapping @@ -0,0 +1,5 @@ +CLASS none/aop net/minecraft/block/impl/BlockPortal + FIELD a AXIS Lnone/asx; + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockPressurePlate.json b/mappings/net/minecraft/block/impl/BlockPressurePlate.json deleted file mode 100644 index 4afdff5c5b..0000000000 --- a/mappings/net/minecraft/block/impl/BlockPressurePlate.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aot", - "name": "net/minecraft/block/impl/BlockPressurePlate", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockPressurePlate.mapping b/mappings/net/minecraft/block/impl/BlockPressurePlate.mapping new file mode 100644 index 0000000000..318bfc5de8 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockPressurePlate.mapping @@ -0,0 +1,4 @@ +CLASS none/aot net/minecraft/block/impl/BlockPressurePlate + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockPressurePlateWeighted.json b/mappings/net/minecraft/block/impl/BlockPressurePlateWeighted.json deleted file mode 100644 index 9588699395..0000000000 --- a/mappings/net/minecraft/block/impl/BlockPressurePlateWeighted.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aqu", - "name": "net/minecraft/block/impl/BlockPressurePlateWeighted", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockPressurePlateWeighted.mapping b/mappings/net/minecraft/block/impl/BlockPressurePlateWeighted.mapping new file mode 100644 index 0000000000..b176c29ad5 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockPressurePlateWeighted.mapping @@ -0,0 +1,4 @@ +CLASS none/aqu net/minecraft/block/impl/BlockPressurePlateWeighted + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockRail.json b/mappings/net/minecraft/block/impl/BlockRail.json deleted file mode 100644 index 4004dc4dac..0000000000 --- a/mappings/net/minecraft/block/impl/BlockRail.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aoy", - "name": "net/minecraft/block/impl/BlockRail", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockRail.mapping b/mappings/net/minecraft/block/impl/BlockRail.mapping new file mode 100644 index 0000000000..7057550e6f --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockRail.mapping @@ -0,0 +1,4 @@ +CLASS none/aoy net/minecraft/block/impl/BlockRail + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockRedstone.json b/mappings/net/minecraft/block/impl/BlockRedstone.json deleted file mode 100644 index 306bb64cfd..0000000000 --- a/mappings/net/minecraft/block/impl/BlockRedstone.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aor", - "name": "net/minecraft/block/impl/BlockRedstone", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockRedstone.mapping b/mappings/net/minecraft/block/impl/BlockRedstone.mapping new file mode 100644 index 0000000000..ed019ef6a5 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockRedstone.mapping @@ -0,0 +1 @@ +CLASS none/aor net/minecraft/block/impl/BlockRedstone diff --git a/mappings/net/minecraft/block/impl/BlockRedstoneLamp.json b/mappings/net/minecraft/block/impl/BlockRedstoneLamp.json deleted file mode 100644 index 426ac6c11b..0000000000 --- a/mappings/net/minecraft/block/impl/BlockRedstoneLamp.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "apd", - "name": "net/minecraft/block/impl/BlockRedstoneLamp", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockRedstoneLamp.mapping b/mappings/net/minecraft/block/impl/BlockRedstoneLamp.mapping new file mode 100644 index 0000000000..914b5cd481 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockRedstoneLamp.mapping @@ -0,0 +1 @@ +CLASS none/apd net/minecraft/block/impl/BlockRedstoneLamp diff --git a/mappings/net/minecraft/block/impl/BlockRedstoneOre.json b/mappings/net/minecraft/block/impl/BlockRedstoneOre.json deleted file mode 100644 index 350d46c0a7..0000000000 --- a/mappings/net/minecraft/block/impl/BlockRedstoneOre.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "apb", - "name": "net/minecraft/block/impl/BlockRedstoneOre", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockRedstoneOre.mapping b/mappings/net/minecraft/block/impl/BlockRedstoneOre.mapping new file mode 100644 index 0000000000..5195bf20f1 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockRedstoneOre.mapping @@ -0,0 +1 @@ +CLASS none/apb net/minecraft/block/impl/BlockRedstoneOre diff --git a/mappings/net/minecraft/block/impl/BlockRedstoneTorch.json b/mappings/net/minecraft/block/impl/BlockRedstoneTorch.json deleted file mode 100644 index 2f0ac89e89..0000000000 --- a/mappings/net/minecraft/block/impl/BlockRedstoneTorch.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ape", - "name": "net/minecraft/block/impl/BlockRedstoneTorch", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockRedstoneTorch.mapping b/mappings/net/minecraft/block/impl/BlockRedstoneTorch.mapping new file mode 100644 index 0000000000..6f5a572099 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockRedstoneTorch.mapping @@ -0,0 +1 @@ +CLASS none/ape net/minecraft/block/impl/BlockRedstoneTorch diff --git a/mappings/net/minecraft/block/impl/BlockRedstoneWire.json b/mappings/net/minecraft/block/impl/BlockRedstoneWire.json deleted file mode 100644 index 4d5fc33624..0000000000 --- a/mappings/net/minecraft/block/impl/BlockRedstoneWire.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "apc", - "name": "net/minecraft/block/impl/BlockRedstoneWire", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockRedstoneWire.mapping b/mappings/net/minecraft/block/impl/BlockRedstoneWire.mapping new file mode 100644 index 0000000000..2292130e42 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockRedstoneWire.mapping @@ -0,0 +1,4 @@ +CLASS none/apc net/minecraft/block/impl/BlockRedstoneWire + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockReeds.json b/mappings/net/minecraft/block/impl/BlockReeds.json deleted file mode 100644 index d2c181ae94..0000000000 --- a/mappings/net/minecraft/block/impl/BlockReeds.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "apf", - "name": "net/minecraft/block/impl/BlockReeds", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockReeds.mapping b/mappings/net/minecraft/block/impl/BlockReeds.mapping new file mode 100644 index 0000000000..7029dd0459 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockReeds.mapping @@ -0,0 +1,4 @@ +CLASS none/apf net/minecraft/block/impl/BlockReeds + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockRepeater.json b/mappings/net/minecraft/block/impl/BlockRepeater.json deleted file mode 100644 index 208884973c..0000000000 --- a/mappings/net/minecraft/block/impl/BlockRepeater.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aph", - "name": "net/minecraft/block/impl/BlockRepeater", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockRepeater.mapping b/mappings/net/minecraft/block/impl/BlockRepeater.mapping new file mode 100644 index 0000000000..f6f7093e3e --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockRepeater.mapping @@ -0,0 +1,4 @@ +CLASS none/aph net/minecraft/block/impl/BlockRepeater + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockSand.json b/mappings/net/minecraft/block/impl/BlockSand.json deleted file mode 100644 index 6cc29fa196..0000000000 --- a/mappings/net/minecraft/block/impl/BlockSand.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "apk", - "name": "net/minecraft/block/impl/BlockSand", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockSand.mapping b/mappings/net/minecraft/block/impl/BlockSand.mapping new file mode 100644 index 0000000000..6e00989533 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockSand.mapping @@ -0,0 +1,4 @@ +CLASS none/apk net/minecraft/block/impl/BlockSand + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockSignStanding.json b/mappings/net/minecraft/block/impl/BlockSignStanding.json deleted file mode 100644 index e59c918030..0000000000 --- a/mappings/net/minecraft/block/impl/BlockSignStanding.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "apz", - "name": "net/minecraft/block/impl/BlockSignStanding", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockSignStanding.mapping b/mappings/net/minecraft/block/impl/BlockSignStanding.mapping new file mode 100644 index 0000000000..af1fee9a67 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockSignStanding.mapping @@ -0,0 +1,4 @@ +CLASS none/apz net/minecraft/block/impl/BlockSignStanding + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockSignWall.json b/mappings/net/minecraft/block/impl/BlockSignWall.json deleted file mode 100644 index d08928fde6..0000000000 --- a/mappings/net/minecraft/block/impl/BlockSignWall.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aqr", - "name": "net/minecraft/block/impl/BlockSignWall", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockSignWall.mapping b/mappings/net/minecraft/block/impl/BlockSignWall.mapping new file mode 100644 index 0000000000..0500d97660 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockSignWall.mapping @@ -0,0 +1,4 @@ +CLASS none/aqr net/minecraft/block/impl/BlockSignWall + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockSkull.json b/mappings/net/minecraft/block/impl/BlockSkull.json deleted file mode 100644 index 53af2a053b..0000000000 --- a/mappings/net/minecraft/block/impl/BlockSkull.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "app", - "name": "net/minecraft/block/impl/BlockSkull", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockSkull.mapping b/mappings/net/minecraft/block/impl/BlockSkull.mapping new file mode 100644 index 0000000000..101cfa1d5f --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockSkull.mapping @@ -0,0 +1,4 @@ +CLASS none/app net/minecraft/block/impl/BlockSkull + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockSlab.json b/mappings/net/minecraft/block/impl/BlockSlab.json deleted file mode 100644 index b4f708c0d1..0000000000 --- a/mappings/net/minecraft/block/impl/BlockSlab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "and", - "name": "net/minecraft/block/impl/BlockSlab", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockSlab.mapping b/mappings/net/minecraft/block/impl/BlockSlab.mapping new file mode 100644 index 0000000000..2840b4e536 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockSlab.mapping @@ -0,0 +1 @@ +CLASS none/and net/minecraft/block/impl/BlockSlab diff --git a/mappings/net/minecraft/block/impl/BlockSlime.json b/mappings/net/minecraft/block/impl/BlockSlime.json deleted file mode 100644 index 26c904d8eb..0000000000 --- a/mappings/net/minecraft/block/impl/BlockSlime.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "apq", - "name": "net/minecraft/block/impl/BlockSlime", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockSlime.mapping b/mappings/net/minecraft/block/impl/BlockSlime.mapping new file mode 100644 index 0000000000..3ce0664d52 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockSlime.mapping @@ -0,0 +1 @@ +CLASS none/apq net/minecraft/block/impl/BlockSlime diff --git a/mappings/net/minecraft/block/impl/BlockSnow.json b/mappings/net/minecraft/block/impl/BlockSnow.json deleted file mode 100644 index 5dda3e8d59..0000000000 --- a/mappings/net/minecraft/block/impl/BlockSnow.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "apr", - "name": "net/minecraft/block/impl/BlockSnow", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockSnow.mapping b/mappings/net/minecraft/block/impl/BlockSnow.mapping new file mode 100644 index 0000000000..8ea3902dc6 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockSnow.mapping @@ -0,0 +1 @@ +CLASS none/apr net/minecraft/block/impl/BlockSnow diff --git a/mappings/net/minecraft/block/impl/BlockSnowLayer.json b/mappings/net/minecraft/block/impl/BlockSnowLayer.json deleted file mode 100644 index e19b5f8e4d..0000000000 --- a/mappings/net/minecraft/block/impl/BlockSnowLayer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aps", - "name": "net/minecraft/block/impl/BlockSnowLayer", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockSnowLayer.mapping b/mappings/net/minecraft/block/impl/BlockSnowLayer.mapping new file mode 100644 index 0000000000..bb63f74a2c --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockSnowLayer.mapping @@ -0,0 +1 @@ +CLASS none/aps net/minecraft/block/impl/BlockSnowLayer diff --git a/mappings/net/minecraft/block/impl/BlockSoulSand.json b/mappings/net/minecraft/block/impl/BlockSoulSand.json deleted file mode 100644 index cacff1f810..0000000000 --- a/mappings/net/minecraft/block/impl/BlockSoulSand.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "apt", - "name": "net/minecraft/block/impl/BlockSoulSand", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockSoulSand.mapping b/mappings/net/minecraft/block/impl/BlockSoulSand.mapping new file mode 100644 index 0000000000..797bf5370b --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockSoulSand.mapping @@ -0,0 +1 @@ +CLASS none/apt net/minecraft/block/impl/BlockSoulSand diff --git a/mappings/net/minecraft/block/impl/BlockStairs.json b/mappings/net/minecraft/block/impl/BlockStairs.json deleted file mode 100644 index 97128f1ca7..0000000000 --- a/mappings/net/minecraft/block/impl/BlockStairs.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "apy", - "name": "net/minecraft/block/impl/BlockStairs", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockStairs.mapping b/mappings/net/minecraft/block/impl/BlockStairs.mapping new file mode 100644 index 0000000000..a8e65a1d10 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockStairs.mapping @@ -0,0 +1,4 @@ +CLASS none/apy net/minecraft/block/impl/BlockStairs + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockStructure.json b/mappings/net/minecraft/block/impl/BlockStructure.json deleted file mode 100644 index 8b094567a7..0000000000 --- a/mappings/net/minecraft/block/impl/BlockStructure.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aqg", - "name": "net/minecraft/block/impl/BlockStructure", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockStructure.mapping b/mappings/net/minecraft/block/impl/BlockStructure.mapping new file mode 100644 index 0000000000..1414e4efae --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockStructure.mapping @@ -0,0 +1,4 @@ +CLASS none/aqg net/minecraft/block/impl/BlockStructure + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockStructureVoid.json b/mappings/net/minecraft/block/impl/BlockStructureVoid.json deleted file mode 100644 index 90b2249d8c..0000000000 --- a/mappings/net/minecraft/block/impl/BlockStructureVoid.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aqh", - "name": "net/minecraft/block/impl/BlockStructureVoid", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockStructureVoid.mapping b/mappings/net/minecraft/block/impl/BlockStructureVoid.mapping new file mode 100644 index 0000000000..b591007bed --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockStructureVoid.mapping @@ -0,0 +1 @@ +CLASS none/aqh net/minecraft/block/impl/BlockStructureVoid diff --git a/mappings/net/minecraft/block/impl/BlockTNT.json b/mappings/net/minecraft/block/impl/BlockTNT.json deleted file mode 100644 index f001b3b366..0000000000 --- a/mappings/net/minecraft/block/impl/BlockTNT.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aqk", - "name": "net/minecraft/block/impl/BlockTNT", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockTNT.mapping b/mappings/net/minecraft/block/impl/BlockTNT.mapping new file mode 100644 index 0000000000..97bdd09675 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockTNT.mapping @@ -0,0 +1,4 @@ +CLASS none/aqk net/minecraft/block/impl/BlockTNT + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockTallGrass.json b/mappings/net/minecraft/block/impl/BlockTallGrass.json deleted file mode 100644 index e8de2bc6a7..0000000000 --- a/mappings/net/minecraft/block/impl/BlockTallGrass.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aqi", - "name": "net/minecraft/block/impl/BlockTallGrass", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockTallGrass.mapping b/mappings/net/minecraft/block/impl/BlockTallGrass.mapping new file mode 100644 index 0000000000..0aa891367e --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockTallGrass.mapping @@ -0,0 +1,4 @@ +CLASS none/aqi net/minecraft/block/impl/BlockTallGrass + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockTorch.json b/mappings/net/minecraft/block/impl/BlockTorch.json deleted file mode 100644 index 2acdd06dc4..0000000000 --- a/mappings/net/minecraft/block/impl/BlockTorch.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aql", - "name": "net/minecraft/block/impl/BlockTorch", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockTorch.mapping b/mappings/net/minecraft/block/impl/BlockTorch.mapping new file mode 100644 index 0000000000..ebe3d22413 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockTorch.mapping @@ -0,0 +1,4 @@ +CLASS none/aql net/minecraft/block/impl/BlockTorch + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockTrapdoor.json b/mappings/net/minecraft/block/impl/BlockTrapdoor.json deleted file mode 100644 index 9beba9a29b..0000000000 --- a/mappings/net/minecraft/block/impl/BlockTrapdoor.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aqm", - "name": "net/minecraft/block/impl/BlockTrapdoor", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "deserializeState", - "signature": "(I)Lnone/asj;", - "args": [] - }, - { - "obf": "b", - "name": "createStateFactory", - "signature": "()Lnone/ask;", - "args": [] - }, - { - "obf": "e", - "name": "serializeState", - "signature": "(Lnone/asj;)I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockTrapdoor.mapping b/mappings/net/minecraft/block/impl/BlockTrapdoor.mapping new file mode 100644 index 0000000000..57332e1124 --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockTrapdoor.mapping @@ -0,0 +1,4 @@ +CLASS none/aqm net/minecraft/block/impl/BlockTrapdoor + METHOD a deserializeState (I)Lnone/asj; + METHOD b createStateFactory ()Lnone/ask; + METHOD e serializeState (Lnone/asj;)I diff --git a/mappings/net/minecraft/block/impl/BlockTripwireHook.json b/mappings/net/minecraft/block/impl/BlockTripwireHook.json deleted file mode 100644 index 63f4f7fa11..0000000000 --- a/mappings/net/minecraft/block/impl/BlockTripwireHook.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aqo", - "name": "net/minecraft/block/impl/BlockTripwireHook", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockTripwireHook.mapping b/mappings/net/minecraft/block/impl/BlockTripwireHook.mapping new file mode 100644 index 0000000000..15fd651bbd --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockTripwireHook.mapping @@ -0,0 +1 @@ +CLASS none/aqo net/minecraft/block/impl/BlockTripwireHook diff --git a/mappings/net/minecraft/block/impl/BlockWeb.json b/mappings/net/minecraft/block/impl/BlockWeb.json deleted file mode 100644 index b06934bb2e..0000000000 --- a/mappings/net/minecraft/block/impl/BlockWeb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aqt", - "name": "net/minecraft/block/impl/BlockWeb", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/impl/BlockWeb.mapping b/mappings/net/minecraft/block/impl/BlockWeb.mapping new file mode 100644 index 0000000000..9cf8aa761f --- /dev/null +++ b/mappings/net/minecraft/block/impl/BlockWeb.mapping @@ -0,0 +1 @@ +CLASS none/aqt net/minecraft/block/impl/BlockWeb diff --git a/mappings/net/minecraft/block/property/BlockPropertyBase.json b/mappings/net/minecraft/block/property/BlockPropertyBase.json deleted file mode 100644 index 2db30b6ea6..0000000000 --- a/mappings/net/minecraft/block/property/BlockPropertyBase.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "asu", - "name": "net/minecraft/block/property/BlockPropertyBase", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/property/BlockPropertyBase.mapping b/mappings/net/minecraft/block/property/BlockPropertyBase.mapping new file mode 100644 index 0000000000..5674d36c04 --- /dev/null +++ b/mappings/net/minecraft/block/property/BlockPropertyBase.mapping @@ -0,0 +1 @@ +CLASS none/asu net/minecraft/block/property/BlockPropertyBase diff --git a/mappings/net/minecraft/block/property/BlockPropertyEnum.json b/mappings/net/minecraft/block/property/BlockPropertyEnum.json deleted file mode 100644 index 81868bcd6b..0000000000 --- a/mappings/net/minecraft/block/property/BlockPropertyEnum.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "obf": "asx", - "name": "net/minecraft/block/property/BlockPropertyEnum", - "field": [], - "constructors": [], - "method": [ - { - "obf": "c", - "name": "getValidValues", - "signature": "()Ljava/util/Collection;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/property/BlockPropertyEnum.mapping b/mappings/net/minecraft/block/property/BlockPropertyEnum.mapping new file mode 100644 index 0000000000..015389c538 --- /dev/null +++ b/mappings/net/minecraft/block/property/BlockPropertyEnum.mapping @@ -0,0 +1,2 @@ +CLASS none/asx net/minecraft/block/property/BlockPropertyEnum + METHOD c getValidValues ()Ljava/util/Collection; diff --git a/mappings/net/minecraft/block/property/BlockPropertyInteger.json b/mappings/net/minecraft/block/property/BlockPropertyInteger.json deleted file mode 100644 index 634233c007..0000000000 --- a/mappings/net/minecraft/block/property/BlockPropertyInteger.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "obf": "asy", - "name": "net/minecraft/block/property/BlockPropertyInteger", - "field": [ - { - "obf": "a", - "name": "validValues", - "type": "Lcom/google/common/collect/ImmutableSet;" - } - ], - "constructors": [ - { - "signature": "(Ljava/lang/String;II)V", - "args": [ - { - "index": 0, - "name": "name" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/property/BlockPropertyInteger.mapping b/mappings/net/minecraft/block/property/BlockPropertyInteger.mapping new file mode 100644 index 0000000000..bbdb65eee4 --- /dev/null +++ b/mappings/net/minecraft/block/property/BlockPropertyInteger.mapping @@ -0,0 +1,6 @@ +CLASS none/asy net/minecraft/block/property/BlockPropertyInteger + FIELD a validValues Lcom/google/common/collect/ImmutableSet; + METHOD (Ljava/lang/String;II)V + ARG 0 name + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other diff --git a/mappings/net/minecraft/block/tile/IInventory.json b/mappings/net/minecraft/block/tile/IInventory.json deleted file mode 100644 index 8fb1f252e3..0000000000 --- a/mappings/net/minecraft/block/tile/IInventory.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "obf": "qt", - "name": "net/minecraft/block/tile/IInventory", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "setStack", - "signature": "(ILnone/aeq;)V", - "args": [ - { - "index": 0, - "name": "slot" - }, - { - "index": 1, - "name": "stack" - } - ] - }, - { - "obf": "b", - "name": "isValidStack", - "signature": "(ILnone/aeq;)Z", - "args": [ - { - "index": 0, - "name": "slot" - }, - { - "index": 1, - "name": "stack" - } - ] - }, - { - "obf": "t_", - "signature": "()I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/IInventory.mapping b/mappings/net/minecraft/block/tile/IInventory.mapping new file mode 100644 index 0000000000..49d34af135 --- /dev/null +++ b/mappings/net/minecraft/block/tile/IInventory.mapping @@ -0,0 +1,8 @@ +CLASS none/qt net/minecraft/block/tile/IInventory + METHOD a setStack (ILnone/aeq;)V + ARG 0 slot + ARG 1 stack + METHOD b isValidStack (ILnone/aeq;)Z + ARG 0 slot + ARG 1 stack + METHOD t_ ()I diff --git a/mappings/net/minecraft/block/tile/IInventorySided.json b/mappings/net/minecraft/block/tile/IInventorySided.json deleted file mode 100644 index 1f78a6cd4f..0000000000 --- a/mappings/net/minecraft/block/tile/IInventorySided.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "obf": "rl", - "name": "net/minecraft/block/tile/IInventorySided", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "signature": "(ILnone/aeq;Lnone/cu;)Z", - "args": [ - { - "index": 0, - "name": "slot" - }, - { - "index": 1, - "name": "stack" - }, - { - "index": 2, - "name": "facing" - } - ] - }, - { - "obf": "a", - "name": "getAvailableSlots", - "signature": "(Lnone/cu;)[I", - "args": [ - { - "index": 0, - "name": "facing" - } - ] - }, - { - "obf": "b", - "signature": "(ILnone/aeq;Lnone/cu;)Z", - "args": [ - { - "index": 0, - "name": "slot" - }, - { - "index": 1, - "name": "stack" - }, - { - "index": 2, - "name": "facing" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/IInventorySided.mapping b/mappings/net/minecraft/block/tile/IInventorySided.mapping new file mode 100644 index 0000000000..f025791857 --- /dev/null +++ b/mappings/net/minecraft/block/tile/IInventorySided.mapping @@ -0,0 +1,11 @@ +CLASS none/rl net/minecraft/block/tile/IInventorySided + METHOD a (ILnone/aeq;Lnone/cu;)Z + ARG 0 slot + ARG 1 stack + ARG 2 facing + METHOD a getAvailableSlots (Lnone/cu;)[I + ARG 0 facing + METHOD b (ILnone/aeq;Lnone/cu;)Z + ARG 0 slot + ARG 1 stack + ARG 2 facing diff --git a/mappings/net/minecraft/block/tile/TileEntity.json b/mappings/net/minecraft/block/tile/TileEntity.json deleted file mode 100644 index 3762914cd0..0000000000 --- a/mappings/net/minecraft/block/tile/TileEntity.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "obf": "arb", - "name": "net/minecraft/block/tile/TileEntity", - "field": [ - { - "obf": "a", - "name": "LOGGER", - "type": "Lorg/apache/logging/log4j/Logger;" - }, - { - "obf": "b", - "name": "world", - "type": "Lnone/aiu;" - }, - { - "obf": "c", - "name": "pos", - "type": "Lnone/cn;" - }, - { - "obf": "e", - "name": "block", - "type": "Lnone/akw;" - }, - { - "obf": "f", - "name": "registry", - "type": "Lnone/db;" - }, - { - "obf": "g", - "name": "blockMetadata", - "type": "I" - } - ], - "constructors": [], - "method": [ - { - "obf": "D", - "name": "getWorld", - "signature": "()Lnone/aiu;", - "args": [] - }, - { - "obf": "a", - "name": "register", - "signature": "(Ljava/lang/String;Ljava/lang/Class;)V", - "args": [ - { - "index": 0, - "name": "id" - }, - { - "index": 1, - "name": "tileEntityClass" - } - ] - }, - { - "obf": "a", - "name": "setWorld", - "signature": "(Lnone/aiu;)V", - "args": [ - { - "index": 0, - "name": "world" - } - ] - }, - { - "obf": "t", - "name": "hasWorld", - "signature": "()Z", - "args": [] - }, - { - "obf": "v", - "name": "getPos", - "signature": "()Lnone/cn;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/TileEntity.mapping b/mappings/net/minecraft/block/tile/TileEntity.mapping new file mode 100644 index 0000000000..1eefa1bb00 --- /dev/null +++ b/mappings/net/minecraft/block/tile/TileEntity.mapping @@ -0,0 +1,15 @@ +CLASS none/arb net/minecraft/block/tile/TileEntity + FIELD a LOGGER Lorg/apache/logging/log4j/Logger; + FIELD b world Lnone/aiu; + FIELD c pos Lnone/cn; + FIELD e block Lnone/akw; + FIELD f registry Lnone/db; + FIELD g blockMetadata I + METHOD D getWorld ()Lnone/aiu; + METHOD a register (Ljava/lang/String;Ljava/lang/Class;)V + ARG 0 id + ARG 1 tileEntityClass + METHOD a setWorld (Lnone/aiu;)V + ARG 0 world + METHOD t hasWorld ()Z + METHOD v getPos ()Lnone/cn; diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityBanner.json b/mappings/net/minecraft/block/tile/impl/TileEntityBanner.json deleted file mode 100644 index 1ecfc0986d..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityBanner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aqz", - "name": "net/minecraft/block/tile/impl/TileEntityBanner", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityBanner.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityBanner.mapping new file mode 100644 index 0000000000..135576ed91 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityBanner.mapping @@ -0,0 +1 @@ +CLASS none/aqz net/minecraft/block/tile/impl/TileEntityBanner diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityBeacon.json b/mappings/net/minecraft/block/tile/impl/TileEntityBeacon.json deleted file mode 100644 index 1f8cdf7154..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityBeacon.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "obf": "ara", - "name": "net/minecraft/block/tile/impl/TileEntityBeacon", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getAvailableSlots", - "signature": "(Lnone/cu;)[I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping new file mode 100644 index 0000000000..67b6c1f2ea --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping @@ -0,0 +1,2 @@ +CLASS none/ara net/minecraft/block/tile/impl/TileEntityBeacon + METHOD a getAvailableSlots (Lnone/cu;)[I diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityBrewingStand.json b/mappings/net/minecraft/block/tile/impl/TileEntityBrewingStand.json deleted file mode 100644 index 3a438c6fb5..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityBrewingStand.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "obf": "arc", - "name": "net/minecraft/block/tile/impl/TileEntityBrewingStand", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getAvailableSlots", - "signature": "(Lnone/cu;)[I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityBrewingStand.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityBrewingStand.mapping new file mode 100644 index 0000000000..90757fec6a --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityBrewingStand.mapping @@ -0,0 +1,2 @@ +CLASS none/arc net/minecraft/block/tile/impl/TileEntityBrewingStand + METHOD a getAvailableSlots (Lnone/cu;)[I diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityChest.json b/mappings/net/minecraft/block/tile/impl/TileEntityChest.json deleted file mode 100644 index 4f08396165..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityChest.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "obf": "ard", - "name": "net/minecraft/block/tile/impl/TileEntityChest", - "field": [ - { - "obf": "f", - "name": "neighborNorth", - "type": "Lnone/ard;" - }, - { - "obf": "g", - "name": "neighborEast", - "type": "Lnone/ard;" - }, - { - "obf": "h", - "name": "neighborWest", - "type": "Lnone/ard;" - }, - { - "obf": "i", - "name": "neighborSouth", - "type": "Lnone/ard;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getNeighbor", - "signature": "(Lnone/cu;)Lnone/ard;", - "args": [ - { - "index": 0, - "name": "facing" - } - ] - }, - { - "obf": "t_", - "name": "getSlotCount", - "signature": "()I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityChest.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityChest.mapping new file mode 100644 index 0000000000..9a2af6df8f --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityChest.mapping @@ -0,0 +1,8 @@ +CLASS none/ard net/minecraft/block/tile/impl/TileEntityChest + FIELD f neighborNorth Lnone/ard; + FIELD g neighborEast Lnone/ard; + FIELD h neighborWest Lnone/ard; + FIELD i neighborSouth Lnone/ard; + METHOD a getNeighbor (Lnone/cu;)Lnone/ard; + ARG 0 facing + METHOD t_ getSlotCount ()I diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityCommandBlock.json b/mappings/net/minecraft/block/tile/impl/TileEntityCommandBlock.json deleted file mode 100644 index 7bd7cf8a48..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityCommandBlock.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "are", - "name": "net/minecraft/block/tile/impl/TileEntityCommandBlock", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityCommandBlock.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityCommandBlock.mapping new file mode 100644 index 0000000000..72cd8ca8b1 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityCommandBlock.mapping @@ -0,0 +1 @@ +CLASS none/are net/minecraft/block/tile/impl/TileEntityCommandBlock diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityComparator.json b/mappings/net/minecraft/block/tile/impl/TileEntityComparator.json deleted file mode 100644 index 54a6f42cda..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityComparator.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "obf": "arf", - "name": "net/minecraft/block/tile/impl/TileEntityComparator", - "field": [ - { - "obf": "a", - "name": "outputSignal", - "type": "I" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "setOutputSignal", - "signature": "(I)V", - "args": [ - { - "index": 0, - "name": "outputSignal" - } - ] - }, - { - "obf": "d", - "name": "getOutputSignal", - "signature": "()I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityComparator.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityComparator.mapping new file mode 100644 index 0000000000..f15b5eb8c3 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityComparator.mapping @@ -0,0 +1,5 @@ +CLASS none/arf net/minecraft/block/tile/impl/TileEntityComparator + FIELD a outputSignal I + METHOD a setOutputSignal (I)V + ARG 0 outputSignal + METHOD d getOutputSignal ()I diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityDaylightDetector.json b/mappings/net/minecraft/block/tile/impl/TileEntityDaylightDetector.json deleted file mode 100644 index b2bc600cb5..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityDaylightDetector.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "arg", - "name": "net/minecraft/block/tile/impl/TileEntityDaylightDetector", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityDaylightDetector.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityDaylightDetector.mapping new file mode 100644 index 0000000000..9c567d3573 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityDaylightDetector.mapping @@ -0,0 +1 @@ +CLASS none/arg net/minecraft/block/tile/impl/TileEntityDaylightDetector diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityDispenser.json b/mappings/net/minecraft/block/tile/impl/TileEntityDispenser.json deleted file mode 100644 index c6e3d9341c..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityDispenser.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "obf": "arh", - "name": "net/minecraft/block/tile/impl/TileEntityDispenser", - "field": [ - { - "obf": "f", - "name": "rand", - "type": "Ljava/util/Random;" - } - ], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityDispenser.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityDispenser.mapping new file mode 100644 index 0000000000..f1c778c03e --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityDispenser.mapping @@ -0,0 +1,2 @@ +CLASS none/arh net/minecraft/block/tile/impl/TileEntityDispenser + FIELD f rand Ljava/util/Random; diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityDropper.json b/mappings/net/minecraft/block/tile/impl/TileEntityDropper.json deleted file mode 100644 index 6e643e3a76..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityDropper.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ari", - "name": "net/minecraft/block/tile/impl/TileEntityDropper", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityDropper.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityDropper.mapping new file mode 100644 index 0000000000..08e39f3f19 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityDropper.mapping @@ -0,0 +1 @@ +CLASS none/ari net/minecraft/block/tile/impl/TileEntityDropper diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityEnchantingTable.json b/mappings/net/minecraft/block/tile/impl/TileEntityEnchantingTable.json deleted file mode 100644 index 8865b5a827..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityEnchantingTable.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "obf": "arj", - "name": "net/minecraft/block/tile/impl/TileEntityEnchantingTable", - "field": [ - { - "obf": "o", - "name": "rand", - "type": "Ljava/util/Random;" - } - ], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityEnchantingTable.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityEnchantingTable.mapping new file mode 100644 index 0000000000..9f8402fa0d --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityEnchantingTable.mapping @@ -0,0 +1,2 @@ +CLASS none/arj net/minecraft/block/tile/impl/TileEntityEnchantingTable + FIELD o rand Ljava/util/Random; diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityEndGateway.json b/mappings/net/minecraft/block/tile/impl/TileEntityEndGateway.json deleted file mode 100644 index 068845a43f..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityEndGateway.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "obf": "arw", - "name": "net/minecraft/block/tile/impl/TileEntityEndGateway", - "field": [ - { - "obf": "a", - "name": "LOGGER", - "type": "Lorg/apache/logging/log4j/Logger;" - } - ], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityEndGateway.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityEndGateway.mapping new file mode 100644 index 0000000000..bcadd3276e --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityEndGateway.mapping @@ -0,0 +1,2 @@ +CLASS none/arw net/minecraft/block/tile/impl/TileEntityEndGateway + FIELD a LOGGER Lorg/apache/logging/log4j/Logger; diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityEndPortal.json b/mappings/net/minecraft/block/tile/impl/TileEntityEndPortal.json deleted file mode 100644 index 39a6681265..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityEndPortal.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "arx", - "name": "net/minecraft/block/tile/impl/TileEntityEndPortal", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityEndPortal.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityEndPortal.mapping new file mode 100644 index 0000000000..5a8970606d --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityEndPortal.mapping @@ -0,0 +1 @@ +CLASS none/arx net/minecraft/block/tile/impl/TileEntityEndPortal diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityEnderChest.json b/mappings/net/minecraft/block/tile/impl/TileEntityEnderChest.json deleted file mode 100644 index caa3023d73..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityEnderChest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ark", - "name": "net/minecraft/block/tile/impl/TileEntityEnderChest", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityEnderChest.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityEnderChest.mapping new file mode 100644 index 0000000000..596deffbaa --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityEnderChest.mapping @@ -0,0 +1 @@ +CLASS none/ark net/minecraft/block/tile/impl/TileEntityEnderChest diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityFlowerPot.json b/mappings/net/minecraft/block/tile/impl/TileEntityFlowerPot.json deleted file mode 100644 index edc0550f1e..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityFlowerPot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "arl", - "name": "net/minecraft/block/tile/impl/TileEntityFlowerPot", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityFlowerPot.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityFlowerPot.mapping new file mode 100644 index 0000000000..ecca5429c0 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityFlowerPot.mapping @@ -0,0 +1 @@ +CLASS none/arl net/minecraft/block/tile/impl/TileEntityFlowerPot diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityFurnace.json b/mappings/net/minecraft/block/tile/impl/TileEntityFurnace.json deleted file mode 100644 index 4c1dd513d3..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityFurnace.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "obf": "arm", - "name": "net/minecraft/block/tile/impl/TileEntityFurnace", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getAvailableSlots", - "signature": "(Lnone/cu;)[I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityFurnace.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityFurnace.mapping new file mode 100644 index 0000000000..f685ddc868 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityFurnace.mapping @@ -0,0 +1,2 @@ +CLASS none/arm net/minecraft/block/tile/impl/TileEntityFurnace + METHOD a getAvailableSlots (Lnone/cu;)[I diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityHopper.json b/mappings/net/minecraft/block/tile/impl/TileEntityHopper.json deleted file mode 100644 index 554fc2b3e0..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityHopper.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aro", - "name": "net/minecraft/block/tile/impl/TileEntityHopper", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityHopper.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityHopper.mapping new file mode 100644 index 0000000000..958a972cb3 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityHopper.mapping @@ -0,0 +1 @@ +CLASS none/aro net/minecraft/block/tile/impl/TileEntityHopper diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityMobSpawner.json b/mappings/net/minecraft/block/tile/impl/TileEntityMobSpawner.json deleted file mode 100644 index 37b7c5d442..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityMobSpawner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "arq", - "name": "net/minecraft/block/tile/impl/TileEntityMobSpawner", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityMobSpawner.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityMobSpawner.mapping new file mode 100644 index 0000000000..6df8b67de6 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityMobSpawner.mapping @@ -0,0 +1 @@ +CLASS none/arq net/minecraft/block/tile/impl/TileEntityMobSpawner diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityNoteblock.json b/mappings/net/minecraft/block/tile/impl/TileEntityNoteblock.json deleted file mode 100644 index 4463593a54..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityNoteblock.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "obf": "arr", - "name": "net/minecraft/block/tile/impl/TileEntityNoteblock", - "field": [ - { - "obf": "a", - "name": "note", - "type": "B" - }, - { - "obf": "f", - "name": "powered", - "type": "Z" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "signature": "(Lnone/aiu;Lnone/cn;)V", - "args": [ - { - "index": 0, - "name": "world" - }, - { - "index": 1, - "name": "pos" - } - ] - }, - { - "obf": "d", - "name": "incrementNote", - "signature": "()V", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityNoteblock.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityNoteblock.mapping new file mode 100644 index 0000000000..749e2c71d3 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityNoteblock.mapping @@ -0,0 +1,7 @@ +CLASS none/arr net/minecraft/block/tile/impl/TileEntityNoteblock + FIELD a note B + FIELD f powered Z + METHOD a (Lnone/aiu;Lnone/cn;)V + ARG 0 world + ARG 1 pos + METHOD d incrementNote ()V diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityPiston.json b/mappings/net/minecraft/block/tile/impl/TileEntityPiston.json deleted file mode 100644 index 3dacfc9699..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityPiston.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "obf": "asd", - "name": "net/minecraft/block/tile/impl/TileEntityPiston", - "field": [ - { - "obf": "a", - "name": "pushedBlock", - "type": "Lnone/asj;" - }, - { - "obf": "f", - "name": "facing", - "type": "Lnone/cu;" - }, - { - "obf": "g", - "name": "extending", - "type": "Z" - }, - { - "obf": "i", - "name": "nextProgress", - "type": "F" - }, - { - "obf": "j", - "name": "progress", - "type": "F" - } - ], - "constructors": [ - { - "signature": "(Lnone/asj;Lnone/cu;ZZ)V", - "args": [ - { - "index": 0, - "name": "pushedBlock" - }, - { - "index": 1, - "name": "facing" - }, - { - "index": 2, - "name": "extending" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getProgress", - "signature": "(F)F", - "args": [ - { - "index": 0, - "name": "partialTick" - } - ] - }, - { - "obf": "d", - "name": "getPushedBlock", - "signature": "()Lnone/asj;", - "args": [] - }, - { - "obf": "e", - "name": "isExtending", - "signature": "()Z", - "args": [] - }, - { - "obf": "g", - "name": "getFacing", - "signature": "()Lnone/cu;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityPiston.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityPiston.mapping new file mode 100644 index 0000000000..a7a793b986 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityPiston.mapping @@ -0,0 +1,15 @@ +CLASS none/asd net/minecraft/block/tile/impl/TileEntityPiston + FIELD a pushedBlock Lnone/asj; + FIELD f facing Lnone/cu; + FIELD g extending Z + FIELD i nextProgress F + FIELD j progress F + METHOD (Lnone/asj;Lnone/cu;ZZ)V + ARG 0 pushedBlock + ARG 1 facing + ARG 2 extending + METHOD a getProgress (F)F + ARG 0 partialTick + METHOD d getPushedBlock ()Lnone/asj; + METHOD e isExtending ()Z + METHOD g getFacing ()Lnone/cu; diff --git a/mappings/net/minecraft/block/tile/impl/TileEntitySign.json b/mappings/net/minecraft/block/tile/impl/TileEntitySign.json deleted file mode 100644 index a74c6c8498..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntitySign.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "art", - "name": "net/minecraft/block/tile/impl/TileEntitySign", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntitySign.mapping b/mappings/net/minecraft/block/tile/impl/TileEntitySign.mapping new file mode 100644 index 0000000000..441e34da78 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntitySign.mapping @@ -0,0 +1 @@ +CLASS none/art net/minecraft/block/tile/impl/TileEntitySign diff --git a/mappings/net/minecraft/block/tile/impl/TileEntitySkull.json b/mappings/net/minecraft/block/tile/impl/TileEntitySkull.json deleted file mode 100644 index 0a19aff9cf..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntitySkull.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aru", - "name": "net/minecraft/block/tile/impl/TileEntitySkull", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntitySkull.mapping b/mappings/net/minecraft/block/tile/impl/TileEntitySkull.mapping new file mode 100644 index 0000000000..54c3b2ac41 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntitySkull.mapping @@ -0,0 +1 @@ +CLASS none/aru net/minecraft/block/tile/impl/TileEntitySkull diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityStructureBlock.json b/mappings/net/minecraft/block/tile/impl/TileEntityStructureBlock.json deleted file mode 100644 index 53935a8d50..0000000000 --- a/mappings/net/minecraft/block/tile/impl/TileEntityStructureBlock.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "arv", - "name": "net/minecraft/block/tile/impl/TileEntityStructureBlock", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/block/tile/impl/TileEntityStructureBlock.mapping b/mappings/net/minecraft/block/tile/impl/TileEntityStructureBlock.mapping new file mode 100644 index 0000000000..006e78abf7 --- /dev/null +++ b/mappings/net/minecraft/block/tile/impl/TileEntityStructureBlock.mapping @@ -0,0 +1 @@ +CLASS none/arv net/minecraft/block/tile/impl/TileEntityStructureBlock diff --git a/mappings/net/minecraft/client/Minecraft.json b/mappings/net/minecraft/client/Minecraft.json deleted file mode 100644 index edd4ef8a7f..0000000000 --- a/mappings/net/minecraft/client/Minecraft.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "obf": "bdo", - "name": "net/minecraft/client/Minecraft", - "field": [ - { - "obf": "J", - "name": "LOGGER", - "type": "Lorg/apache/logging/log4j/Logger;" - }, - { - "obf": "L", - "name": "displayModes", - "type": "Ljava/util/List;" - } - ], - "constructors": [], - "method": [ - { - "obf": "I", - "name": "getCurrentTimeMillis", - "signature": "()J", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/client/Minecraft.mapping b/mappings/net/minecraft/client/Minecraft.mapping new file mode 100644 index 0000000000..7fc9e5837c --- /dev/null +++ b/mappings/net/minecraft/client/Minecraft.mapping @@ -0,0 +1,4 @@ +CLASS none/bdo net/minecraft/client/Minecraft + FIELD J LOGGER Lorg/apache/logging/log4j/Logger; + FIELD L displayModes Ljava/util/List; + METHOD I getCurrentTimeMillis ()J diff --git a/mappings/net/minecraft/dispenser/DispenserBehavior.json b/mappings/net/minecraft/dispenser/DispenserBehavior.json deleted file mode 100644 index 4a8ff2cf7f..0000000000 --- a/mappings/net/minecraft/dispenser/DispenserBehavior.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "obf": "cv", - "name": "net/minecraft/dispenser/DispenserBehavior", - "field": [ - { - "obf": "a", - "name": "DEFAULT", - "type": "Lnone/cv;" - } - ], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/dispenser/DispenserBehavior.mapping b/mappings/net/minecraft/dispenser/DispenserBehavior.mapping new file mode 100644 index 0000000000..9381cf8e19 --- /dev/null +++ b/mappings/net/minecraft/dispenser/DispenserBehavior.mapping @@ -0,0 +1,2 @@ +CLASS none/cv net/minecraft/dispenser/DispenserBehavior + FIELD a DEFAULT Lnone/cv; diff --git a/mappings/net/minecraft/entity/Entity.json b/mappings/net/minecraft/entity/Entity.json deleted file mode 100644 index 587dddcd2a..0000000000 --- a/mappings/net/minecraft/entity/Entity.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "obf": "se", - "name": "net/minecraft/entity/Entity", - "field": [ - { - "obf": "a", - "name": "LOGGER", - "type": "Lorg/apache/logging/log4j/Logger;" - }, - { - "obf": "at", - "name": "isGlowing", - "type": "Z" - }, - { - "obf": "l", - "name": "world", - "type": "Lnone/aiu;" - }, - { - "obf": "p", - "name": "x", - "type": "D" - }, - { - "obf": "q", - "name": "y", - "type": "D" - }, - { - "obf": "r", - "name": "z", - "type": "D" - }, - { - "obf": "s", - "name": "motionX", - "type": "D" - }, - { - "obf": "t", - "name": "motionY", - "type": "D" - }, - { - "obf": "u", - "name": "motionZ", - "type": "D" - } - ], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/entity/Entity.mapping b/mappings/net/minecraft/entity/Entity.mapping new file mode 100644 index 0000000000..a331d96ce4 --- /dev/null +++ b/mappings/net/minecraft/entity/Entity.mapping @@ -0,0 +1,10 @@ +CLASS none/se net/minecraft/entity/Entity + FIELD a LOGGER Lorg/apache/logging/log4j/Logger; + FIELD at isGlowing Z + FIELD l world Lnone/aiu; + FIELD p x D + FIELD q y D + FIELD r z D + FIELD s motionX D + FIELD t motionY D + FIELD u motionZ D diff --git a/mappings/net/minecraft/entity/impl/EntityAreaEffectCloud.json b/mappings/net/minecraft/entity/impl/EntityAreaEffectCloud.json deleted file mode 100644 index 7154fd69b2..0000000000 --- a/mappings/net/minecraft/entity/impl/EntityAreaEffectCloud.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "sc", - "name": "net/minecraft/entity/impl/EntityAreaEffectCloud", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/entity/impl/EntityAreaEffectCloud.mapping b/mappings/net/minecraft/entity/impl/EntityAreaEffectCloud.mapping new file mode 100644 index 0000000000..efd325ad7c --- /dev/null +++ b/mappings/net/minecraft/entity/impl/EntityAreaEffectCloud.mapping @@ -0,0 +1 @@ +CLASS none/sc net/minecraft/entity/impl/EntityAreaEffectCloud diff --git a/mappings/net/minecraft/entity/impl/EntityFirework.json b/mappings/net/minecraft/entity/impl/EntityFirework.json deleted file mode 100644 index 35b3eaac94..0000000000 --- a/mappings/net/minecraft/entity/impl/EntityFirework.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aar", - "name": "net/minecraft/entity/impl/EntityFirework", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/entity/impl/EntityFirework.mapping b/mappings/net/minecraft/entity/impl/EntityFirework.mapping new file mode 100644 index 0000000000..8e7f04a4b5 --- /dev/null +++ b/mappings/net/minecraft/entity/impl/EntityFirework.mapping @@ -0,0 +1 @@ +CLASS none/aar net/minecraft/entity/impl/EntityFirework diff --git a/mappings/net/minecraft/entity/impl/EntityItem.json b/mappings/net/minecraft/entity/impl/EntityItem.json deleted file mode 100644 index cb53bc508e..0000000000 --- a/mappings/net/minecraft/entity/impl/EntityItem.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "yy", - "name": "net/minecraft/entity/impl/EntityItem", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/entity/impl/EntityItem.mapping b/mappings/net/minecraft/entity/impl/EntityItem.mapping new file mode 100644 index 0000000000..72041d71c7 --- /dev/null +++ b/mappings/net/minecraft/entity/impl/EntityItem.mapping @@ -0,0 +1 @@ +CLASS none/yy net/minecraft/entity/impl/EntityItem diff --git a/mappings/net/minecraft/entity/impl/EntityXPOrb.json b/mappings/net/minecraft/entity/impl/EntityXPOrb.json deleted file mode 100644 index 971c322c9a..0000000000 --- a/mappings/net/minecraft/entity/impl/EntityXPOrb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "sk", - "name": "net/minecraft/entity/impl/EntityXPOrb", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/entity/impl/EntityXPOrb.mapping b/mappings/net/minecraft/entity/impl/EntityXPOrb.mapping new file mode 100644 index 0000000000..92633c8191 --- /dev/null +++ b/mappings/net/minecraft/entity/impl/EntityXPOrb.mapping @@ -0,0 +1 @@ +CLASS none/sk net/minecraft/entity/impl/EntityXPOrb diff --git a/mappings/net/minecraft/entity/impl/mob/EntityElderGuardian.json b/mappings/net/minecraft/entity/impl/mob/EntityElderGuardian.json deleted file mode 100644 index 0b5ba96fe9..0000000000 --- a/mappings/net/minecraft/entity/impl/mob/EntityElderGuardian.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "zf", - "name": "net/minecraft/entity/impl/mob/EntityElderGuardian", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/entity/impl/mob/EntityElderGuardian.mapping b/mappings/net/minecraft/entity/impl/mob/EntityElderGuardian.mapping new file mode 100644 index 0000000000..83bdee01c8 --- /dev/null +++ b/mappings/net/minecraft/entity/impl/mob/EntityElderGuardian.mapping @@ -0,0 +1 @@ +CLASS none/zf net/minecraft/entity/impl/mob/EntityElderGuardian diff --git a/mappings/net/minecraft/entity/impl/mob/EntityStray.json b/mappings/net/minecraft/entity/impl/mob/EntityStray.json deleted file mode 100644 index 2776895ea7..0000000000 --- a/mappings/net/minecraft/entity/impl/mob/EntityStray.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "zx", - "name": "net/minecraft/entity/impl/mob/EntityStray", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/entity/impl/mob/EntityStray.mapping b/mappings/net/minecraft/entity/impl/mob/EntityStray.mapping new file mode 100644 index 0000000000..0b230d8008 --- /dev/null +++ b/mappings/net/minecraft/entity/impl/mob/EntityStray.mapping @@ -0,0 +1 @@ +CLASS none/zx net/minecraft/entity/impl/mob/EntityStray diff --git a/mappings/net/minecraft/entity/impl/mob/EntityWitherSkeleton.json b/mappings/net/minecraft/entity/impl/mob/EntityWitherSkeleton.json deleted file mode 100644 index 4f0f24fe3a..0000000000 --- a/mappings/net/minecraft/entity/impl/mob/EntityWitherSkeleton.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "zz", - "name": "net/minecraft/entity/impl/mob/EntityWitherSkeleton", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/entity/impl/mob/EntityWitherSkeleton.mapping b/mappings/net/minecraft/entity/impl/mob/EntityWitherSkeleton.mapping new file mode 100644 index 0000000000..33acae5fd8 --- /dev/null +++ b/mappings/net/minecraft/entity/impl/mob/EntityWitherSkeleton.mapping @@ -0,0 +1 @@ +CLASS none/zz net/minecraft/entity/impl/mob/EntityWitherSkeleton diff --git a/mappings/net/minecraft/item/Item.json b/mappings/net/minecraft/item/Item.json deleted file mode 100644 index 06ba671c1d..0000000000 --- a/mappings/net/minecraft/item/Item.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "obf": "aeo", - "name": "net/minecraft/item/Item", - "field": [ - { - "obf": "g", - "name": "registry", - "type": "Lnone/db;" - }, - { - "obf": "k", - "name": "maxStackSize", - "type": "I" - } - ], - "constructors": [], - "method": [ - { - "obf": "d", - "name": "setMaxStackSize", - "signature": "(I)Lnone/aeo;", - "args": [ - { - "index": 0, - "name": "maxStackSize" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/Item.mapping b/mappings/net/minecraft/item/Item.mapping new file mode 100644 index 0000000000..d33ccb8886 --- /dev/null +++ b/mappings/net/minecraft/item/Item.mapping @@ -0,0 +1,5 @@ +CLASS none/aeo net/minecraft/item/Item + FIELD g registry Lnone/db; + FIELD k maxStackSize I + METHOD d setMaxStackSize (I)Lnone/aeo; + ARG 0 maxStackSize diff --git a/mappings/net/minecraft/item/ItemArmor.json b/mappings/net/minecraft/item/ItemArmor.json deleted file mode 100644 index 5a3ec5ca89..0000000000 --- a/mappings/net/minecraft/item/ItemArmor.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "obf": "acw", - "name": "net/minecraft/item/ItemArmor", - "field": [], - "constructors": [], - "method": [], - "innerClass": [ - { - "obf": "acw$a", - "name": "ArmorMaterial", - "field": [ - { - "obf": "a", - "name": "LEATHER", - "type": "Lnone/acw$a;" - }, - { - "obf": "b", - "name": "CHAINMAIL", - "type": "Lnone/acw$a;" - }, - { - "obf": "c", - "name": "IRON", - "type": "Lnone/acw$a;" - }, - { - "obf": "d", - "name": "GOLD", - "type": "Lnone/acw$a;" - }, - { - "obf": "e", - "name": "DIAMOND", - "type": "Lnone/acw$a;" - } - ], - "constructors": [], - "method": [ - { - "obf": "d", - "name": "getName", - "signature": "()Ljava/lang/String;", - "args": [] - } - ], - "innerClass": [] - } - ] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/ItemArmor.mapping b/mappings/net/minecraft/item/ItemArmor.mapping new file mode 100644 index 0000000000..8bf6310588 --- /dev/null +++ b/mappings/net/minecraft/item/ItemArmor.mapping @@ -0,0 +1,8 @@ +CLASS none/acw net/minecraft/item/ItemArmor + CLASS none/acw$a ArmorMaterial + FIELD a LEATHER Lnone/acw$a; + FIELD b CHAINMAIL Lnone/acw$a; + FIELD c IRON Lnone/acw$a; + FIELD d GOLD Lnone/acw$a; + FIELD e DIAMOND Lnone/acw$a; + METHOD d getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/item/ItemBucket.json b/mappings/net/minecraft/item/ItemBucket.json deleted file mode 100644 index bccbcf37ed..0000000000 --- a/mappings/net/minecraft/item/ItemBucket.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "adj", - "name": "net/minecraft/item/ItemBucket", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/ItemBucket.mapping b/mappings/net/minecraft/item/ItemBucket.mapping new file mode 100644 index 0000000000..30e52ad901 --- /dev/null +++ b/mappings/net/minecraft/item/ItemBucket.mapping @@ -0,0 +1 @@ +CLASS none/adj net/minecraft/item/ItemBucket diff --git a/mappings/net/minecraft/item/ItemFood.json b/mappings/net/minecraft/item/ItemFood.json deleted file mode 100644 index 3d79562f90..0000000000 --- a/mappings/net/minecraft/item/ItemFood.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aek", - "name": "net/minecraft/item/ItemFood", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/ItemFood.mapping b/mappings/net/minecraft/item/ItemFood.mapping new file mode 100644 index 0000000000..18ff568ec4 --- /dev/null +++ b/mappings/net/minecraft/item/ItemFood.mapping @@ -0,0 +1 @@ +CLASS none/aek net/minecraft/item/ItemFood diff --git a/mappings/net/minecraft/item/ItemStack.json b/mappings/net/minecraft/item/ItemStack.json deleted file mode 100644 index 34dc79feb3..0000000000 --- a/mappings/net/minecraft/item/ItemStack.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aeq", - "name": "net/minecraft/item/ItemStack", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/ItemStack.mapping b/mappings/net/minecraft/item/ItemStack.mapping new file mode 100644 index 0000000000..98bff388d3 --- /dev/null +++ b/mappings/net/minecraft/item/ItemStack.mapping @@ -0,0 +1 @@ +CLASS none/aeq net/minecraft/item/ItemStack diff --git a/mappings/net/minecraft/item/impl/ItemArmorStand.json b/mappings/net/minecraft/item/impl/ItemArmorStand.json deleted file mode 100644 index 7137b157fd..0000000000 --- a/mappings/net/minecraft/item/impl/ItemArmorStand.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "acx", - "name": "net/minecraft/item/impl/ItemArmorStand", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemArmorStand.mapping b/mappings/net/minecraft/item/impl/ItemArmorStand.mapping new file mode 100644 index 0000000000..9cc1536b77 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemArmorStand.mapping @@ -0,0 +1 @@ +CLASS none/acx net/minecraft/item/impl/ItemArmorStand diff --git a/mappings/net/minecraft/item/impl/ItemArrow.json b/mappings/net/minecraft/item/impl/ItemArrow.json deleted file mode 100644 index 216c0095ff..0000000000 --- a/mappings/net/minecraft/item/impl/ItemArrow.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "acy", - "name": "net/minecraft/item/impl/ItemArrow", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemArrow.mapping b/mappings/net/minecraft/item/impl/ItemArrow.mapping new file mode 100644 index 0000000000..3bfa4496ae --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemArrow.mapping @@ -0,0 +1 @@ +CLASS none/acy net/minecraft/item/impl/ItemArrow diff --git a/mappings/net/minecraft/item/impl/ItemArrowSpectral.json b/mappings/net/minecraft/item/impl/ItemArrowSpectral.json deleted file mode 100644 index 28228f4874..0000000000 --- a/mappings/net/minecraft/item/impl/ItemArrowSpectral.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afv", - "name": "net/minecraft/item/impl/ItemArrowSpectral", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemArrowSpectral.mapping b/mappings/net/minecraft/item/impl/ItemArrowSpectral.mapping new file mode 100644 index 0000000000..aa68f01c85 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemArrowSpectral.mapping @@ -0,0 +1 @@ +CLASS none/afv net/minecraft/item/impl/ItemArrowSpectral diff --git a/mappings/net/minecraft/item/impl/ItemArrowTipped.json b/mappings/net/minecraft/item/impl/ItemArrowTipped.json deleted file mode 100644 index 45794fafdb..0000000000 --- a/mappings/net/minecraft/item/impl/ItemArrowTipped.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afz", - "name": "net/minecraft/item/impl/ItemArrowTipped", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemArrowTipped.mapping b/mappings/net/minecraft/item/impl/ItemArrowTipped.mapping new file mode 100644 index 0000000000..52892b9eba --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemArrowTipped.mapping @@ -0,0 +1 @@ +CLASS none/afz net/minecraft/item/impl/ItemArrowTipped diff --git a/mappings/net/minecraft/item/impl/ItemBanner.json b/mappings/net/minecraft/item/impl/ItemBanner.json deleted file mode 100644 index 61e706172a..0000000000 --- a/mappings/net/minecraft/item/impl/ItemBanner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ada", - "name": "net/minecraft/item/impl/ItemBanner", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemBanner.mapping b/mappings/net/minecraft/item/impl/ItemBanner.mapping new file mode 100644 index 0000000000..c11020b61b --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemBanner.mapping @@ -0,0 +1 @@ +CLASS none/ada net/minecraft/item/impl/ItemBanner diff --git a/mappings/net/minecraft/item/impl/ItemBed.json b/mappings/net/minecraft/item/impl/ItemBed.json deleted file mode 100644 index 6e45656479..0000000000 --- a/mappings/net/minecraft/item/impl/ItemBed.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "adb", - "name": "net/minecraft/item/impl/ItemBed", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemBed.mapping b/mappings/net/minecraft/item/impl/ItemBed.mapping new file mode 100644 index 0000000000..5016405797 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemBed.mapping @@ -0,0 +1 @@ +CLASS none/adb net/minecraft/item/impl/ItemBed diff --git a/mappings/net/minecraft/item/impl/ItemBoat.json b/mappings/net/minecraft/item/impl/ItemBoat.json deleted file mode 100644 index 6d5cee4587..0000000000 --- a/mappings/net/minecraft/item/impl/ItemBoat.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ade", - "name": "net/minecraft/item/impl/ItemBoat", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemBoat.mapping b/mappings/net/minecraft/item/impl/ItemBoat.mapping new file mode 100644 index 0000000000..45691521c6 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemBoat.mapping @@ -0,0 +1 @@ +CLASS none/ade net/minecraft/item/impl/ItemBoat diff --git a/mappings/net/minecraft/item/impl/ItemBook.json b/mappings/net/minecraft/item/impl/ItemBook.json deleted file mode 100644 index 55c7c00cae..0000000000 --- a/mappings/net/minecraft/item/impl/ItemBook.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "adf", - "name": "net/minecraft/item/impl/ItemBook", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemBook.mapping b/mappings/net/minecraft/item/impl/ItemBook.mapping new file mode 100644 index 0000000000..06bc5e806e --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemBook.mapping @@ -0,0 +1 @@ +CLASS none/adf net/minecraft/item/impl/ItemBook diff --git a/mappings/net/minecraft/item/impl/ItemBookEnchanted.json b/mappings/net/minecraft/item/impl/ItemBookEnchanted.json deleted file mode 100644 index e3fb060f0c..0000000000 --- a/mappings/net/minecraft/item/impl/ItemBookEnchanted.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "adz", - "name": "net/minecraft/item/impl/ItemBookEnchanted", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemBookEnchanted.mapping b/mappings/net/minecraft/item/impl/ItemBookEnchanted.mapping new file mode 100644 index 0000000000..8b608305b7 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemBookEnchanted.mapping @@ -0,0 +1 @@ +CLASS none/adz net/minecraft/item/impl/ItemBookEnchanted diff --git a/mappings/net/minecraft/item/impl/ItemBookWritable.json b/mappings/net/minecraft/item/impl/ItemBookWritable.json deleted file mode 100644 index 665d4b4409..0000000000 --- a/mappings/net/minecraft/item/impl/ItemBookWritable.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "agc", - "name": "net/minecraft/item/impl/ItemBookWritable", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemBookWritable.mapping b/mappings/net/minecraft/item/impl/ItemBookWritable.mapping new file mode 100644 index 0000000000..f23a16a8f9 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemBookWritable.mapping @@ -0,0 +1 @@ +CLASS none/agc net/minecraft/item/impl/ItemBookWritable diff --git a/mappings/net/minecraft/item/impl/ItemBookWritten.json b/mappings/net/minecraft/item/impl/ItemBookWritten.json deleted file mode 100644 index e91ebeddcc..0000000000 --- a/mappings/net/minecraft/item/impl/ItemBookWritten.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "agd", - "name": "net/minecraft/item/impl/ItemBookWritten", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemBookWritten.mapping b/mappings/net/minecraft/item/impl/ItemBookWritten.mapping new file mode 100644 index 0000000000..0aca22de99 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemBookWritten.mapping @@ -0,0 +1 @@ +CLASS none/agd net/minecraft/item/impl/ItemBookWritten diff --git a/mappings/net/minecraft/item/impl/ItemBow.json b/mappings/net/minecraft/item/impl/ItemBow.json deleted file mode 100644 index d3a19e5765..0000000000 --- a/mappings/net/minecraft/item/impl/ItemBow.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "adh", - "name": "net/minecraft/item/impl/ItemBow", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemBow.mapping b/mappings/net/minecraft/item/impl/ItemBow.mapping new file mode 100644 index 0000000000..f69d5f495e --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemBow.mapping @@ -0,0 +1 @@ +CLASS none/adh net/minecraft/item/impl/ItemBow diff --git a/mappings/net/minecraft/item/impl/ItemBucketMilk.json b/mappings/net/minecraft/item/impl/ItemBucketMilk.json deleted file mode 100644 index 2e9e480d28..0000000000 --- a/mappings/net/minecraft/item/impl/ItemBucketMilk.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aex", - "name": "net/minecraft/item/impl/ItemBucketMilk", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemBucketMilk.mapping b/mappings/net/minecraft/item/impl/ItemBucketMilk.mapping new file mode 100644 index 0000000000..f014b79dab --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemBucketMilk.mapping @@ -0,0 +1 @@ +CLASS none/aex net/minecraft/item/impl/ItemBucketMilk diff --git a/mappings/net/minecraft/item/impl/ItemClock.json b/mappings/net/minecraft/item/impl/ItemClock.json deleted file mode 100644 index f9a6ad264c..0000000000 --- a/mappings/net/minecraft/item/impl/ItemClock.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "adm", - "name": "net/minecraft/item/impl/ItemClock", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemClock.mapping b/mappings/net/minecraft/item/impl/ItemClock.mapping new file mode 100644 index 0000000000..1e127fe182 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemClock.mapping @@ -0,0 +1 @@ +CLASS none/adm net/minecraft/item/impl/ItemClock diff --git a/mappings/net/minecraft/item/impl/ItemCompass.json b/mappings/net/minecraft/item/impl/ItemCompass.json deleted file mode 100644 index 2d63dbe72b..0000000000 --- a/mappings/net/minecraft/item/impl/ItemCompass.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ado", - "name": "net/minecraft/item/impl/ItemCompass", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemCompass.mapping b/mappings/net/minecraft/item/impl/ItemCompass.mapping new file mode 100644 index 0000000000..8405281860 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemCompass.mapping @@ -0,0 +1 @@ +CLASS none/ado net/minecraft/item/impl/ItemCompass diff --git a/mappings/net/minecraft/item/impl/ItemDoor.json b/mappings/net/minecraft/item/impl/ItemDoor.json deleted file mode 100644 index 7eb911a78b..0000000000 --- a/mappings/net/minecraft/item/impl/ItemDoor.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ads", - "name": "net/minecraft/item/impl/ItemDoor", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemDoor.mapping b/mappings/net/minecraft/item/impl/ItemDoor.mapping new file mode 100644 index 0000000000..8ab1112ce5 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemDoor.mapping @@ -0,0 +1 @@ +CLASS none/ads net/minecraft/item/impl/ItemDoor diff --git a/mappings/net/minecraft/item/impl/ItemDye.json b/mappings/net/minecraft/item/impl/ItemDye.json deleted file mode 100644 index 7335499d75..0000000000 --- a/mappings/net/minecraft/item/impl/ItemDye.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "adu", - "name": "net/minecraft/item/impl/ItemDye", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemDye.mapping b/mappings/net/minecraft/item/impl/ItemDye.mapping new file mode 100644 index 0000000000..e77dbd7fe5 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemDye.mapping @@ -0,0 +1 @@ +CLASS none/adu net/minecraft/item/impl/ItemDye diff --git a/mappings/net/minecraft/item/impl/ItemEgg.json b/mappings/net/minecraft/item/impl/ItemEgg.json deleted file mode 100644 index 2c7f48dbc2..0000000000 --- a/mappings/net/minecraft/item/impl/ItemEgg.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "adw", - "name": "net/minecraft/item/impl/ItemEgg", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemEgg.mapping b/mappings/net/minecraft/item/impl/ItemEgg.mapping new file mode 100644 index 0000000000..df502b0548 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemEgg.mapping @@ -0,0 +1 @@ +CLASS none/adw net/minecraft/item/impl/ItemEgg diff --git a/mappings/net/minecraft/item/impl/ItemElytra.json b/mappings/net/minecraft/item/impl/ItemElytra.json deleted file mode 100644 index 26e9afe05d..0000000000 --- a/mappings/net/minecraft/item/impl/ItemElytra.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "adx", - "name": "net/minecraft/item/impl/ItemElytra", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemElytra.mapping b/mappings/net/minecraft/item/impl/ItemElytra.mapping new file mode 100644 index 0000000000..895f67f8c7 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemElytra.mapping @@ -0,0 +1 @@ +CLASS none/adx net/minecraft/item/impl/ItemElytra diff --git a/mappings/net/minecraft/item/impl/ItemEndCrystal.json b/mappings/net/minecraft/item/impl/ItemEndCrystal.json deleted file mode 100644 index ea37482960..0000000000 --- a/mappings/net/minecraft/item/impl/ItemEndCrystal.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aea", - "name": "net/minecraft/item/impl/ItemEndCrystal", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemEndCrystal.mapping b/mappings/net/minecraft/item/impl/ItemEndCrystal.mapping new file mode 100644 index 0000000000..a4584dedbb --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemEndCrystal.mapping @@ -0,0 +1 @@ +CLASS none/aea net/minecraft/item/impl/ItemEndCrystal diff --git a/mappings/net/minecraft/item/impl/ItemEnderPearl.json b/mappings/net/minecraft/item/impl/ItemEnderPearl.json deleted file mode 100644 index 27a48b2611..0000000000 --- a/mappings/net/minecraft/item/impl/ItemEnderPearl.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aec", - "name": "net/minecraft/item/impl/ItemEnderPearl", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemEnderPearl.mapping b/mappings/net/minecraft/item/impl/ItemEnderPearl.mapping new file mode 100644 index 0000000000..8833bcebd5 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemEnderPearl.mapping @@ -0,0 +1 @@ +CLASS none/aec net/minecraft/item/impl/ItemEnderPearl diff --git a/mappings/net/minecraft/item/impl/ItemFireCharge.json b/mappings/net/minecraft/item/impl/ItemFireCharge.json deleted file mode 100644 index afb0617e9e..0000000000 --- a/mappings/net/minecraft/item/impl/ItemFireCharge.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aee", - "name": "net/minecraft/item/impl/ItemFireCharge", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemFireCharge.mapping b/mappings/net/minecraft/item/impl/ItemFireCharge.mapping new file mode 100644 index 0000000000..501b0205bf --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemFireCharge.mapping @@ -0,0 +1 @@ +CLASS none/aee net/minecraft/item/impl/ItemFireCharge diff --git a/mappings/net/minecraft/item/impl/ItemFish.json b/mappings/net/minecraft/item/impl/ItemFish.json deleted file mode 100644 index c321c0b1b9..0000000000 --- a/mappings/net/minecraft/item/impl/ItemFish.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "obf": "aeh", - "name": "net/minecraft/item/impl/ItemFish", - "field": [ - { - "obf": "b", - "name": "cooked", - "type": "Z" - } - ], - "constructors": [ - { - "signature": "(Z)V", - "args": [ - { - "index": 0, - "name": "cooked" - } - ], - "statics": false - } - ], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemFish.mapping b/mappings/net/minecraft/item/impl/ItemFish.mapping new file mode 100644 index 0000000000..a03e12d8e5 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemFish.mapping @@ -0,0 +1,4 @@ +CLASS none/aeh net/minecraft/item/impl/ItemFish + FIELD b cooked Z + METHOD (Z)V + ARG 0 cooked diff --git a/mappings/net/minecraft/item/impl/ItemFishingRod.json b/mappings/net/minecraft/item/impl/ItemFishingRod.json deleted file mode 100644 index c824559a8e..0000000000 --- a/mappings/net/minecraft/item/impl/ItemFishingRod.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aei", - "name": "net/minecraft/item/impl/ItemFishingRod", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemFishingRod.mapping b/mappings/net/minecraft/item/impl/ItemFishingRod.mapping new file mode 100644 index 0000000000..93afc309af --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemFishingRod.mapping @@ -0,0 +1 @@ +CLASS none/aei net/minecraft/item/impl/ItemFishingRod diff --git a/mappings/net/minecraft/item/impl/ItemLeash.json b/mappings/net/minecraft/item/impl/ItemLeash.json deleted file mode 100644 index 102125bca9..0000000000 --- a/mappings/net/minecraft/item/impl/ItemLeash.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aet", - "name": "net/minecraft/item/impl/ItemLeash", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemLeash.mapping b/mappings/net/minecraft/item/impl/ItemLeash.mapping new file mode 100644 index 0000000000..d1a9dbe4c9 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemLeash.mapping @@ -0,0 +1 @@ +CLASS none/aet net/minecraft/item/impl/ItemLeash diff --git a/mappings/net/minecraft/item/impl/ItemMapEmpty.json b/mappings/net/minecraft/item/impl/ItemMapEmpty.json deleted file mode 100644 index f798fd8490..0000000000 --- a/mappings/net/minecraft/item/impl/ItemMapEmpty.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "ady", - "name": "net/minecraft/item/impl/ItemMapEmpty", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemMapEmpty.mapping b/mappings/net/minecraft/item/impl/ItemMapEmpty.mapping new file mode 100644 index 0000000000..2a554e7329 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemMapEmpty.mapping @@ -0,0 +1 @@ +CLASS none/ady net/minecraft/item/impl/ItemMapEmpty diff --git a/mappings/net/minecraft/item/impl/ItemMapFilled.json b/mappings/net/minecraft/item/impl/ItemMapFilled.json deleted file mode 100644 index cd0a32b04f..0000000000 --- a/mappings/net/minecraft/item/impl/ItemMapFilled.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aew", - "name": "net/minecraft/item/impl/ItemMapFilled", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemMapFilled.mapping b/mappings/net/minecraft/item/impl/ItemMapFilled.mapping new file mode 100644 index 0000000000..42a6a6f162 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemMapFilled.mapping @@ -0,0 +1 @@ +CLASS none/aew net/minecraft/item/impl/ItemMapFilled diff --git a/mappings/net/minecraft/item/impl/ItemMinecart.json b/mappings/net/minecraft/item/impl/ItemMinecart.json deleted file mode 100644 index a5afc7ec90..0000000000 --- a/mappings/net/minecraft/item/impl/ItemMinecart.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aey", - "name": "net/minecraft/item/impl/ItemMinecart", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemMinecart.mapping b/mappings/net/minecraft/item/impl/ItemMinecart.mapping new file mode 100644 index 0000000000..bdc6cd9de5 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemMinecart.mapping @@ -0,0 +1 @@ +CLASS none/aey net/minecraft/item/impl/ItemMinecart diff --git a/mappings/net/minecraft/item/impl/ItemNameTag.json b/mappings/net/minecraft/item/impl/ItemNameTag.json deleted file mode 100644 index 74dae6c497..0000000000 --- a/mappings/net/minecraft/item/impl/ItemNameTag.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afa", - "name": "net/minecraft/item/impl/ItemNameTag", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemNameTag.mapping b/mappings/net/minecraft/item/impl/ItemNameTag.mapping new file mode 100644 index 0000000000..b99958a9a7 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemNameTag.mapping @@ -0,0 +1 @@ +CLASS none/afa net/minecraft/item/impl/ItemNameTag diff --git a/mappings/net/minecraft/item/impl/ItemPainting.json b/mappings/net/minecraft/item/impl/ItemPainting.json deleted file mode 100644 index 5cf5e8fb0d..0000000000 --- a/mappings/net/minecraft/item/impl/ItemPainting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aem", - "name": "net/minecraft/item/impl/ItemPainting", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemPainting.mapping b/mappings/net/minecraft/item/impl/ItemPainting.mapping new file mode 100644 index 0000000000..22ddedd3b5 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemPainting.mapping @@ -0,0 +1 @@ +CLASS none/aem net/minecraft/item/impl/ItemPainting diff --git a/mappings/net/minecraft/item/impl/ItemPotion.json b/mappings/net/minecraft/item/impl/ItemPotion.json deleted file mode 100644 index 994f962341..0000000000 --- a/mappings/net/minecraft/item/impl/ItemPotion.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afd", - "name": "net/minecraft/item/impl/ItemPotion", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemPotion.mapping b/mappings/net/minecraft/item/impl/ItemPotion.mapping new file mode 100644 index 0000000000..70381a6c0d --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemPotion.mapping @@ -0,0 +1 @@ +CLASS none/afd net/minecraft/item/impl/ItemPotion diff --git a/mappings/net/minecraft/item/impl/ItemPotionLingering.json b/mappings/net/minecraft/item/impl/ItemPotionLingering.json deleted file mode 100644 index 6e520bf604..0000000000 --- a/mappings/net/minecraft/item/impl/ItemPotionLingering.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aev", - "name": "net/minecraft/item/impl/ItemPotionLingering", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemPotionLingering.mapping b/mappings/net/minecraft/item/impl/ItemPotionLingering.mapping new file mode 100644 index 0000000000..654a5fd9cf --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemPotionLingering.mapping @@ -0,0 +1 @@ +CLASS none/aev net/minecraft/item/impl/ItemPotionLingering diff --git a/mappings/net/minecraft/item/impl/ItemPotionSplash.json b/mappings/net/minecraft/item/impl/ItemPotionSplash.json deleted file mode 100644 index 7fdf77281a..0000000000 --- a/mappings/net/minecraft/item/impl/ItemPotionSplash.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afw", - "name": "net/minecraft/item/impl/ItemPotionSplash", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemPotionSplash.mapping b/mappings/net/minecraft/item/impl/ItemPotionSplash.mapping new file mode 100644 index 0000000000..b6f686b4b7 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemPotionSplash.mapping @@ -0,0 +1 @@ +CLASS none/afw net/minecraft/item/impl/ItemPotionSplash diff --git a/mappings/net/minecraft/item/impl/ItemRecord.json b/mappings/net/minecraft/item/impl/ItemRecord.json deleted file mode 100644 index 591c86ee34..0000000000 --- a/mappings/net/minecraft/item/impl/ItemRecord.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aff", - "name": "net/minecraft/item/impl/ItemRecord", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemRecord.mapping b/mappings/net/minecraft/item/impl/ItemRecord.mapping new file mode 100644 index 0000000000..e098a1b142 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemRecord.mapping @@ -0,0 +1 @@ +CLASS none/aff net/minecraft/item/impl/ItemRecord diff --git a/mappings/net/minecraft/item/impl/ItemRedstone.json b/mappings/net/minecraft/item/impl/ItemRedstone.json deleted file mode 100644 index 74999ddefc..0000000000 --- a/mappings/net/minecraft/item/impl/ItemRedstone.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afg", - "name": "net/minecraft/item/impl/ItemRedstone", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemRedstone.mapping b/mappings/net/minecraft/item/impl/ItemRedstone.mapping new file mode 100644 index 0000000000..411240dfb6 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemRedstone.mapping @@ -0,0 +1 @@ +CLASS none/afg net/minecraft/item/impl/ItemRedstone diff --git a/mappings/net/minecraft/item/impl/ItemSaddle.json b/mappings/net/minecraft/item/impl/ItemSaddle.json deleted file mode 100644 index 86c14526e8..0000000000 --- a/mappings/net/minecraft/item/impl/ItemSaddle.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afh", - "name": "net/minecraft/item/impl/ItemSaddle", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemSaddle.mapping b/mappings/net/minecraft/item/impl/ItemSaddle.mapping new file mode 100644 index 0000000000..3e7c8f369e --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemSaddle.mapping @@ -0,0 +1 @@ +CLASS none/afh net/minecraft/item/impl/ItemSaddle diff --git a/mappings/net/minecraft/item/impl/ItemSeeds.json b/mappings/net/minecraft/item/impl/ItemSeeds.json deleted file mode 100644 index 3838ff9b3f..0000000000 --- a/mappings/net/minecraft/item/impl/ItemSeeds.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afj", - "name": "net/minecraft/item/impl/ItemSeeds", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemSeeds.mapping b/mappings/net/minecraft/item/impl/ItemSeeds.mapping new file mode 100644 index 0000000000..d743264e5d --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemSeeds.mapping @@ -0,0 +1 @@ +CLASS none/afj net/minecraft/item/impl/ItemSeeds diff --git a/mappings/net/minecraft/item/impl/ItemShears.json b/mappings/net/minecraft/item/impl/ItemShears.json deleted file mode 100644 index 58eb43e832..0000000000 --- a/mappings/net/minecraft/item/impl/ItemShears.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afl", - "name": "net/minecraft/item/impl/ItemShears", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemShears.mapping b/mappings/net/minecraft/item/impl/ItemShears.mapping new file mode 100644 index 0000000000..19248a2f5c --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemShears.mapping @@ -0,0 +1 @@ +CLASS none/afl net/minecraft/item/impl/ItemShears diff --git a/mappings/net/minecraft/item/impl/ItemShield.json b/mappings/net/minecraft/item/impl/ItemShield.json deleted file mode 100644 index 62847e7718..0000000000 --- a/mappings/net/minecraft/item/impl/ItemShield.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afm", - "name": "net/minecraft/item/impl/ItemShield", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemShield.mapping b/mappings/net/minecraft/item/impl/ItemShield.mapping new file mode 100644 index 0000000000..32ec6691d8 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemShield.mapping @@ -0,0 +1 @@ +CLASS none/afm net/minecraft/item/impl/ItemShield diff --git a/mappings/net/minecraft/item/impl/ItemSign.json b/mappings/net/minecraft/item/impl/ItemSign.json deleted file mode 100644 index c7d1b6e133..0000000000 --- a/mappings/net/minecraft/item/impl/ItemSign.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afo", - "name": "net/minecraft/item/impl/ItemSign", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemSign.mapping b/mappings/net/minecraft/item/impl/ItemSign.mapping new file mode 100644 index 0000000000..b78e42d6d5 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemSign.mapping @@ -0,0 +1 @@ +CLASS none/afo net/minecraft/item/impl/ItemSign diff --git a/mappings/net/minecraft/item/impl/ItemSkull.json b/mappings/net/minecraft/item/impl/ItemSkull.json deleted file mode 100644 index 431d258595..0000000000 --- a/mappings/net/minecraft/item/impl/ItemSkull.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afq", - "name": "net/minecraft/item/impl/ItemSkull", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemSkull.mapping b/mappings/net/minecraft/item/impl/ItemSkull.mapping new file mode 100644 index 0000000000..48000af549 --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemSkull.mapping @@ -0,0 +1 @@ +CLASS none/afq net/minecraft/item/impl/ItemSkull diff --git a/mappings/net/minecraft/item/impl/ItemSnowball.json b/mappings/net/minecraft/item/impl/ItemSnowball.json deleted file mode 100644 index ec9f72f211..0000000000 --- a/mappings/net/minecraft/item/impl/ItemSnowball.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aft", - "name": "net/minecraft/item/impl/ItemSnowball", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/impl/ItemSnowball.mapping b/mappings/net/minecraft/item/impl/ItemSnowball.mapping new file mode 100644 index 0000000000..ecd8cd6f7c --- /dev/null +++ b/mappings/net/minecraft/item/impl/ItemSnowball.mapping @@ -0,0 +1 @@ +CLASS none/aft net/minecraft/item/impl/ItemSnowball diff --git a/mappings/net/minecraft/item/tool/ItemAxe.json b/mappings/net/minecraft/item/tool/ItemAxe.json deleted file mode 100644 index eada702808..0000000000 --- a/mappings/net/minecraft/item/tool/ItemAxe.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "acz", - "name": "net/minecraft/item/tool/ItemAxe", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/tool/ItemAxe.mapping b/mappings/net/minecraft/item/tool/ItemAxe.mapping new file mode 100644 index 0000000000..91c43ea31b --- /dev/null +++ b/mappings/net/minecraft/item/tool/ItemAxe.mapping @@ -0,0 +1 @@ +CLASS none/acz net/minecraft/item/tool/ItemAxe diff --git a/mappings/net/minecraft/item/tool/ItemHoe.json b/mappings/net/minecraft/item/tool/ItemHoe.json deleted file mode 100644 index f0da6eaeeb..0000000000 --- a/mappings/net/minecraft/item/tool/ItemHoe.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "aen", - "name": "net/minecraft/item/tool/ItemHoe", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/tool/ItemHoe.mapping b/mappings/net/minecraft/item/tool/ItemHoe.mapping new file mode 100644 index 0000000000..48206aa27d --- /dev/null +++ b/mappings/net/minecraft/item/tool/ItemHoe.mapping @@ -0,0 +1 @@ +CLASS none/aen net/minecraft/item/tool/ItemHoe diff --git a/mappings/net/minecraft/item/tool/ItemPickaxe.json b/mappings/net/minecraft/item/tool/ItemPickaxe.json deleted file mode 100644 index 9147d88d56..0000000000 --- a/mappings/net/minecraft/item/tool/ItemPickaxe.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afb", - "name": "net/minecraft/item/tool/ItemPickaxe", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/tool/ItemPickaxe.mapping b/mappings/net/minecraft/item/tool/ItemPickaxe.mapping new file mode 100644 index 0000000000..a5913bc918 --- /dev/null +++ b/mappings/net/minecraft/item/tool/ItemPickaxe.mapping @@ -0,0 +1 @@ +CLASS none/afb net/minecraft/item/tool/ItemPickaxe diff --git a/mappings/net/minecraft/item/tool/ItemShovel.json b/mappings/net/minecraft/item/tool/ItemShovel.json deleted file mode 100644 index decf9501bd..0000000000 --- a/mappings/net/minecraft/item/tool/ItemShovel.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afn", - "name": "net/minecraft/item/tool/ItemShovel", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/tool/ItemShovel.mapping b/mappings/net/minecraft/item/tool/ItemShovel.mapping new file mode 100644 index 0000000000..be2e4f15e6 --- /dev/null +++ b/mappings/net/minecraft/item/tool/ItemShovel.mapping @@ -0,0 +1 @@ +CLASS none/afn net/minecraft/item/tool/ItemShovel diff --git a/mappings/net/minecraft/item/tool/ItemSword.json b/mappings/net/minecraft/item/tool/ItemSword.json deleted file mode 100644 index ed314e9290..0000000000 --- a/mappings/net/minecraft/item/tool/ItemSword.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "afx", - "name": "net/minecraft/item/tool/ItemSword", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/item/tool/ItemSword.mapping b/mappings/net/minecraft/item/tool/ItemSword.mapping new file mode 100644 index 0000000000..6bc30f0bd3 --- /dev/null +++ b/mappings/net/minecraft/item/tool/ItemSword.mapping @@ -0,0 +1 @@ +CLASS none/afx net/minecraft/item/tool/ItemSword diff --git a/mappings/net/minecraft/nbt/PositionTracker.json b/mappings/net/minecraft/nbt/PositionTracker.json deleted file mode 100644 index 1e72ceffc0..0000000000 --- a/mappings/net/minecraft/nbt/PositionTracker.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "obf": "eb", - "name": "net/minecraft/nbt/PositionTracker", - "field": [ - { - "obf": "b", - "name": "max", - "type": "J" - }, - { - "obf": "c", - "name": "pos", - "type": "J" - } - ], - "constructors": [ - { - "signature": "(J)V", - "args": [ - { - "index": 0, - "name": "max" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "add", - "signature": "(J)V", - "args": [ - { - "index": 0, - "name": "amount" - } - ] - } - ], - "innerClass": [ - { - "obf": "eb$1", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] - } - ] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/PositionTracker.mapping b/mappings/net/minecraft/nbt/PositionTracker.mapping new file mode 100644 index 0000000000..b5bae45e62 --- /dev/null +++ b/mappings/net/minecraft/nbt/PositionTracker.mapping @@ -0,0 +1,8 @@ +CLASS none/eb net/minecraft/nbt/PositionTracker + CLASS none/eb$1 + FIELD b max J + FIELD c pos J + METHOD (J)V + ARG 0 max + METHOD a add (J)V + ARG 0 amount diff --git a/mappings/net/minecraft/nbt/Tag.json b/mappings/net/minecraft/nbt/Tag.json deleted file mode 100644 index f2aa661d31..0000000000 --- a/mappings/net/minecraft/nbt/Tag.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "obf": "eh", - "name": "net/minecraft/nbt/Tag", - "field": [ - { - "obf": "a", - "name": "TYPES", - "type": "[Ljava/lang/String;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "createTag", - "signature": "(B)Lnone/eh;", - "args": [ - { - "index": 0, - "name": "id" - } - ] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "b_", - "name": "isEmpty", - "signature": "()Z", - "args": [] - }, - { - "obf": "c_", - "name": "asString", - "signature": "()Ljava/lang/String;", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/Tag.mapping b/mappings/net/minecraft/nbt/Tag.mapping new file mode 100644 index 0000000000..b42d5800ee --- /dev/null +++ b/mappings/net/minecraft/nbt/Tag.mapping @@ -0,0 +1,16 @@ +CLASS none/eh net/minecraft/nbt/Tag + FIELD a TYPES [Ljava/lang/String; + METHOD a getType ()B + METHOD a createTag (B)Lnone/eh; + ARG 0 id + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD b_ isEmpty ()Z + METHOD c_ asString ()Ljava/lang/String; + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other diff --git a/mappings/net/minecraft/nbt/TagByte.json b/mappings/net/minecraft/nbt/TagByte.json deleted file mode 100644 index 71964c3edb..0000000000 --- a/mappings/net/minecraft/nbt/TagByte.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "obf": "ds", - "name": "net/minecraft/nbt/TagByte", - "field": [ - { - "obf": "b", - "name": "value", - "type": "B" - } - ], - "constructors": [ - { - "signature": "(B)V", - "args": [ - { - "index": 0, - "name": "value" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "c", - "name": "copy", - "signature": "()Lnone/ds;", - "args": [] - }, - { - "obf": "d", - "name": "getLong", - "signature": "()J", - "args": [] - }, - { - "obf": "e", - "name": "getInt", - "signature": "()I", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - }, - { - "obf": "f", - "name": "getShort", - "signature": "()S", - "args": [] - }, - { - "obf": "g", - "name": "getByte", - "signature": "()B", - "args": [] - }, - { - "obf": "h", - "name": "getDouble", - "signature": "()D", - "args": [] - }, - { - "obf": "i", - "name": "getFloat", - "signature": "()F", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagByte.mapping b/mappings/net/minecraft/nbt/TagByte.mapping new file mode 100644 index 0000000000..28a80c390f --- /dev/null +++ b/mappings/net/minecraft/nbt/TagByte.mapping @@ -0,0 +1,21 @@ +CLASS none/ds net/minecraft/nbt/TagByte + FIELD b value B + METHOD (B)V + ARG 0 value + METHOD a getType ()B + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD c copy ()Lnone/ds; + METHOD d getLong ()J + METHOD e getInt ()I + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other + METHOD f getShort ()S + METHOD g getByte ()B + METHOD h getDouble ()D + METHOD i getFloat ()F diff --git a/mappings/net/minecraft/nbt/TagByteArray.json b/mappings/net/minecraft/nbt/TagByteArray.json deleted file mode 100644 index 469439ccd6..0000000000 --- a/mappings/net/minecraft/nbt/TagByteArray.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "obf": "dr", - "name": "net/minecraft/nbt/TagByteArray", - "field": [ - { - "obf": "b", - "name": "value", - "type": "[B" - } - ], - "constructors": [ - { - "signature": "([B)V", - "args": [ - { - "index": 0, - "name": "value" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "c", - "name": "getByteArray", - "signature": "()[B", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagByteArray.mapping b/mappings/net/minecraft/nbt/TagByteArray.mapping new file mode 100644 index 0000000000..afacbd90bd --- /dev/null +++ b/mappings/net/minecraft/nbt/TagByteArray.mapping @@ -0,0 +1,15 @@ +CLASS none/dr net/minecraft/nbt/TagByteArray + FIELD b value [B + METHOD ([B)V + ARG 0 value + METHOD a getType ()B + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD c getByteArray ()[B + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other diff --git a/mappings/net/minecraft/nbt/TagCompound.json b/mappings/net/minecraft/nbt/TagCompound.json deleted file mode 100644 index 233df43625..0000000000 --- a/mappings/net/minecraft/nbt/TagCompound.json +++ /dev/null @@ -1,594 +0,0 @@ -{ - "obf": "dt", - "name": "net/minecraft/nbt/TagCompound", - "field": [ - { - "obf": "b", - "name": "tags", - "type": "Ljava/util/Map;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "createTag", - "signature": "(BLjava/lang/String;Ljava/io/DataInput;ILnone/eb;)Lnone/eh;", - "args": [ - { - "index": 0, - "name": "type" - }, - { - "index": 1, - "name": "key" - }, - { - "index": 2, - "name": "input" - }, - { - "index": 3, - "name": "depth" - }, - { - "index": 4, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "readByte", - "signature": "(Ljava/io/DataInput;Lnone/eb;)B", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "a", - "name": "getUUID", - "signature": "(Ljava/lang/String;)Ljava/util/UUID;", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "a", - "name": "setByte", - "signature": "(Ljava/lang/String;B)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "setDouble", - "signature": "(Ljava/lang/String;D)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "setFloat", - "signature": "(Ljava/lang/String;F)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "setInt", - "signature": "(Ljava/lang/String;I)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "createCrashReport", - "signature": "(Ljava/lang/String;ILjava/lang/ClassCastException;)Lnone/b;", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "type" - }, - { - "index": 2, - "name": "exception" - } - ] - }, - { - "obf": "a", - "name": "setLong", - "signature": "(Ljava/lang/String;J)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "setString", - "signature": "(Ljava/lang/String;Ljava/lang/String;)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "setUUID", - "signature": "(Ljava/lang/String;Ljava/util/UUID;)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "setTag", - "signature": "(Ljava/lang/String;Lnone/eh;)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/lang/String;Lnone/eh;Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "tag" - }, - { - "index": 2, - "name": "output" - } - ] - }, - { - "obf": "a", - "name": "setShort", - "signature": "(Ljava/lang/String;S)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "setBoolean", - "signature": "(Ljava/lang/String;Z)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "setByteArray", - "signature": "(Ljava/lang/String;[B)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "setIntArray", - "signature": "(Ljava/lang/String;[I)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "copyTo", - "signature": "(Lnone/dt;)V", - "args": [ - { - "index": 0, - "name": "tag" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "b", - "name": "readString", - "signature": "(Ljava/io/DataInput;Lnone/eb;)Ljava/lang/String;", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "tracker" - } - ] - }, - { - "obf": "b", - "name": "hasUUID", - "signature": "(Ljava/lang/String;)Z", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "b", - "name": "hasKey", - "signature": "(Ljava/lang/String;I)Z", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "type" - } - ] - }, - { - "obf": "b_", - "name": "isEmpty", - "signature": "()Z", - "args": [] - }, - { - "obf": "c", - "name": "getKeys", - "signature": "()Ljava/util/Set;", - "args": [] - }, - { - "obf": "c", - "name": "getTag", - "signature": "(Ljava/lang/String;)Lnone/eh;", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "c", - "name": "getTagList", - "signature": "(Ljava/lang/String;I)Lnone/dz;", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "type" - } - ] - }, - { - "obf": "d", - "name": "getSize", - "signature": "()I", - "args": [] - }, - { - "obf": "d", - "name": "getType", - "signature": "(Ljava/lang/String;)B", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "e", - "name": "hasKey", - "signature": "(Ljava/lang/String;)Z", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - }, - { - "obf": "f", - "name": "getByte", - "signature": "(Ljava/lang/String;)B", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "g", - "name": "copy", - "signature": "()Lnone/dt;", - "args": [] - }, - { - "obf": "g", - "name": "getShort", - "signature": "(Ljava/lang/String;)S", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "h", - "name": "getInt", - "signature": "(Ljava/lang/String;)I", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "i", - "name": "getLong", - "signature": "(Ljava/lang/String;)J", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "j", - "name": "getFloat", - "signature": "(Ljava/lang/String;)F", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "k", - "name": "getDouble", - "signature": "(Ljava/lang/String;)D", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "l", - "name": "getString", - "signature": "(Ljava/lang/String;)Ljava/lang/String;", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "m", - "name": "getByteArray", - "signature": "(Ljava/lang/String;)[B", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "n", - "name": "getIntArray", - "signature": "(Ljava/lang/String;)[I", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "o", - "name": "getTagCompound", - "signature": "(Ljava/lang/String;)Lnone/dt;", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "p", - "name": "getBoolean", - "signature": "(Ljava/lang/String;)Z", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "q", - "name": "removeTag", - "signature": "(Ljava/lang/String;)V", - "args": [ - { - "index": 0, - "name": "key" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagCompound.mapping b/mappings/net/minecraft/nbt/TagCompound.mapping new file mode 100644 index 0000000000..4e3cf54a63 --- /dev/null +++ b/mappings/net/minecraft/nbt/TagCompound.mapping @@ -0,0 +1,114 @@ +CLASS none/dt net/minecraft/nbt/TagCompound + FIELD b tags Ljava/util/Map; + METHOD a getType ()B + METHOD a createTag (BLjava/lang/String;Ljava/io/DataInput;ILnone/eb;)Lnone/eh; + ARG 0 type + ARG 1 key + ARG 2 input + ARG 3 depth + ARG 4 tracker + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a readByte (Ljava/io/DataInput;Lnone/eb;)B + ARG 0 input + ARG 1 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD a getUUID (Ljava/lang/String;)Ljava/util/UUID; + ARG 0 key + METHOD a setByte (Ljava/lang/String;B)V + ARG 0 key + ARG 1 value + METHOD a setDouble (Ljava/lang/String;D)V + ARG 0 key + ARG 1 value + METHOD a setFloat (Ljava/lang/String;F)V + ARG 0 key + ARG 1 value + METHOD a setInt (Ljava/lang/String;I)V + ARG 0 key + ARG 1 value + METHOD a createCrashReport (Ljava/lang/String;ILjava/lang/ClassCastException;)Lnone/b; + ARG 0 key + ARG 1 type + ARG 2 exception + METHOD a setLong (Ljava/lang/String;J)V + ARG 0 key + ARG 1 value + METHOD a setString (Ljava/lang/String;Ljava/lang/String;)V + ARG 0 key + ARG 1 value + METHOD a setUUID (Ljava/lang/String;Ljava/util/UUID;)V + ARG 0 key + ARG 1 value + METHOD a setTag (Ljava/lang/String;Lnone/eh;)V + ARG 0 key + ARG 1 value + METHOD a write (Ljava/lang/String;Lnone/eh;Ljava/io/DataOutput;)V + ARG 0 key + ARG 1 tag + ARG 2 output + METHOD a setShort (Ljava/lang/String;S)V + ARG 0 key + ARG 1 value + METHOD a setBoolean (Ljava/lang/String;Z)V + ARG 0 key + ARG 1 value + METHOD a setByteArray (Ljava/lang/String;[B)V + ARG 0 key + ARG 1 value + METHOD a setIntArray (Ljava/lang/String;[I)V + ARG 0 key + ARG 1 value + METHOD a copyTo (Lnone/dt;)V + ARG 0 tag + METHOD b copy ()Lnone/eh; + METHOD b readString (Ljava/io/DataInput;Lnone/eb;)Ljava/lang/String; + ARG 0 input + ARG 1 tracker + METHOD b hasUUID (Ljava/lang/String;)Z + ARG 0 key + METHOD b hasKey (Ljava/lang/String;I)Z + ARG 0 key + ARG 1 type + METHOD b_ isEmpty ()Z + METHOD c getKeys ()Ljava/util/Set; + METHOD c getTag (Ljava/lang/String;)Lnone/eh; + ARG 0 key + METHOD c getTagList (Ljava/lang/String;I)Lnone/dz; + ARG 0 key + ARG 1 type + METHOD d getSize ()I + METHOD d getType (Ljava/lang/String;)B + ARG 0 key + METHOD e hasKey (Ljava/lang/String;)Z + ARG 0 key + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other + METHOD f getByte (Ljava/lang/String;)B + ARG 0 key + METHOD g copy ()Lnone/dt; + METHOD g getShort (Ljava/lang/String;)S + ARG 0 key + METHOD h getInt (Ljava/lang/String;)I + ARG 0 key + METHOD i getLong (Ljava/lang/String;)J + ARG 0 key + METHOD j getFloat (Ljava/lang/String;)F + ARG 0 key + METHOD k getDouble (Ljava/lang/String;)D + ARG 0 key + METHOD l getString (Ljava/lang/String;)Ljava/lang/String; + ARG 0 key + METHOD m getByteArray (Ljava/lang/String;)[B + ARG 0 key + METHOD n getIntArray (Ljava/lang/String;)[I + ARG 0 key + METHOD o getTagCompound (Ljava/lang/String;)Lnone/dt; + ARG 0 key + METHOD p getBoolean (Ljava/lang/String;)Z + ARG 0 key + METHOD q removeTag (Ljava/lang/String;)V + ARG 0 key diff --git a/mappings/net/minecraft/nbt/TagDouble.json b/mappings/net/minecraft/nbt/TagDouble.json deleted file mode 100644 index 4dd08e9545..0000000000 --- a/mappings/net/minecraft/nbt/TagDouble.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "obf": "du", - "name": "net/minecraft/nbt/TagDouble", - "field": [ - { - "obf": "b", - "name": "value", - "type": "D" - } - ], - "constructors": [ - { - "signature": "(D)V", - "args": [ - { - "index": 0, - "name": "value" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "c", - "name": "copy", - "signature": "()Lnone/du;", - "args": [] - }, - { - "obf": "d", - "name": "getLong", - "signature": "()J", - "args": [] - }, - { - "obf": "e", - "name": "getInt", - "signature": "()I", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - }, - { - "obf": "f", - "name": "getShort", - "signature": "()S", - "args": [] - }, - { - "obf": "g", - "name": "getByte", - "signature": "()B", - "args": [] - }, - { - "obf": "h", - "name": "getDouble", - "signature": "()D", - "args": [] - }, - { - "obf": "i", - "name": "getFloat", - "signature": "()F", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagDouble.mapping b/mappings/net/minecraft/nbt/TagDouble.mapping new file mode 100644 index 0000000000..d0be29efb3 --- /dev/null +++ b/mappings/net/minecraft/nbt/TagDouble.mapping @@ -0,0 +1,21 @@ +CLASS none/du net/minecraft/nbt/TagDouble + FIELD b value D + METHOD (D)V + ARG 0 value + METHOD a getType ()B + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD c copy ()Lnone/du; + METHOD d getLong ()J + METHOD e getInt ()I + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other + METHOD f getShort ()S + METHOD g getByte ()B + METHOD h getDouble ()D + METHOD i getFloat ()F diff --git a/mappings/net/minecraft/nbt/TagEnd.json b/mappings/net/minecraft/nbt/TagEnd.json deleted file mode 100644 index bda6f95f3c..0000000000 --- a/mappings/net/minecraft/nbt/TagEnd.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "obf": "dv", - "name": "net/minecraft/nbt/TagEnd", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "c", - "name": "copy", - "signature": "()Lnone/dv;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagEnd.mapping b/mappings/net/minecraft/nbt/TagEnd.mapping new file mode 100644 index 0000000000..9b0e37e8e2 --- /dev/null +++ b/mappings/net/minecraft/nbt/TagEnd.mapping @@ -0,0 +1,10 @@ +CLASS none/dv net/minecraft/nbt/TagEnd + METHOD a getType ()B + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD c copy ()Lnone/dv; diff --git a/mappings/net/minecraft/nbt/TagFloat.json b/mappings/net/minecraft/nbt/TagFloat.json deleted file mode 100644 index 937dbbe1b3..0000000000 --- a/mappings/net/minecraft/nbt/TagFloat.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "obf": "dw", - "name": "net/minecraft/nbt/TagFloat", - "field": [ - { - "obf": "b", - "name": "value", - "type": "F" - } - ], - "constructors": [ - { - "signature": "(F)V", - "args": [ - { - "index": 0, - "name": "value" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "c", - "name": "copy", - "signature": "()Lnone/dw;", - "args": [] - }, - { - "obf": "d", - "name": "getLong", - "signature": "()J", - "args": [] - }, - { - "obf": "e", - "name": "getInt", - "signature": "()I", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - }, - { - "obf": "f", - "name": "getShort", - "signature": "()S", - "args": [] - }, - { - "obf": "g", - "name": "getByte", - "signature": "()B", - "args": [] - }, - { - "obf": "h", - "name": "getDouble", - "signature": "()D", - "args": [] - }, - { - "obf": "i", - "name": "getFloat", - "signature": "()F", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagFloat.mapping b/mappings/net/minecraft/nbt/TagFloat.mapping new file mode 100644 index 0000000000..9be51319f0 --- /dev/null +++ b/mappings/net/minecraft/nbt/TagFloat.mapping @@ -0,0 +1,21 @@ +CLASS none/dw net/minecraft/nbt/TagFloat + FIELD b value F + METHOD (F)V + ARG 0 value + METHOD a getType ()B + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD c copy ()Lnone/dw; + METHOD d getLong ()J + METHOD e getInt ()I + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other + METHOD f getShort ()S + METHOD g getByte ()B + METHOD h getDouble ()D + METHOD i getFloat ()F diff --git a/mappings/net/minecraft/nbt/TagInt.json b/mappings/net/minecraft/nbt/TagInt.json deleted file mode 100644 index f26f4164e3..0000000000 --- a/mappings/net/minecraft/nbt/TagInt.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "obf": "dy", - "name": "net/minecraft/nbt/TagInt", - "field": [ - { - "obf": "b", - "name": "value", - "type": "I" - } - ], - "constructors": [ - { - "signature": "(I)V", - "args": [ - { - "index": 0, - "name": "value" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "c", - "name": "copy", - "signature": "()Lnone/dy;", - "args": [] - }, - { - "obf": "d", - "name": "getLong", - "signature": "()J", - "args": [] - }, - { - "obf": "e", - "name": "getInt", - "signature": "()I", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - }, - { - "obf": "f", - "name": "getShort", - "signature": "()S", - "args": [] - }, - { - "obf": "g", - "name": "getByte", - "signature": "()B", - "args": [] - }, - { - "obf": "h", - "name": "getDouble", - "signature": "()D", - "args": [] - }, - { - "obf": "i", - "name": "getFloat", - "signature": "()F", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagInt.mapping b/mappings/net/minecraft/nbt/TagInt.mapping new file mode 100644 index 0000000000..cf73e1f0df --- /dev/null +++ b/mappings/net/minecraft/nbt/TagInt.mapping @@ -0,0 +1,21 @@ +CLASS none/dy net/minecraft/nbt/TagInt + FIELD b value I + METHOD (I)V + ARG 0 value + METHOD a getType ()B + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD c copy ()Lnone/dy; + METHOD d getLong ()J + METHOD e getInt ()I + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other + METHOD f getShort ()S + METHOD g getByte ()B + METHOD h getDouble ()D + METHOD i getFloat ()F diff --git a/mappings/net/minecraft/nbt/TagIntArray.json b/mappings/net/minecraft/nbt/TagIntArray.json deleted file mode 100644 index 47109e3dad..0000000000 --- a/mappings/net/minecraft/nbt/TagIntArray.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "obf": "dx", - "name": "net/minecraft/nbt/TagIntArray", - "field": [ - { - "obf": "b", - "name": "value", - "type": "[I" - } - ], - "constructors": [ - { - "signature": "([I)V", - "args": [ - { - "index": 0, - "name": "value" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "c", - "name": "copy", - "signature": "()Lnone/dx;", - "args": [] - }, - { - "obf": "d", - "name": "getIntArray", - "signature": "()[I", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagIntArray.mapping b/mappings/net/minecraft/nbt/TagIntArray.mapping new file mode 100644 index 0000000000..46353809d8 --- /dev/null +++ b/mappings/net/minecraft/nbt/TagIntArray.mapping @@ -0,0 +1,16 @@ +CLASS none/dx net/minecraft/nbt/TagIntArray + FIELD b value [I + METHOD ([I)V + ARG 0 value + METHOD a getType ()B + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD c copy ()Lnone/dx; + METHOD d getIntArray ()[I + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other diff --git a/mappings/net/minecraft/nbt/TagList.json b/mappings/net/minecraft/nbt/TagList.json deleted file mode 100644 index b144eb13f4..0000000000 --- a/mappings/net/minecraft/nbt/TagList.json +++ /dev/null @@ -1,215 +0,0 @@ -{ - "obf": "dz", - "name": "net/minecraft/nbt/TagList", - "field": [ - { - "obf": "b", - "name": "LOGGER", - "type": "Lorg/apache/logging/log4j/Logger;" - }, - { - "obf": "c", - "name": "value", - "type": "Ljava/util/List;" - }, - { - "obf": "d", - "name": "type", - "type": "B" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "remove", - "signature": "(I)Lnone/eh;", - "args": [ - { - "index": 0, - "name": "index" - } - ] - }, - { - "obf": "a", - "name": "set", - "signature": "(ILnone/eh;)V", - "args": [ - { - "index": 0, - "name": "index" - }, - { - "index": 1, - "name": "tag" - } - ] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "a", - "name": "add", - "signature": "(Lnone/eh;)V", - "args": [ - { - "index": 0, - "name": "tag" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "b", - "name": "getTagCompound", - "signature": "(I)Lnone/dt;", - "args": [ - { - "index": 0, - "name": "index" - } - ] - }, - { - "obf": "b_", - "name": "isEmpty", - "signature": "()Z", - "args": [] - }, - { - "obf": "c", - "name": "getSize", - "signature": "()I", - "args": [] - }, - { - "obf": "c", - "name": "getInt", - "signature": "(I)I", - "args": [ - { - "index": 0, - "name": "index" - } - ] - }, - { - "obf": "d", - "name": "copy", - "signature": "()Lnone/dz;", - "args": [] - }, - { - "obf": "d", - "name": "getIntArray", - "signature": "(I)[I", - "args": [ - { - "index": 0, - "name": "index" - } - ] - }, - { - "obf": "e", - "name": "getDouble", - "signature": "(I)D", - "args": [ - { - "index": 0, - "name": "index" - } - ] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - }, - { - "obf": "f", - "name": "getFloat", - "signature": "(I)F", - "args": [ - { - "index": 0, - "name": "index" - } - ] - }, - { - "obf": "g", - "name": "getType", - "signature": "()I", - "args": [] - }, - { - "obf": "g", - "name": "getString", - "signature": "(I)Ljava/lang/String;", - "args": [ - { - "index": 0, - "name": "index" - } - ] - }, - { - "obf": "h", - "name": "getTag", - "signature": "(I)Lnone/eh;", - "args": [ - { - "index": 0, - "name": "index" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagList.mapping b/mappings/net/minecraft/nbt/TagList.mapping new file mode 100644 index 0000000000..3a8c2fe2eb --- /dev/null +++ b/mappings/net/minecraft/nbt/TagList.mapping @@ -0,0 +1,39 @@ +CLASS none/dz net/minecraft/nbt/TagList + FIELD b LOGGER Lorg/apache/logging/log4j/Logger; + FIELD c value Ljava/util/List; + FIELD d type B + METHOD a getType ()B + METHOD a remove (I)Lnone/eh; + ARG 0 index + METHOD a set (ILnone/eh;)V + ARG 0 index + ARG 1 tag + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD a add (Lnone/eh;)V + ARG 0 tag + METHOD b copy ()Lnone/eh; + METHOD b getTagCompound (I)Lnone/dt; + ARG 0 index + METHOD b_ isEmpty ()Z + METHOD c getSize ()I + METHOD c getInt (I)I + ARG 0 index + METHOD d copy ()Lnone/dz; + METHOD d getIntArray (I)[I + ARG 0 index + METHOD e getDouble (I)D + ARG 0 index + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other + METHOD f getFloat (I)F + ARG 0 index + METHOD g getType ()I + METHOD g getString (I)Ljava/lang/String; + ARG 0 index + METHOD h getTag (I)Lnone/eh; + ARG 0 index diff --git a/mappings/net/minecraft/nbt/TagLong.json b/mappings/net/minecraft/nbt/TagLong.json deleted file mode 100644 index a16e75ab88..0000000000 --- a/mappings/net/minecraft/nbt/TagLong.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "obf": "ea", - "name": "net/minecraft/nbt/TagLong", - "field": [ - { - "obf": "b", - "name": "value", - "type": "J" - } - ], - "constructors": [ - { - "signature": "(J)V", - "args": [ - { - "index": 0, - "name": "value" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "c", - "name": "copy", - "signature": "()Lnone/ea;", - "args": [] - }, - { - "obf": "d", - "name": "getLong", - "signature": "()J", - "args": [] - }, - { - "obf": "e", - "name": "getInt", - "signature": "()I", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - }, - { - "obf": "f", - "name": "getShort", - "signature": "()S", - "args": [] - }, - { - "obf": "g", - "name": "getByte", - "signature": "()B", - "args": [] - }, - { - "obf": "h", - "name": "getDouble", - "signature": "()D", - "args": [] - }, - { - "obf": "i", - "name": "getFloat", - "signature": "()F", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagLong.mapping b/mappings/net/minecraft/nbt/TagLong.mapping new file mode 100644 index 0000000000..47d58eac55 --- /dev/null +++ b/mappings/net/minecraft/nbt/TagLong.mapping @@ -0,0 +1,21 @@ +CLASS none/ea net/minecraft/nbt/TagLong + FIELD b value J + METHOD (J)V + ARG 0 value + METHOD a getType ()B + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD c copy ()Lnone/ea; + METHOD d getLong ()J + METHOD e getInt ()I + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other + METHOD f getShort ()S + METHOD g getByte ()B + METHOD h getDouble ()D + METHOD i getFloat ()F diff --git a/mappings/net/minecraft/nbt/TagNumber.json b/mappings/net/minecraft/nbt/TagNumber.json deleted file mode 100644 index 68554f8669..0000000000 --- a/mappings/net/minecraft/nbt/TagNumber.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "obf": "ee", - "name": "net/minecraft/nbt/TagNumber", - "field": [], - "constructors": [], - "method": [ - { - "obf": "d", - "name": "getLong", - "signature": "()J", - "args": [] - }, - { - "obf": "e", - "name": "getInt", - "signature": "()I", - "args": [] - }, - { - "obf": "f", - "name": "getShort", - "signature": "()S", - "args": [] - }, - { - "obf": "g", - "name": "getByte", - "signature": "()B", - "args": [] - }, - { - "obf": "h", - "name": "getDouble", - "signature": "()D", - "args": [] - }, - { - "obf": "i", - "name": "getFloat", - "signature": "()F", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagNumber.mapping b/mappings/net/minecraft/nbt/TagNumber.mapping new file mode 100644 index 0000000000..2e028132a0 --- /dev/null +++ b/mappings/net/minecraft/nbt/TagNumber.mapping @@ -0,0 +1,7 @@ +CLASS none/ee net/minecraft/nbt/TagNumber + METHOD d getLong ()J + METHOD e getInt ()I + METHOD f getShort ()S + METHOD g getByte ()B + METHOD h getDouble ()D + METHOD i getFloat ()F diff --git a/mappings/net/minecraft/nbt/TagShort.json b/mappings/net/minecraft/nbt/TagShort.json deleted file mode 100644 index 6cde429b6f..0000000000 --- a/mappings/net/minecraft/nbt/TagShort.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "obf": "ef", - "name": "net/minecraft/nbt/TagShort", - "field": [ - { - "obf": "b", - "name": "value", - "type": "S" - } - ], - "constructors": [ - { - "signature": "(S)V", - "args": [ - { - "index": 0, - "name": "value" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "c", - "name": "copy", - "signature": "()Lnone/ef;", - "args": [] - }, - { - "obf": "d", - "name": "getLong", - "signature": "()J", - "args": [] - }, - { - "obf": "e", - "name": "getInt", - "signature": "()I", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - }, - { - "obf": "f", - "name": "getShort", - "signature": "()S", - "args": [] - }, - { - "obf": "g", - "name": "getByte", - "signature": "()B", - "args": [] - }, - { - "obf": "h", - "name": "getDouble", - "signature": "()D", - "args": [] - }, - { - "obf": "i", - "name": "getFloat", - "signature": "()F", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagShort.mapping b/mappings/net/minecraft/nbt/TagShort.mapping new file mode 100644 index 0000000000..fea5fc1cfc --- /dev/null +++ b/mappings/net/minecraft/nbt/TagShort.mapping @@ -0,0 +1,21 @@ +CLASS none/ef net/minecraft/nbt/TagShort + FIELD b value S + METHOD (S)V + ARG 0 value + METHOD a getType ()B + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD c copy ()Lnone/ef; + METHOD d getLong ()J + METHOD e getInt ()I + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other + METHOD f getShort ()S + METHOD g getByte ()B + METHOD h getDouble ()D + METHOD i getFloat ()F diff --git a/mappings/net/minecraft/nbt/TagString.json b/mappings/net/minecraft/nbt/TagString.json deleted file mode 100644 index 4218f709fc..0000000000 --- a/mappings/net/minecraft/nbt/TagString.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "obf": "eg", - "name": "net/minecraft/nbt/TagString", - "field": [ - { - "obf": "b", - "name": "value", - "type": "Ljava/lang/String;" - } - ], - "constructors": [ - { - "signature": "(Ljava/lang/String;)V", - "args": [ - { - "index": 0, - "name": "value" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getType", - "signature": "()B", - "args": [] - }, - { - "obf": "a", - "name": "read", - "signature": "(Ljava/io/DataInput;ILnone/eb;)V", - "args": [ - { - "index": 0, - "name": "input" - }, - { - "index": 1, - "name": "depth" - }, - { - "index": 2, - "name": "tracker" - } - ] - }, - { - "obf": "a", - "name": "write", - "signature": "(Ljava/io/DataOutput;)V", - "args": [ - { - "index": 0, - "name": "output" - } - ] - }, - { - "obf": "b", - "name": "copy", - "signature": "()Lnone/eh;", - "args": [] - }, - { - "obf": "b_", - "name": "isEmpty", - "signature": "()Z", - "args": [] - }, - { - "obf": "c", - "name": "copy", - "signature": "()Lnone/eg;", - "args": [] - }, - { - "obf": "c_", - "name": "asString", - "signature": "()Ljava/lang/String;", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/nbt/TagString.mapping b/mappings/net/minecraft/nbt/TagString.mapping new file mode 100644 index 0000000000..62d6985e4b --- /dev/null +++ b/mappings/net/minecraft/nbt/TagString.mapping @@ -0,0 +1,17 @@ +CLASS none/eg net/minecraft/nbt/TagString + FIELD b value Ljava/lang/String; + METHOD (Ljava/lang/String;)V + ARG 0 value + METHOD a getType ()B + METHOD a read (Ljava/io/DataInput;ILnone/eb;)V + ARG 0 input + ARG 1 depth + ARG 2 tracker + METHOD a write (Ljava/io/DataOutput;)V + ARG 0 output + METHOD b copy ()Lnone/eh; + METHOD b_ isEmpty ()Z + METHOD c copy ()Lnone/eg; + METHOD c_ asString ()Ljava/lang/String; + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other diff --git a/mappings/net/minecraft/reference/Blocks.json b/mappings/net/minecraft/reference/Blocks.json deleted file mode 100644 index c525a483db..0000000000 --- a/mappings/net/minecraft/reference/Blocks.json +++ /dev/null @@ -1,1121 +0,0 @@ -{ - "obf": "akx", - "name": "net/minecraft/reference/Blocks", - "field": [ - { - "obf": "A", - "name": "SANDSTONE", - "type": "Lnone/akw;" - }, - { - "obf": "B", - "name": "NOTEBLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "C", - "name": "BED", - "type": "Lnone/akw;" - }, - { - "obf": "D", - "name": "GOLDEN_RAIL", - "type": "Lnone/akw;" - }, - { - "obf": "E", - "name": "DETECTOR_RAIL", - "type": "Lnone/akw;" - }, - { - "obf": "F", - "name": "STICKY_PISTON", - "type": "Lnone/asa;" - }, - { - "obf": "G", - "name": "WEB", - "type": "Lnone/akw;" - }, - { - "obf": "H", - "name": "TALLGRASS", - "type": "Lnone/aqi;" - }, - { - "obf": "I", - "name": "DEADBUSH", - "type": "Lnone/alt;" - }, - { - "obf": "J", - "name": "PISTON", - "type": "Lnone/asa;" - }, - { - "obf": "K", - "name": "PISTON_HEAD", - "type": "Lnone/asb;" - }, - { - "obf": "L", - "name": "WOOL", - "type": "Lnone/akw;" - }, - { - "obf": "M", - "name": "PISTON_EXTENSION", - "type": "Lnone/asc;" - }, - { - "obf": "N", - "name": "YELLOW_FLOWER", - "type": "Lnone/amq;" - }, - { - "obf": "O", - "name": "RED_FLOWER", - "type": "Lnone/amq;" - }, - { - "obf": "P", - "name": "BROWN_MUSHROOM", - "type": "Lnone/alc;" - }, - { - "obf": "Q", - "name": "RED_MUSHROOM", - "type": "Lnone/alc;" - }, - { - "obf": "R", - "name": "GOLD_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "S", - "name": "IRON_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "T", - "name": "DOUBLE_STONE_SLAB", - "type": "Lnone/and;" - }, - { - "obf": "U", - "name": "STONE_SLAB", - "type": "Lnone/and;" - }, - { - "obf": "V", - "name": "BRICK_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "W", - "name": "TNT", - "type": "Lnone/akw;" - }, - { - "obf": "X", - "name": "BOOKSHELF", - "type": "Lnone/akw;" - }, - { - "obf": "Y", - "name": "MOSSY_COBBLESTONE", - "type": "Lnone/akw;" - }, - { - "obf": "Z", - "name": "OBSIDIAN", - "type": "Lnone/akw;" - }, - { - "obf": "aA", - "name": "IRON_DOOR", - "type": "Lnone/alz;" - }, - { - "obf": "aB", - "name": "WOODEN_PRESSURE_PLATE", - "type": "Lnone/akw;" - }, - { - "obf": "aC", - "name": "REDSTONE_ORE", - "type": "Lnone/akw;" - }, - { - "obf": "aD", - "name": "LIT_REDSTONE_ORE", - "type": "Lnone/akw;" - }, - { - "obf": "aE", - "name": "UNLIT_REDSTONE_TORCH", - "type": "Lnone/akw;" - }, - { - "obf": "aF", - "name": "REDSTONE_TORCH", - "type": "Lnone/akw;" - }, - { - "obf": "aG", - "name": "STONE_BUTTON", - "type": "Lnone/akw;" - }, - { - "obf": "aH", - "name": "SNOW_LAYER", - "type": "Lnone/akw;" - }, - { - "obf": "aI", - "name": "ICE", - "type": "Lnone/akw;" - }, - { - "obf": "aJ", - "name": "SNOW", - "type": "Lnone/akw;" - }, - { - "obf": "aK", - "name": "CACTUS", - "type": "Lnone/ale;" - }, - { - "obf": "aL", - "name": "CLAY", - "type": "Lnone/akw;" - }, - { - "obf": "a", - "name": "AIR", - "type": "Lnone/akw;" - }, - { - "obf": "aM", - "name": "REEDS", - "type": "Lnone/apf;" - }, - { - "obf": "aN", - "name": "JUKEBOX", - "type": "Lnone/akw;" - }, - { - "obf": "aO", - "name": "OAK_FENCE", - "type": "Lnone/akw;" - }, - { - "obf": "aP", - "name": "SPRUCE_FENCE", - "type": "Lnone/akw;" - }, - { - "obf": "aQ", - "name": "BIRCH_FENCE", - "type": "Lnone/akw;" - }, - { - "obf": "aR", - "name": "JUNGLE_FENCE", - "type": "Lnone/akw;" - }, - { - "obf": "aS", - "name": "DARK_OAK_FENCE", - "type": "Lnone/akw;" - }, - { - "obf": "aT", - "name": "ACACIA_FENCE", - "type": "Lnone/akw;" - }, - { - "obf": "aU", - "name": "PUMPKIN", - "type": "Lnone/akw;" - }, - { - "obf": "aV", - "name": "NETHERRACK", - "type": "Lnone/akw;" - }, - { - "obf": "aW", - "name": "SOUL_SAND", - "type": "Lnone/akw;" - }, - { - "obf": "aX", - "name": "GLOWSTONE", - "type": "Lnone/akw;" - }, - { - "obf": "aY", - "name": "PORTAL", - "type": "Lnone/aop;" - }, - { - "obf": "aZ", - "name": "PUMPKIN_LIT", - "type": "Lnone/akw;" - }, - { - "obf": "aa", - "name": "TORCH", - "type": "Lnone/akw;" - }, - { - "obf": "ab", - "name": "FIRE", - "type": "Lnone/amp;" - }, - { - "obf": "ac", - "name": "MOB_SPAWNER", - "type": "Lnone/akw;" - }, - { - "obf": "ad", - "name": "OAK_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "ae", - "name": "CHEST", - "type": "Lnone/ali;" - }, - { - "obf": "af", - "name": "REDSTONE_WIRE", - "type": "Lnone/apc;" - }, - { - "obf": "ag", - "name": "DIAMOND_ORE", - "type": "Lnone/akw;" - }, - { - "obf": "ah", - "name": "DIAMOND_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "ai", - "name": "CRAFTING_TABLE", - "type": "Lnone/akw;" - }, - { - "obf": "aj", - "name": "WHEAT", - "type": "Lnone/akw;" - }, - { - "obf": "ak", - "name": "FARMLAND", - "type": "Lnone/akw;" - }, - { - "obf": "al", - "name": "FURNACE", - "type": "Lnone/akw;" - }, - { - "obf": "am", - "name": "LIT_FURNACE", - "type": "Lnone/akw;" - }, - { - "obf": "an", - "name": "STANDING_SIGN", - "type": "Lnone/akw;" - }, - { - "obf": "ao", - "name": "OAK_DOOR", - "type": "Lnone/alz;" - }, - { - "obf": "ap", - "name": "SPRUCE_DOOR", - "type": "Lnone/alz;" - }, - { - "obf": "aq", - "name": "BIRCH_DOOR", - "type": "Lnone/alz;" - }, - { - "obf": "ar", - "name": "JUNGLE_DOOR", - "type": "Lnone/alz;" - }, - { - "obf": "as", - "name": "ACACIA_DOOR", - "type": "Lnone/alz;" - }, - { - "obf": "at", - "name": "DARK_OAK_DOOR", - "type": "Lnone/alz;" - }, - { - "obf": "au", - "name": "LADDER", - "type": "Lnone/akw;" - }, - { - "obf": "av", - "name": "RAIL", - "type": "Lnone/akw;" - }, - { - "obf": "aw", - "name": "STONE_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "ax", - "name": "WALL_SIGN", - "type": "Lnone/akw;" - }, - { - "obf": "ay", - "name": "LEVER", - "type": "Lnone/akw;" - }, - { - "obf": "az", - "name": "STONE_PRESSURE_PLATE", - "type": "Lnone/akw;" - }, - { - "obf": "bA", - "name": "NETHER_BRICK_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "bB", - "name": "NETHER_WART", - "type": "Lnone/akw;" - }, - { - "obf": "bC", - "name": "ENCHANTING_TABLE", - "type": "Lnone/akw;" - }, - { - "obf": "bD", - "name": "BREWING_STAND", - "type": "Lnone/akw;" - }, - { - "obf": "bE", - "name": "CAULDRON", - "type": "Lnone/alh;" - }, - { - "obf": "bF", - "name": "END_PORTAL", - "type": "Lnone/akw;" - }, - { - "obf": "bG", - "name": "END_PORTAL_FRAME", - "type": "Lnone/akw;" - }, - { - "obf": "bH", - "name": "END_STONE", - "type": "Lnone/akw;" - }, - { - "obf": "bI", - "name": "DRAGON_EGG", - "type": "Lnone/akw;" - }, - { - "obf": "bJ", - "name": "REDSTONE_LAMP", - "type": "Lnone/akw;" - }, - { - "obf": "bK", - "name": "LIT_REDSTONE_LAMP", - "type": "Lnone/akw;" - }, - { - "obf": "bL", - "name": "DOUBLE_WOODEN_SLAB", - "type": "Lnone/and;" - }, - { - "obf": "b", - "name": "STONE", - "type": "Lnone/akw;" - }, - { - "obf": "bM", - "name": "WOODEN_SLAB", - "type": "Lnone/and;" - }, - { - "obf": "bN", - "name": "COCOA", - "type": "Lnone/akw;" - }, - { - "obf": "bO", - "name": "SANDSTONE_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "bP", - "name": "EMERALD_ORE", - "type": "Lnone/akw;" - }, - { - "obf": "bQ", - "name": "ENDER_CHEST", - "type": "Lnone/akw;" - }, - { - "obf": "bR", - "name": "TRIPWIRE_HOOK", - "type": "Lnone/aqo;" - }, - { - "obf": "bS", - "name": "TRIPWIRE", - "type": "Lnone/akw;" - }, - { - "obf": "bT", - "name": "EMERALD_BLOOCK", - "type": "Lnone/akw;" - }, - { - "obf": "bU", - "name": "SPRUCE_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "bV", - "name": "BIRCH_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "bW", - "name": "JUNGLE_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "bX", - "name": "COMMAND_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "bY", - "name": "BEACON", - "type": "Lnone/akt;" - }, - { - "obf": "bZ", - "name": "COBBLESTONE_WALL", - "type": "Lnone/akw;" - }, - { - "obf": "ba", - "name": "CAKE", - "type": "Lnone/akw;" - }, - { - "obf": "bb", - "name": "REPEATER_UNPOWERED", - "type": "Lnone/aph;" - }, - { - "obf": "bc", - "name": "REPEATER_POWERED", - "type": "Lnone/aph;" - }, - { - "obf": "bd", - "name": "TRAPDOOR", - "type": "Lnone/akw;" - }, - { - "obf": "be", - "name": "MONSTER_EGG", - "type": "Lnone/akw;" - }, - { - "obf": "bf", - "name": "STONE_BRICK", - "type": "Lnone/akw;" - }, - { - "obf": "bg", - "name": "BROWN_MUSHROOM_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "bh", - "name": "RED_MUSHROOM_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "bi", - "name": "IRON_BARS", - "type": "Lnone/akw;" - }, - { - "obf": "bj", - "name": "GLASS_PANE", - "type": "Lnone/akw;" - }, - { - "obf": "bk", - "name": "MELON_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "bl", - "name": "PUMPKIN_STEM", - "type": "Lnone/akw;" - }, - { - "obf": "bm", - "name": "MELON_STEM", - "type": "Lnone/akw;" - }, - { - "obf": "bn", - "name": "VINE", - "type": "Lnone/akw;" - }, - { - "obf": "bo", - "name": "OAK_FENCE_GATE", - "type": "Lnone/akw;" - }, - { - "obf": "bp", - "name": "SPRUCE_FENCE_GATE", - "type": "Lnone/akw;" - }, - { - "obf": "bq", - "name": "BIRCH_FENCE_GATE", - "type": "Lnone/akw;" - }, - { - "obf": "br", - "name": "JUNGLE_FENCE_GATE", - "type": "Lnone/akw;" - }, - { - "obf": "bs", - "name": "DARK_OAK_FENCE_GATE", - "type": "Lnone/akw;" - }, - { - "obf": "bt", - "name": "ACACIA_FENCE_GATE", - "type": "Lnone/akw;" - }, - { - "obf": "bu", - "name": "BRICK_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "bv", - "name": "STONE_BRICK_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "bw", - "name": "MYCELIUM", - "type": "Lnone/aoa;" - }, - { - "obf": "bx", - "name": "WATERLILY", - "type": "Lnone/akw;" - }, - { - "obf": "by", - "name": "NETHER_BRICK", - "type": "Lnone/akw;" - }, - { - "obf": "bz", - "name": "NETHER_BRICK_FENCE", - "type": "Lnone/akw;" - }, - { - "obf": "cA", - "name": "COAL_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "cB", - "name": "PACKED_ICE", - "type": "Lnone/akw;" - }, - { - "obf": "cC", - "name": "ACACIA_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "cD", - "name": "DARK_OAK_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "cE", - "name": "SLIME", - "type": "Lnone/akw;" - }, - { - "obf": "cF", - "name": "DOUBLE_PLANT", - "type": "Lnone/ama;" - }, - { - "obf": "cG", - "name": "STAINED_GLASS", - "type": "Lnone/apw;" - }, - { - "obf": "cH", - "name": "STAINED_GLASS_PANE", - "type": "Lnone/apx;" - }, - { - "obf": "cI", - "name": "PRISMARINE", - "type": "Lnone/akw;" - }, - { - "obf": "cJ", - "name": "SEA_LANTERN", - "type": "Lnone/akw;" - }, - { - "obf": "cK", - "name": "STANDING_BANNER", - "type": "Lnone/akw;" - }, - { - "obf": "cL", - "name": "WALL_BANNER", - "type": "Lnone/akw;" - }, - { - "obf": "c", - "name": "GRASS", - "type": "Lnone/amz;" - }, - { - "obf": "cM", - "name": "RED_SANDSTONE", - "type": "Lnone/akw;" - }, - { - "obf": "cN", - "name": "RED_SANDSTONE_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "cO", - "name": "DOUBLE_STONE_SLAB2", - "type": "Lnone/and;" - }, - { - "obf": "cP", - "name": "STONE_SLAB2", - "type": "Lnone/and;" - }, - { - "obf": "cQ", - "name": "END_ROD", - "type": "Lnone/akw;" - }, - { - "obf": "cR", - "name": "CHORUS_PLANT", - "type": "Lnone/akw;" - }, - { - "obf": "cS", - "name": "CHORUS_FLOWER", - "type": "Lnone/akw;" - }, - { - "obf": "cT", - "name": "PURPUR_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "cU", - "name": "PURPUR_PILLAR", - "type": "Lnone/akw;" - }, - { - "obf": "cV", - "name": "PURPUR_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "cW", - "name": "PURPUR_DOUBLE_SLAB", - "type": "Lnone/and;" - }, - { - "obf": "cX", - "name": "PURPUR_SLAB", - "type": "Lnone/and;" - }, - { - "obf": "cY", - "name": "END_BRICKS", - "type": "Lnone/akw;" - }, - { - "obf": "cZ", - "name": "BEETROOTS", - "type": "Lnone/akw;" - }, - { - "obf": "ca", - "name": "FLOWER_POT", - "type": "Lnone/akw;" - }, - { - "obf": "cb", - "name": "CARROTS", - "type": "Lnone/akw;" - }, - { - "obf": "cc", - "name": "POTATOES", - "type": "Lnone/akw;" - }, - { - "obf": "cd", - "name": "WOODEN_BUTTON", - "type": "Lnone/akw;" - }, - { - "obf": "ce", - "name": "SKULL", - "type": "Lnone/app;" - }, - { - "obf": "cf", - "name": "ANVIL", - "type": "Lnone/akw;" - }, - { - "obf": "cg", - "name": "TRAPPED_CHJEST", - "type": "Lnone/akw;" - }, - { - "obf": "ch", - "name": "LIGHT_WEIGHTED_PRESSURE_PLATE", - "type": "Lnone/akw;" - }, - { - "obf": "ci", - "name": "HEAVY_WEIGHTED_PRESSURE_PLATE", - "type": "Lnone/akw;" - }, - { - "obf": "cj", - "name": "UNPOWERED_COMPARATOR", - "type": "Lnone/alp;" - }, - { - "obf": "ck", - "name": "POWERED_COMPARATOR", - "type": "Lnone/alp;" - }, - { - "obf": "cl", - "name": "DAYLIGHT_DETECTOR", - "type": "Lnone/als;" - }, - { - "obf": "cm", - "name": "DAYLIGHT_DETECTOR_INVERTED", - "type": "Lnone/als;" - }, - { - "obf": "cn", - "name": "REDSTONE_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "co", - "name": "QUARTZ_ORE", - "type": "Lnone/akw;" - }, - { - "obf": "cp", - "name": "HOPPER", - "type": "Lnone/anj;" - }, - { - "obf": "cq", - "name": "QUARTZ_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "cr", - "name": "QUARTZ_STAIRS", - "type": "Lnone/akw;" - }, - { - "obf": "cs", - "name": "ACTIVATOR_RAIL", - "type": "Lnone/akw;" - }, - { - "obf": "ct", - "name": "DROPPER", - "type": "Lnone/akw;" - }, - { - "obf": "cu", - "name": "STAINED_HARDENED_CLAY", - "type": "Lnone/akw;" - }, - { - "obf": "cv", - "name": "BARRIER", - "type": "Lnone/akw;" - }, - { - "obf": "cw", - "name": "IRON_TRAPDOOR", - "type": "Lnone/akw;" - }, - { - "obf": "cx", - "name": "HAY_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "cy", - "name": "CARPET", - "type": "Lnone/akw;" - }, - { - "obf": "cz", - "name": "HARDENED_CLAY", - "type": "Lnone/akw;" - }, - { - "obf": "d", - "name": "DIRT", - "type": "Lnone/akw;" - }, - { - "obf": "da", - "name": "GRASS_PATH", - "type": "Lnone/akw;" - }, - { - "obf": "db", - "name": "END_GATEWAY", - "type": "Lnone/akw;" - }, - { - "obf": "dc", - "name": "REPEATING_COMMAND_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "dd", - "name": "CHAIN_COMMAND_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "de", - "name": "FROSTED_ICE", - "type": "Lnone/akw;" - }, - { - "obf": "df", - "name": "MAGMA", - "type": "Lnone/akw;" - }, - { - "obf": "dg", - "name": "NETHER_WART_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "dh", - "name": "RED_NETHER_BRICK", - "type": "Lnone/akw;" - }, - { - "obf": "di", - "name": "BONE_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "dj", - "name": "STRUCTURE_VOID", - "type": "Lnone/akw;" - }, - { - "obf": "dk", - "name": "STRUCTURE_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "dl", - "name": "blocks", - "type": "Ljava/util/Set;" - }, - { - "obf": "e", - "name": "COBBLESTONE", - "type": "Lnone/akw;" - }, - { - "obf": "f", - "name": "PLANKS", - "type": "Lnone/akw;" - }, - { - "obf": "g", - "name": "SAPLING", - "type": "Lnone/akw;" - }, - { - "obf": "h", - "name": "BEDROCK", - "type": "Lnone/akw;" - }, - { - "obf": "i", - "name": "FLOWING_WATER", - "type": "Lnone/amd;" - }, - { - "obf": "j", - "name": "WATER", - "type": "Lnone/aqa;" - }, - { - "obf": "k", - "name": "FLOWING_LAVA", - "type": "Lnone/amd;" - }, - { - "obf": "l", - "name": "LAVA", - "type": "Lnone/aqa;" - }, - { - "obf": "m", - "name": "SAND", - "type": "Lnone/apk;" - }, - { - "obf": "n", - "name": "GRAVEL", - "type": "Lnone/akw;" - }, - { - "obf": "o", - "name": "GOLD_ORE", - "type": "Lnone/akw;" - }, - { - "obf": "p", - "name": "IRON_ORE", - "type": "Lnone/akw;" - }, - { - "obf": "q", - "name": "COAL_ORE", - "type": "Lnone/akw;" - }, - { - "obf": "r", - "name": "LOG", - "type": "Lnone/akw;" - }, - { - "obf": "s", - "name": "LOG2", - "type": "Lnone/akw;" - }, - { - "obf": "t", - "name": "LEAVES", - "type": "Lnone/anp;" - }, - { - "obf": "u", - "name": "LEAVES2", - "type": "Lnone/anp;" - }, - { - "obf": "v", - "name": "SPONGE", - "type": "Lnone/akw;" - }, - { - "obf": "w", - "name": "GLASS", - "type": "Lnone/akw;" - }, - { - "obf": "x", - "name": "LAPIS_ORE", - "type": "Lnone/akw;" - }, - { - "obf": "y", - "name": "LAPIS_BLOCK", - "type": "Lnone/akw;" - }, - { - "obf": "z", - "name": "DISPENSER", - "type": "Lnone/akw;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getBlockFromId", - "signature": "(Ljava/lang/String;)Lnone/akw;", - "args": [ - { - "index": 0, - "name": "id" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/reference/Blocks.mapping b/mappings/net/minecraft/reference/Blocks.mapping new file mode 100644 index 0000000000..51048964c7 --- /dev/null +++ b/mappings/net/minecraft/reference/Blocks.mapping @@ -0,0 +1,223 @@ +CLASS none/akx net/minecraft/reference/Blocks + FIELD A SANDSTONE Lnone/akw; + FIELD B NOTEBLOCK Lnone/akw; + FIELD C BED Lnone/akw; + FIELD D GOLDEN_RAIL Lnone/akw; + FIELD E DETECTOR_RAIL Lnone/akw; + FIELD F STICKY_PISTON Lnone/asa; + FIELD G WEB Lnone/akw; + FIELD H TALLGRASS Lnone/aqi; + FIELD I DEADBUSH Lnone/alt; + FIELD J PISTON Lnone/asa; + FIELD K PISTON_HEAD Lnone/asb; + FIELD L WOOL Lnone/akw; + FIELD M PISTON_EXTENSION Lnone/asc; + FIELD N YELLOW_FLOWER Lnone/amq; + FIELD O RED_FLOWER Lnone/amq; + FIELD P BROWN_MUSHROOM Lnone/alc; + FIELD Q RED_MUSHROOM Lnone/alc; + FIELD R GOLD_BLOCK Lnone/akw; + FIELD S IRON_BLOCK Lnone/akw; + FIELD T DOUBLE_STONE_SLAB Lnone/and; + FIELD U STONE_SLAB Lnone/and; + FIELD V BRICK_BLOCK Lnone/akw; + FIELD W TNT Lnone/akw; + FIELD X BOOKSHELF Lnone/akw; + FIELD Y MOSSY_COBBLESTONE Lnone/akw; + FIELD Z OBSIDIAN Lnone/akw; + FIELD aA IRON_DOOR Lnone/alz; + FIELD aB WOODEN_PRESSURE_PLATE Lnone/akw; + FIELD aC REDSTONE_ORE Lnone/akw; + FIELD aD LIT_REDSTONE_ORE Lnone/akw; + FIELD aE UNLIT_REDSTONE_TORCH Lnone/akw; + FIELD aF REDSTONE_TORCH Lnone/akw; + FIELD aG STONE_BUTTON Lnone/akw; + FIELD aH SNOW_LAYER Lnone/akw; + FIELD aI ICE Lnone/akw; + FIELD aJ SNOW Lnone/akw; + FIELD aK CACTUS Lnone/ale; + FIELD aL CLAY Lnone/akw; + FIELD a AIR Lnone/akw; + FIELD aM REEDS Lnone/apf; + FIELD aN JUKEBOX Lnone/akw; + FIELD aO OAK_FENCE Lnone/akw; + FIELD aP SPRUCE_FENCE Lnone/akw; + FIELD aQ BIRCH_FENCE Lnone/akw; + FIELD aR JUNGLE_FENCE Lnone/akw; + FIELD aS DARK_OAK_FENCE Lnone/akw; + FIELD aT ACACIA_FENCE Lnone/akw; + FIELD aU PUMPKIN Lnone/akw; + FIELD aV NETHERRACK Lnone/akw; + FIELD aW SOUL_SAND Lnone/akw; + FIELD aX GLOWSTONE Lnone/akw; + FIELD aY PORTAL Lnone/aop; + FIELD aZ PUMPKIN_LIT Lnone/akw; + FIELD aa TORCH Lnone/akw; + FIELD ab FIRE Lnone/amp; + FIELD ac MOB_SPAWNER Lnone/akw; + FIELD ad OAK_STAIRS Lnone/akw; + FIELD ae CHEST Lnone/ali; + FIELD af REDSTONE_WIRE Lnone/apc; + FIELD ag DIAMOND_ORE Lnone/akw; + FIELD ah DIAMOND_BLOCK Lnone/akw; + FIELD ai CRAFTING_TABLE Lnone/akw; + FIELD aj WHEAT Lnone/akw; + FIELD ak FARMLAND Lnone/akw; + FIELD al FURNACE Lnone/akw; + FIELD am LIT_FURNACE Lnone/akw; + FIELD an STANDING_SIGN Lnone/akw; + FIELD ao OAK_DOOR Lnone/alz; + FIELD ap SPRUCE_DOOR Lnone/alz; + FIELD aq BIRCH_DOOR Lnone/alz; + FIELD ar JUNGLE_DOOR Lnone/alz; + FIELD as ACACIA_DOOR Lnone/alz; + FIELD at DARK_OAK_DOOR Lnone/alz; + FIELD au LADDER Lnone/akw; + FIELD av RAIL Lnone/akw; + FIELD aw STONE_STAIRS Lnone/akw; + FIELD ax WALL_SIGN Lnone/akw; + FIELD ay LEVER Lnone/akw; + FIELD az STONE_PRESSURE_PLATE Lnone/akw; + FIELD bA NETHER_BRICK_STAIRS Lnone/akw; + FIELD bB NETHER_WART Lnone/akw; + FIELD bC ENCHANTING_TABLE Lnone/akw; + FIELD bD BREWING_STAND Lnone/akw; + FIELD bE CAULDRON Lnone/alh; + FIELD bF END_PORTAL Lnone/akw; + FIELD bG END_PORTAL_FRAME Lnone/akw; + FIELD bH END_STONE Lnone/akw; + FIELD bI DRAGON_EGG Lnone/akw; + FIELD bJ REDSTONE_LAMP Lnone/akw; + FIELD bK LIT_REDSTONE_LAMP Lnone/akw; + FIELD bL DOUBLE_WOODEN_SLAB Lnone/and; + FIELD b STONE Lnone/akw; + FIELD bM WOODEN_SLAB Lnone/and; + FIELD bN COCOA Lnone/akw; + FIELD bO SANDSTONE_STAIRS Lnone/akw; + FIELD bP EMERALD_ORE Lnone/akw; + FIELD bQ ENDER_CHEST Lnone/akw; + FIELD bR TRIPWIRE_HOOK Lnone/aqo; + FIELD bS TRIPWIRE Lnone/akw; + FIELD bT EMERALD_BLOOCK Lnone/akw; + FIELD bU SPRUCE_STAIRS Lnone/akw; + FIELD bV BIRCH_STAIRS Lnone/akw; + FIELD bW JUNGLE_STAIRS Lnone/akw; + FIELD bX COMMAND_BLOCK Lnone/akw; + FIELD bY BEACON Lnone/akt; + FIELD bZ COBBLESTONE_WALL Lnone/akw; + FIELD ba CAKE Lnone/akw; + FIELD bb REPEATER_UNPOWERED Lnone/aph; + FIELD bc REPEATER_POWERED Lnone/aph; + FIELD bd TRAPDOOR Lnone/akw; + FIELD be MONSTER_EGG Lnone/akw; + FIELD bf STONE_BRICK Lnone/akw; + FIELD bg BROWN_MUSHROOM_BLOCK Lnone/akw; + FIELD bh RED_MUSHROOM_BLOCK Lnone/akw; + FIELD bi IRON_BARS Lnone/akw; + FIELD bj GLASS_PANE Lnone/akw; + FIELD bk MELON_BLOCK Lnone/akw; + FIELD bl PUMPKIN_STEM Lnone/akw; + FIELD bm MELON_STEM Lnone/akw; + FIELD bn VINE Lnone/akw; + FIELD bo OAK_FENCE_GATE Lnone/akw; + FIELD bp SPRUCE_FENCE_GATE Lnone/akw; + FIELD bq BIRCH_FENCE_GATE Lnone/akw; + FIELD br JUNGLE_FENCE_GATE Lnone/akw; + FIELD bs DARK_OAK_FENCE_GATE Lnone/akw; + FIELD bt ACACIA_FENCE_GATE Lnone/akw; + FIELD bu BRICK_STAIRS Lnone/akw; + FIELD bv STONE_BRICK_STAIRS Lnone/akw; + FIELD bw MYCELIUM Lnone/aoa; + FIELD bx WATERLILY Lnone/akw; + FIELD by NETHER_BRICK Lnone/akw; + FIELD bz NETHER_BRICK_FENCE Lnone/akw; + FIELD cA COAL_BLOCK Lnone/akw; + FIELD cB PACKED_ICE Lnone/akw; + FIELD cC ACACIA_STAIRS Lnone/akw; + FIELD cD DARK_OAK_STAIRS Lnone/akw; + FIELD cE SLIME Lnone/akw; + FIELD cF DOUBLE_PLANT Lnone/ama; + FIELD cG STAINED_GLASS Lnone/apw; + FIELD cH STAINED_GLASS_PANE Lnone/apx; + FIELD cI PRISMARINE Lnone/akw; + FIELD cJ SEA_LANTERN Lnone/akw; + FIELD cK STANDING_BANNER Lnone/akw; + FIELD cL WALL_BANNER Lnone/akw; + FIELD c GRASS Lnone/amz; + FIELD cM RED_SANDSTONE Lnone/akw; + FIELD cN RED_SANDSTONE_STAIRS Lnone/akw; + FIELD cO DOUBLE_STONE_SLAB2 Lnone/and; + FIELD cP STONE_SLAB2 Lnone/and; + FIELD cQ END_ROD Lnone/akw; + FIELD cR CHORUS_PLANT Lnone/akw; + FIELD cS CHORUS_FLOWER Lnone/akw; + FIELD cT PURPUR_BLOCK Lnone/akw; + FIELD cU PURPUR_PILLAR Lnone/akw; + FIELD cV PURPUR_STAIRS Lnone/akw; + FIELD cW PURPUR_DOUBLE_SLAB Lnone/and; + FIELD cX PURPUR_SLAB Lnone/and; + FIELD cY END_BRICKS Lnone/akw; + FIELD cZ BEETROOTS Lnone/akw; + FIELD ca FLOWER_POT Lnone/akw; + FIELD cb CARROTS Lnone/akw; + FIELD cc POTATOES Lnone/akw; + FIELD cd WOODEN_BUTTON Lnone/akw; + FIELD ce SKULL Lnone/app; + FIELD cf ANVIL Lnone/akw; + FIELD cg TRAPPED_CHJEST Lnone/akw; + FIELD ch LIGHT_WEIGHTED_PRESSURE_PLATE Lnone/akw; + FIELD ci HEAVY_WEIGHTED_PRESSURE_PLATE Lnone/akw; + FIELD cj UNPOWERED_COMPARATOR Lnone/alp; + FIELD ck POWERED_COMPARATOR Lnone/alp; + FIELD cl DAYLIGHT_DETECTOR Lnone/als; + FIELD cm DAYLIGHT_DETECTOR_INVERTED Lnone/als; + FIELD cn REDSTONE_BLOCK Lnone/akw; + FIELD co QUARTZ_ORE Lnone/akw; + FIELD cp HOPPER Lnone/anj; + FIELD cq QUARTZ_BLOCK Lnone/akw; + FIELD cr QUARTZ_STAIRS Lnone/akw; + FIELD cs ACTIVATOR_RAIL Lnone/akw; + FIELD ct DROPPER Lnone/akw; + FIELD cu STAINED_HARDENED_CLAY Lnone/akw; + FIELD cv BARRIER Lnone/akw; + FIELD cw IRON_TRAPDOOR Lnone/akw; + FIELD cx HAY_BLOCK Lnone/akw; + FIELD cy CARPET Lnone/akw; + FIELD cz HARDENED_CLAY Lnone/akw; + FIELD d DIRT Lnone/akw; + FIELD da GRASS_PATH Lnone/akw; + FIELD db END_GATEWAY Lnone/akw; + FIELD dc REPEATING_COMMAND_BLOCK Lnone/akw; + FIELD dd CHAIN_COMMAND_BLOCK Lnone/akw; + FIELD de FROSTED_ICE Lnone/akw; + FIELD df MAGMA Lnone/akw; + FIELD dg NETHER_WART_BLOCK Lnone/akw; + FIELD dh RED_NETHER_BRICK Lnone/akw; + FIELD di BONE_BLOCK Lnone/akw; + FIELD dj STRUCTURE_VOID Lnone/akw; + FIELD dk STRUCTURE_BLOCK Lnone/akw; + FIELD dl blocks Ljava/util/Set; + FIELD e COBBLESTONE Lnone/akw; + FIELD f PLANKS Lnone/akw; + FIELD g SAPLING Lnone/akw; + FIELD h BEDROCK Lnone/akw; + FIELD i FLOWING_WATER Lnone/amd; + FIELD j WATER Lnone/aqa; + FIELD k FLOWING_LAVA Lnone/amd; + FIELD l LAVA Lnone/aqa; + FIELD m SAND Lnone/apk; + FIELD n GRAVEL Lnone/akw; + FIELD o GOLD_ORE Lnone/akw; + FIELD p IRON_ORE Lnone/akw; + FIELD q COAL_ORE Lnone/akw; + FIELD r LOG Lnone/akw; + FIELD s LOG2 Lnone/akw; + FIELD t LEAVES Lnone/anp; + FIELD u LEAVES2 Lnone/anp; + FIELD v SPONGE Lnone/akw; + FIELD w GLASS Lnone/akw; + FIELD x LAPIS_ORE Lnone/akw; + FIELD y LAPIS_BLOCK Lnone/akw; + FIELD z DISPENSER Lnone/akw; + METHOD a getBlockFromId (Ljava/lang/String;)Lnone/akw; + ARG 0 id diff --git a/mappings/net/minecraft/reference/Bootstrap.json b/mappings/net/minecraft/reference/Bootstrap.json deleted file mode 100644 index 2c1e75b7ec..0000000000 --- a/mappings/net/minecraft/reference/Bootstrap.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "obf": "ks", - "name": "net/minecraft/reference/Bootstrap", - "field": [ - { - "obf": "a", - "name": "OUTPUT", - "type": "Ljava/io/PrintStream;" - }, - { - "obf": "b", - "name": "initialized", - "type": "Z" - }, - { - "obf": "c", - "name": "LOGGER", - "type": "Lorg/apache/logging/log4j/Logger;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "isInitialized", - "signature": "()Z", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/reference/Bootstrap.mapping b/mappings/net/minecraft/reference/Bootstrap.mapping new file mode 100644 index 0000000000..841a7e139d --- /dev/null +++ b/mappings/net/minecraft/reference/Bootstrap.mapping @@ -0,0 +1,5 @@ +CLASS none/ks net/minecraft/reference/Bootstrap + FIELD a OUTPUT Ljava/io/PrintStream; + FIELD b initialized Z + FIELD c LOGGER Lorg/apache/logging/log4j/Logger; + METHOD a isInitialized ()Z diff --git a/mappings/net/minecraft/reference/Items.json b/mappings/net/minecraft/reference/Items.json deleted file mode 100644 index 0ec6ed69ca..0000000000 --- a/mappings/net/minecraft/reference/Items.json +++ /dev/null @@ -1,1051 +0,0 @@ -{ - "obf": "aes", - "name": "net/minecraft/reference/Items", - "field": [ - { - "obf": "A", - "name": "DIAMOND_AXE", - "type": "Lnone/aeo;" - }, - { - "obf": "B", - "name": "STICK", - "type": "Lnone/aeo;" - }, - { - "obf": "C", - "name": "BOWL", - "type": "Lnone/aeo;" - }, - { - "obf": "D", - "name": "MUSHROOM_STEW", - "type": "Lnone/aeo;" - }, - { - "obf": "E", - "name": "GOLDEN_SWORD", - "type": "Lnone/aeo;" - }, - { - "obf": "F", - "name": "GODLEN_SHOVEL", - "type": "Lnone/aeo;" - }, - { - "obf": "G", - "name": "GOLDEN_PICKAXE", - "type": "Lnone/aeo;" - }, - { - "obf": "H", - "name": "GOLDEN_AXE", - "type": "Lnone/aeo;" - }, - { - "obf": "I", - "name": "STRING", - "type": "Lnone/aeo;" - }, - { - "obf": "J", - "name": "FEATHER", - "type": "Lnone/aeo;" - }, - { - "obf": "K", - "name": "GUNPOWDER", - "type": "Lnone/aeo;" - }, - { - "obf": "L", - "name": "WOODEN_HOE", - "type": "Lnone/aeo;" - }, - { - "obf": "M", - "name": "STONE_HOE", - "type": "Lnone/aeo;" - }, - { - "obf": "N", - "name": "IRON_HOE", - "type": "Lnone/aeo;" - }, - { - "obf": "O", - "name": "DIAMOND_HOE", - "type": "Lnone/aeo;" - }, - { - "obf": "P", - "name": "GOLDEN_HOE", - "type": "Lnone/aeo;" - }, - { - "obf": "Q", - "name": "WHEAT_SEEDS", - "type": "Lnone/aeo;" - }, - { - "obf": "R", - "name": "WHEAT", - "type": "Lnone/aeo;" - }, - { - "obf": "S", - "name": "BREAD", - "type": "Lnone/aeo;" - }, - { - "obf": "T", - "name": "LEATHER_HELMET", - "type": "Lnone/acw;" - }, - { - "obf": "U", - "name": "LEATHER_CHESTPLATE", - "type": "Lnone/acw;" - }, - { - "obf": "V", - "name": "LEATHER_LEGGINGS", - "type": "Lnone/acw;" - }, - { - "obf": "W", - "name": "LEATHER_BOOTS", - "type": "Lnone/acw;" - }, - { - "obf": "X", - "name": "CHAINMAIL_HELMET", - "type": "Lnone/acw;" - }, - { - "obf": "Y", - "name": "CHAINMAIL_CHESTPLATE", - "type": "Lnone/acw;" - }, - { - "obf": "Z", - "name": "CHAINMAIL_LEGGINGS", - "type": "Lnone/acw;" - }, - { - "obf": "aA", - "name": "WATER_BUCKET", - "type": "Lnone/aeo;" - }, - { - "obf": "aB", - "name": "LAVA_BUCKET", - "type": "Lnone/aeo;" - }, - { - "obf": "aC", - "name": "MINECART", - "type": "Lnone/aeo;" - }, - { - "obf": "aD", - "name": "SADDLE", - "type": "Lnone/aeo;" - }, - { - "obf": "aE", - "name": "IRON_DOOR", - "type": "Lnone/aeo;" - }, - { - "obf": "aF", - "name": "REDSTONE", - "type": "Lnone/aeo;" - }, - { - "obf": "aG", - "name": "SNOWBALL", - "type": "Lnone/aeo;" - }, - { - "obf": "aH", - "name": "OAK_BOAT", - "type": "Lnone/aeo;" - }, - { - "obf": "aI", - "name": "SPRUCE_BOAT", - "type": "Lnone/aeo;" - }, - { - "obf": "aJ", - "name": "BIRCH_BOAT", - "type": "Lnone/aeo;" - }, - { - "obf": "aK", - "name": "JUNGLE_BOAT", - "type": "Lnone/aeo;" - }, - { - "obf": "aL", - "name": "ACACIA_BOAT", - "type": "Lnone/aeo;" - }, - { - "obf": "a", - "name": "AIR", - "type": "Lnone/aeo;" - }, - { - "obf": "aM", - "name": "DARK_OAK_BOAT", - "type": "Lnone/aeo;" - }, - { - "obf": "aN", - "name": "LEATHER", - "type": "Lnone/aeo;" - }, - { - "obf": "aO", - "name": "MILK_BUCKET", - "type": "Lnone/aeo;" - }, - { - "obf": "aP", - "name": "BRICK", - "type": "Lnone/aeo;" - }, - { - "obf": "aQ", - "name": "CLAY_BALL", - "type": "Lnone/aeo;" - }, - { - "obf": "aR", - "name": "REEDS", - "type": "Lnone/aeo;" - }, - { - "obf": "aS", - "name": "PAPER", - "type": "Lnone/aeo;" - }, - { - "obf": "aT", - "name": "BOOK", - "type": "Lnone/aeo;" - }, - { - "obf": "aU", - "name": "SLIME_BALL", - "type": "Lnone/aeo;" - }, - { - "obf": "aV", - "name": "CHEST_MINECART", - "type": "Lnone/aeo;" - }, - { - "obf": "aW", - "name": "FURNACE_MINECART", - "type": "Lnone/aeo;" - }, - { - "obf": "aX", - "name": "EGG", - "type": "Lnone/aeo;" - }, - { - "obf": "aY", - "name": "COMPASS", - "type": "Lnone/aeo;" - }, - { - "obf": "aZ", - "name": "FISHING_ROD", - "type": "Lnone/aei;" - }, - { - "obf": "aa", - "name": "CHAINMAIL_BOOTS", - "type": "Lnone/acw;" - }, - { - "obf": "ab", - "name": "IRON_HELMET", - "type": "Lnone/acw;" - }, - { - "obf": "ac", - "name": "IRON_CHESTPLATE", - "type": "Lnone/acw;" - }, - { - "obf": "ad", - "name": "IRON_LEGGINGS", - "type": "Lnone/acw;" - }, - { - "obf": "ae", - "name": "IRON_BOOTS", - "type": "Lnone/acw;" - }, - { - "obf": "af", - "name": "DIAMOND_HELMET", - "type": "Lnone/acw;" - }, - { - "obf": "ag", - "name": "DIAMOND_CHESTPLATE", - "type": "Lnone/acw;" - }, - { - "obf": "ah", - "name": "DIAMOND_LEGGINGS", - "type": "Lnone/acw;" - }, - { - "obf": "ai", - "name": "DIAMOND_BOOTS", - "type": "Lnone/acw;" - }, - { - "obf": "aj", - "name": "GOLDEN_HELMET", - "type": "Lnone/acw;" - }, - { - "obf": "ak", - "name": "GOLDEN_CHESTPLATE", - "type": "Lnone/acw;" - }, - { - "obf": "al", - "name": "GOLDEN_LEGGINGS", - "type": "Lnone/acw;" - }, - { - "obf": "am", - "name": "GOLDEN_BOOTS", - "type": "Lnone/acw;" - }, - { - "obf": "an", - "name": "FLINT", - "type": "Lnone/aeo;" - }, - { - "obf": "ao", - "name": "PORKCHOP", - "type": "Lnone/aeo;" - }, - { - "obf": "ap", - "name": "COOKED_PORKCHOP", - "type": "Lnone/aeo;" - }, - { - "obf": "aq", - "name": "PAINTING", - "type": "Lnone/aeo;" - }, - { - "obf": "ar", - "name": "GOLDEN_APPLE", - "type": "Lnone/aeo;" - }, - { - "obf": "as", - "name": "SIGN", - "type": "Lnone/aeo;" - }, - { - "obf": "at", - "name": "OAK_DOOR", - "type": "Lnone/aeo;" - }, - { - "obf": "au", - "name": "SPRUCE_DOOR", - "type": "Lnone/aeo;" - }, - { - "obf": "av", - "name": "BIRCH_DOOR", - "type": "Lnone/aeo;" - }, - { - "obf": "aw", - "name": "JUNGLE_DOOR", - "type": "Lnone/aeo;" - }, - { - "obf": "ax", - "name": "ACACIA_DOOR", - "type": "Lnone/aeo;" - }, - { - "obf": "ay", - "name": "DARK_OAK_DOOR", - "type": "Lnone/aeo;" - }, - { - "obf": "az", - "name": "BUCKET", - "type": "Lnone/aeo;" - }, - { - "obf": "bA", - "name": "RABBIT_HIDE", - "type": "Lnone/aeo;" - }, - { - "obf": "bB", - "name": "ROTTEN_FLESH", - "type": "Lnone/aeo;" - }, - { - "obf": "bC", - "name": "ENDER_PEARL", - "type": "Lnone/aeo;" - }, - { - "obf": "bD", - "name": "BLAZE_ROD", - "type": "Lnone/aeo;" - }, - { - "obf": "bE", - "name": "GHAST_TEAR", - "type": "Lnone/aeo;" - }, - { - "obf": "bF", - "name": "GOLD_NUGGET", - "type": "Lnone/aeo;" - }, - { - "obf": "bG", - "name": "NETHER_WART", - "type": "Lnone/aeo;" - }, - { - "obf": "bH", - "name": "POTION", - "type": "Lnone/afd;" - }, - { - "obf": "bI", - "name": "SPLASH_POTION", - "type": "Lnone/afd;" - }, - { - "obf": "bJ", - "name": "LINGERING_POTION", - "type": "Lnone/afd;" - }, - { - "obf": "bK", - "name": "GLASS_BOTTLE", - "type": "Lnone/aeo;" - }, - { - "obf": "bL", - "name": "DRAGON_BREATH", - "type": "Lnone/aeo;" - }, - { - "obf": "b", - "name": "IRON_SHOVEL", - "type": "Lnone/aeo;" - }, - { - "obf": "bM", - "name": "SPIDER_EYE", - "type": "Lnone/aeo;" - }, - { - "obf": "bN", - "name": "FERMENTED_SPIDER_EYE", - "type": "Lnone/aeo;" - }, - { - "obf": "bO", - "name": "BLAZE_POWDER", - "type": "Lnone/aeo;" - }, - { - "obf": "bP", - "name": "MAGMA_CREAM", - "type": "Lnone/aeo;" - }, - { - "obf": "bQ", - "name": "BREWING_STAND", - "type": "Lnone/aeo;" - }, - { - "obf": "bR", - "name": "CAULDRON", - "type": "Lnone/aeo;" - }, - { - "obf": "bS", - "name": "ENDER_EYE", - "type": "Lnone/aeo;" - }, - { - "obf": "bT", - "name": "SPECKLED_MELON", - "type": "Lnone/aeo;" - }, - { - "obf": "bU", - "name": "SPAWN_EGG", - "type": "Lnone/aeo;" - }, - { - "obf": "bV", - "name": "EXPERIERNCE_BOTTLE", - "type": "Lnone/aeo;" - }, - { - "obf": "bW", - "name": "FIRE_CHARGE", - "type": "Lnone/aeo;" - }, - { - "obf": "bX", - "name": "WRITABLE_BOOK", - "type": "Lnone/aeo;" - }, - { - "obf": "bY", - "name": "WRITTEN_BOOK", - "type": "Lnone/aeo;" - }, - { - "obf": "bZ", - "name": "EMERALD", - "type": "Lnone/aeo;" - }, - { - "obf": "ba", - "name": "CLOCK", - "type": "Lnone/aeo;" - }, - { - "obf": "bb", - "name": "GLOWSTONE_DUST", - "type": "Lnone/aeo;" - }, - { - "obf": "bc", - "name": "FISH", - "type": "Lnone/aeo;" - }, - { - "obf": "bd", - "name": "COOKED_FISH", - "type": "Lnone/aeo;" - }, - { - "obf": "be", - "name": "DYE", - "type": "Lnone/aeo;" - }, - { - "obf": "bf", - "name": "BONE", - "type": "Lnone/aeo;" - }, - { - "obf": "bg", - "name": "SUGAR", - "type": "Lnone/aeo;" - }, - { - "obf": "bh", - "name": "CAKE", - "type": "Lnone/aeo;" - }, - { - "obf": "bi", - "name": "BED", - "type": "Lnone/aeo;" - }, - { - "obf": "bj", - "name": "REPEATER", - "type": "Lnone/aeo;" - }, - { - "obf": "bk", - "name": "COOKIE", - "type": "Lnone/aeo;" - }, - { - "obf": "bl", - "name": "FILLED_MAP", - "type": "Lnone/aew;" - }, - { - "obf": "bm", - "name": "SHEARS", - "type": "Lnone/afl;" - }, - { - "obf": "bn", - "name": "MELON", - "type": "Lnone/aeo;" - }, - { - "obf": "bo", - "name": "PUMPKIN_SEEDS", - "type": "Lnone/aeo;" - }, - { - "obf": "bp", - "name": "MELON_SEEDS", - "type": "Lnone/aeo;" - }, - { - "obf": "bq", - "name": "BEEF", - "type": "Lnone/aeo;" - }, - { - "obf": "br", - "name": "COOKED_BEEF", - "type": "Lnone/aeo;" - }, - { - "obf": "bs", - "name": "CHICKEN", - "type": "Lnone/aeo;" - }, - { - "obf": "bt", - "name": "COOKED_CHICKEN", - "type": "Lnone/aeo;" - }, - { - "obf": "bu", - "name": "MUTTON", - "type": "Lnone/aeo;" - }, - { - "obf": "bv", - "name": "COOKED_MUTTON", - "type": "Lnone/aeo;" - }, - { - "obf": "bw", - "name": "RABBIT", - "type": "Lnone/aeo;" - }, - { - "obf": "bx", - "name": "COOKED_RABBIT", - "type": "Lnone/aeo;" - }, - { - "obf": "by", - "name": "RABBIT_STEW", - "type": "Lnone/aeo;" - }, - { - "obf": "bz", - "name": "RABBIT_FOOT", - "type": "Lnone/aeo;" - }, - { - "obf": "cA", - "name": "COMMAND_BLOCK_MINECART", - "type": "Lnone/aeo;" - }, - { - "obf": "cB", - "name": "RECORD_13", - "type": "Lnone/aeo;" - }, - { - "obf": "cC", - "name": "RECORD_CART", - "type": "Lnone/aeo;" - }, - { - "obf": "cD", - "name": "RECORD_BLOCKS", - "type": "Lnone/aeo;" - }, - { - "obf": "cE", - "name": "RECORD_CHIRP", - "type": "Lnone/aeo;" - }, - { - "obf": "cF", - "name": "RECORD_FAR", - "type": "Lnone/aeo;" - }, - { - "obf": "cG", - "name": "RECORD_MALL", - "type": "Lnone/aeo;" - }, - { - "obf": "cH", - "name": "RECORD_MELLOHI", - "type": "Lnone/aeo;" - }, - { - "obf": "cI", - "name": "RECORD_STAL", - "type": "Lnone/aeo;" - }, - { - "obf": "cJ", - "name": "RECORD_STRAD", - "type": "Lnone/aeo;" - }, - { - "obf": "cK", - "name": "RECORD_WARD", - "type": "Lnone/aeo;" - }, - { - "obf": "cL", - "name": "RECORD_11", - "type": "Lnone/aeo;" - }, - { - "obf": "c", - "name": "IRON_PICKAXE", - "type": "Lnone/aeo;" - }, - { - "obf": "cM", - "name": "RECORD_WAIT", - "type": "Lnone/aeo;" - }, - { - "obf": "cN", - "name": "PRISMARINE_SHARD", - "type": "Lnone/aeo;" - }, - { - "obf": "cO", - "name": "PRISMARINE_CRYSTALS", - "type": "Lnone/aeo;" - }, - { - "obf": "cP", - "name": "BANNER", - "type": "Lnone/aeo;" - }, - { - "obf": "cQ", - "name": "END_CRYSTAL", - "type": "Lnone/aeo;" - }, - { - "obf": "cR", - "name": "SHIELD", - "type": "Lnone/aeo;" - }, - { - "obf": "cS", - "name": "ELYTRA", - "type": "Lnone/aeo;" - }, - { - "obf": "cT", - "name": "CHORUS_FRUIT", - "type": "Lnone/aeo;" - }, - { - "obf": "cU", - "name": "CHORUS_FRUIT_POPPED", - "type": "Lnone/aeo;" - }, - { - "obf": "cV", - "name": "BEETROOT_SEEDS", - "type": "Lnone/aeo;" - }, - { - "obf": "cW", - "name": "BEETROOT", - "type": "Lnone/aeo;" - }, - { - "obf": "cX", - "name": "BEETROOT_SOUP", - "type": "Lnone/aeo;" - }, - { - "obf": "ca", - "name": "ITEM_FRAME", - "type": "Lnone/aeo;" - }, - { - "obf": "cb", - "name": "FLOWER_POT", - "type": "Lnone/aeo;" - }, - { - "obf": "cc", - "name": "CARROT", - "type": "Lnone/aeo;" - }, - { - "obf": "cd", - "name": "POTATO", - "type": "Lnone/aeo;" - }, - { - "obf": "ce", - "name": "BAKED_POTATO", - "type": "Lnone/aeo;" - }, - { - "obf": "cf", - "name": "POISONOUS_POTATO", - "type": "Lnone/aeo;" - }, - { - "obf": "cg", - "name": "MAP", - "type": "Lnone/ady;" - }, - { - "obf": "ch", - "name": "GOLDEN_CARROT", - "type": "Lnone/aeo;" - }, - { - "obf": "ci", - "name": "SKULL", - "type": "Lnone/aeo;" - }, - { - "obf": "cj", - "name": "CARROT_ON_A_STICK", - "type": "Lnone/aeo;" - }, - { - "obf": "ck", - "name": "NETHER_STAR", - "type": "Lnone/aeo;" - }, - { - "obf": "cl", - "name": "PUMPKIN_PIE", - "type": "Lnone/aeo;" - }, - { - "obf": "cm", - "name": "FIREWORK", - "type": "Lnone/aeo;" - }, - { - "obf": "cn", - "name": "FIREWORK_CHARGE", - "type": "Lnone/aeo;" - }, - { - "obf": "co", - "name": "ENCHANTED_BOOK", - "type": "Lnone/adz;" - }, - { - "obf": "cp", - "name": "COMPARATOR", - "type": "Lnone/aeo;" - }, - { - "obf": "cq", - "name": "NETHER_BRICK", - "type": "Lnone/aeo;" - }, - { - "obf": "cr", - "name": "QUARTZ", - "type": "Lnone/aeo;" - }, - { - "obf": "cs", - "name": "TNT_MINECART", - "type": "Lnone/aeo;" - }, - { - "obf": "ct", - "name": "HOPPER_MINECART", - "type": "Lnone/aeo;" - }, - { - "obf": "cu", - "name": "ARMOR_STAND", - "type": "Lnone/acx;" - }, - { - "obf": "cv", - "name": "IRON_HORSE_ARMOR", - "type": "Lnone/aeo;" - }, - { - "obf": "cw", - "name": "GOLDEN_HORSE_ARMOR", - "type": "Lnone/aeo;" - }, - { - "obf": "cx", - "name": "DIAMOND_HORDSE_ARMOR", - "type": "Lnone/aeo;" - }, - { - "obf": "cy", - "name": "LEAD", - "type": "Lnone/aeo;" - }, - { - "obf": "cz", - "name": "NAME_TG", - "type": "Lnone/aeo;" - }, - { - "obf": "d", - "name": "IRON_AXE", - "type": "Lnone/aeo;" - }, - { - "obf": "e", - "name": "FLINT_AND_STEEL", - "type": "Lnone/aeo;" - }, - { - "obf": "f", - "name": "APPLE", - "type": "Lnone/aeo;" - }, - { - "obf": "g", - "name": "BOW", - "type": "Lnone/adh;" - }, - { - "obf": "h", - "name": "ARROW", - "type": "Lnone/aeo;" - }, - { - "obf": "i", - "name": "SPECTRAL_ARROW", - "type": "Lnone/aeo;" - }, - { - "obf": "j", - "name": "TIPPED_ARROW", - "type": "Lnone/aeo;" - }, - { - "obf": "k", - "name": "COAL", - "type": "Lnone/aeo;" - }, - { - "obf": "l", - "name": "DIAMOND", - "type": "Lnone/aeo;" - }, - { - "obf": "m", - "name": "IRON_INGOT", - "type": "Lnone/aeo;" - }, - { - "obf": "n", - "name": "GOLD_INGOT", - "type": "Lnone/aeo;" - }, - { - "obf": "o", - "name": "IRON_SWORD", - "type": "Lnone/aeo;" - }, - { - "obf": "p", - "name": "WOODEN_SWORD", - "type": "Lnone/aeo;" - }, - { - "obf": "q", - "name": "WOODEN_SHOVEL", - "type": "Lnone/aeo;" - }, - { - "obf": "r", - "name": "WOODEN_PICKAXE", - "type": "Lnone/aeo;" - }, - { - "obf": "s", - "name": "WOODEN_AXE", - "type": "Lnone/aeo;" - }, - { - "obf": "t", - "name": "STONE_SWORD", - "type": "Lnone/aeo;" - }, - { - "obf": "u", - "name": "STONE_SHOVEL", - "type": "Lnone/aeo;" - }, - { - "obf": "v", - "name": "STONE_PICKAXE", - "type": "Lnone/aeo;" - }, - { - "obf": "w", - "name": "STONE_AXE", - "type": "Lnone/aeo;" - }, - { - "obf": "x", - "name": "DIAMOND_SWORD", - "type": "Lnone/aeo;" - }, - { - "obf": "y", - "name": "DIAMOND_SHOVEL", - "type": "Lnone/aeo;" - }, - { - "obf": "z", - "name": "DIAMOND_PICKAXE", - "type": "Lnone/aeo;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getItemFromId", - "signature": "(Ljava/lang/String;)Lnone/aeo;", - "args": [ - { - "index": 0, - "name": "id" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/reference/Items.mapping b/mappings/net/minecraft/reference/Items.mapping new file mode 100644 index 0000000000..1bbca28d45 --- /dev/null +++ b/mappings/net/minecraft/reference/Items.mapping @@ -0,0 +1,209 @@ +CLASS none/aes net/minecraft/reference/Items + FIELD A DIAMOND_AXE Lnone/aeo; + FIELD B STICK Lnone/aeo; + FIELD C BOWL Lnone/aeo; + FIELD D MUSHROOM_STEW Lnone/aeo; + FIELD E GOLDEN_SWORD Lnone/aeo; + FIELD F GODLEN_SHOVEL Lnone/aeo; + FIELD G GOLDEN_PICKAXE Lnone/aeo; + FIELD H GOLDEN_AXE Lnone/aeo; + FIELD I STRING Lnone/aeo; + FIELD J FEATHER Lnone/aeo; + FIELD K GUNPOWDER Lnone/aeo; + FIELD L WOODEN_HOE Lnone/aeo; + FIELD M STONE_HOE Lnone/aeo; + FIELD N IRON_HOE Lnone/aeo; + FIELD O DIAMOND_HOE Lnone/aeo; + FIELD P GOLDEN_HOE Lnone/aeo; + FIELD Q WHEAT_SEEDS Lnone/aeo; + FIELD R WHEAT Lnone/aeo; + FIELD S BREAD Lnone/aeo; + FIELD T LEATHER_HELMET Lnone/acw; + FIELD U LEATHER_CHESTPLATE Lnone/acw; + FIELD V LEATHER_LEGGINGS Lnone/acw; + FIELD W LEATHER_BOOTS Lnone/acw; + FIELD X CHAINMAIL_HELMET Lnone/acw; + FIELD Y CHAINMAIL_CHESTPLATE Lnone/acw; + FIELD Z CHAINMAIL_LEGGINGS Lnone/acw; + FIELD aA WATER_BUCKET Lnone/aeo; + FIELD aB LAVA_BUCKET Lnone/aeo; + FIELD aC MINECART Lnone/aeo; + FIELD aD SADDLE Lnone/aeo; + FIELD aE IRON_DOOR Lnone/aeo; + FIELD aF REDSTONE Lnone/aeo; + FIELD aG SNOWBALL Lnone/aeo; + FIELD aH OAK_BOAT Lnone/aeo; + FIELD aI SPRUCE_BOAT Lnone/aeo; + FIELD aJ BIRCH_BOAT Lnone/aeo; + FIELD aK JUNGLE_BOAT Lnone/aeo; + FIELD aL ACACIA_BOAT Lnone/aeo; + FIELD a AIR Lnone/aeo; + FIELD aM DARK_OAK_BOAT Lnone/aeo; + FIELD aN LEATHER Lnone/aeo; + FIELD aO MILK_BUCKET Lnone/aeo; + FIELD aP BRICK Lnone/aeo; + FIELD aQ CLAY_BALL Lnone/aeo; + FIELD aR REEDS Lnone/aeo; + FIELD aS PAPER Lnone/aeo; + FIELD aT BOOK Lnone/aeo; + FIELD aU SLIME_BALL Lnone/aeo; + FIELD aV CHEST_MINECART Lnone/aeo; + FIELD aW FURNACE_MINECART Lnone/aeo; + FIELD aX EGG Lnone/aeo; + FIELD aY COMPASS Lnone/aeo; + FIELD aZ FISHING_ROD Lnone/aei; + FIELD aa CHAINMAIL_BOOTS Lnone/acw; + FIELD ab IRON_HELMET Lnone/acw; + FIELD ac IRON_CHESTPLATE Lnone/acw; + FIELD ad IRON_LEGGINGS Lnone/acw; + FIELD ae IRON_BOOTS Lnone/acw; + FIELD af DIAMOND_HELMET Lnone/acw; + FIELD ag DIAMOND_CHESTPLATE Lnone/acw; + FIELD ah DIAMOND_LEGGINGS Lnone/acw; + FIELD ai DIAMOND_BOOTS Lnone/acw; + FIELD aj GOLDEN_HELMET Lnone/acw; + FIELD ak GOLDEN_CHESTPLATE Lnone/acw; + FIELD al GOLDEN_LEGGINGS Lnone/acw; + FIELD am GOLDEN_BOOTS Lnone/acw; + FIELD an FLINT Lnone/aeo; + FIELD ao PORKCHOP Lnone/aeo; + FIELD ap COOKED_PORKCHOP Lnone/aeo; + FIELD aq PAINTING Lnone/aeo; + FIELD ar GOLDEN_APPLE Lnone/aeo; + FIELD as SIGN Lnone/aeo; + FIELD at OAK_DOOR Lnone/aeo; + FIELD au SPRUCE_DOOR Lnone/aeo; + FIELD av BIRCH_DOOR Lnone/aeo; + FIELD aw JUNGLE_DOOR Lnone/aeo; + FIELD ax ACACIA_DOOR Lnone/aeo; + FIELD ay DARK_OAK_DOOR Lnone/aeo; + FIELD az BUCKET Lnone/aeo; + FIELD bA RABBIT_HIDE Lnone/aeo; + FIELD bB ROTTEN_FLESH Lnone/aeo; + FIELD bC ENDER_PEARL Lnone/aeo; + FIELD bD BLAZE_ROD Lnone/aeo; + FIELD bE GHAST_TEAR Lnone/aeo; + FIELD bF GOLD_NUGGET Lnone/aeo; + FIELD bG NETHER_WART Lnone/aeo; + FIELD bH POTION Lnone/afd; + FIELD bI SPLASH_POTION Lnone/afd; + FIELD bJ LINGERING_POTION Lnone/afd; + FIELD bK GLASS_BOTTLE Lnone/aeo; + FIELD bL DRAGON_BREATH Lnone/aeo; + FIELD b IRON_SHOVEL Lnone/aeo; + FIELD bM SPIDER_EYE Lnone/aeo; + FIELD bN FERMENTED_SPIDER_EYE Lnone/aeo; + FIELD bO BLAZE_POWDER Lnone/aeo; + FIELD bP MAGMA_CREAM Lnone/aeo; + FIELD bQ BREWING_STAND Lnone/aeo; + FIELD bR CAULDRON Lnone/aeo; + FIELD bS ENDER_EYE Lnone/aeo; + FIELD bT SPECKLED_MELON Lnone/aeo; + FIELD bU SPAWN_EGG Lnone/aeo; + FIELD bV EXPERIERNCE_BOTTLE Lnone/aeo; + FIELD bW FIRE_CHARGE Lnone/aeo; + FIELD bX WRITABLE_BOOK Lnone/aeo; + FIELD bY WRITTEN_BOOK Lnone/aeo; + FIELD bZ EMERALD Lnone/aeo; + FIELD ba CLOCK Lnone/aeo; + FIELD bb GLOWSTONE_DUST Lnone/aeo; + FIELD bc FISH Lnone/aeo; + FIELD bd COOKED_FISH Lnone/aeo; + FIELD be DYE Lnone/aeo; + FIELD bf BONE Lnone/aeo; + FIELD bg SUGAR Lnone/aeo; + FIELD bh CAKE Lnone/aeo; + FIELD bi BED Lnone/aeo; + FIELD bj REPEATER Lnone/aeo; + FIELD bk COOKIE Lnone/aeo; + FIELD bl FILLED_MAP Lnone/aew; + FIELD bm SHEARS Lnone/afl; + FIELD bn MELON Lnone/aeo; + FIELD bo PUMPKIN_SEEDS Lnone/aeo; + FIELD bp MELON_SEEDS Lnone/aeo; + FIELD bq BEEF Lnone/aeo; + FIELD br COOKED_BEEF Lnone/aeo; + FIELD bs CHICKEN Lnone/aeo; + FIELD bt COOKED_CHICKEN Lnone/aeo; + FIELD bu MUTTON Lnone/aeo; + FIELD bv COOKED_MUTTON Lnone/aeo; + FIELD bw RABBIT Lnone/aeo; + FIELD bx COOKED_RABBIT Lnone/aeo; + FIELD by RABBIT_STEW Lnone/aeo; + FIELD bz RABBIT_FOOT Lnone/aeo; + FIELD cA COMMAND_BLOCK_MINECART Lnone/aeo; + FIELD cB RECORD_13 Lnone/aeo; + FIELD cC RECORD_CART Lnone/aeo; + FIELD cD RECORD_BLOCKS Lnone/aeo; + FIELD cE RECORD_CHIRP Lnone/aeo; + FIELD cF RECORD_FAR Lnone/aeo; + FIELD cG RECORD_MALL Lnone/aeo; + FIELD cH RECORD_MELLOHI Lnone/aeo; + FIELD cI RECORD_STAL Lnone/aeo; + FIELD cJ RECORD_STRAD Lnone/aeo; + FIELD cK RECORD_WARD Lnone/aeo; + FIELD cL RECORD_11 Lnone/aeo; + FIELD c IRON_PICKAXE Lnone/aeo; + FIELD cM RECORD_WAIT Lnone/aeo; + FIELD cN PRISMARINE_SHARD Lnone/aeo; + FIELD cO PRISMARINE_CRYSTALS Lnone/aeo; + FIELD cP BANNER Lnone/aeo; + FIELD cQ END_CRYSTAL Lnone/aeo; + FIELD cR SHIELD Lnone/aeo; + FIELD cS ELYTRA Lnone/aeo; + FIELD cT CHORUS_FRUIT Lnone/aeo; + FIELD cU CHORUS_FRUIT_POPPED Lnone/aeo; + FIELD cV BEETROOT_SEEDS Lnone/aeo; + FIELD cW BEETROOT Lnone/aeo; + FIELD cX BEETROOT_SOUP Lnone/aeo; + FIELD ca ITEM_FRAME Lnone/aeo; + FIELD cb FLOWER_POT Lnone/aeo; + FIELD cc CARROT Lnone/aeo; + FIELD cd POTATO Lnone/aeo; + FIELD ce BAKED_POTATO Lnone/aeo; + FIELD cf POISONOUS_POTATO Lnone/aeo; + FIELD cg MAP Lnone/ady; + FIELD ch GOLDEN_CARROT Lnone/aeo; + FIELD ci SKULL Lnone/aeo; + FIELD cj CARROT_ON_A_STICK Lnone/aeo; + FIELD ck NETHER_STAR Lnone/aeo; + FIELD cl PUMPKIN_PIE Lnone/aeo; + FIELD cm FIREWORK Lnone/aeo; + FIELD cn FIREWORK_CHARGE Lnone/aeo; + FIELD co ENCHANTED_BOOK Lnone/adz; + FIELD cp COMPARATOR Lnone/aeo; + FIELD cq NETHER_BRICK Lnone/aeo; + FIELD cr QUARTZ Lnone/aeo; + FIELD cs TNT_MINECART Lnone/aeo; + FIELD ct HOPPER_MINECART Lnone/aeo; + FIELD cu ARMOR_STAND Lnone/acx; + FIELD cv IRON_HORSE_ARMOR Lnone/aeo; + FIELD cw GOLDEN_HORSE_ARMOR Lnone/aeo; + FIELD cx DIAMOND_HORDSE_ARMOR Lnone/aeo; + FIELD cy LEAD Lnone/aeo; + FIELD cz NAME_TG Lnone/aeo; + FIELD d IRON_AXE Lnone/aeo; + FIELD e FLINT_AND_STEEL Lnone/aeo; + FIELD f APPLE Lnone/aeo; + FIELD g BOW Lnone/adh; + FIELD h ARROW Lnone/aeo; + FIELD i SPECTRAL_ARROW Lnone/aeo; + FIELD j TIPPED_ARROW Lnone/aeo; + FIELD k COAL Lnone/aeo; + FIELD l DIAMOND Lnone/aeo; + FIELD m IRON_INGOT Lnone/aeo; + FIELD n GOLD_INGOT Lnone/aeo; + FIELD o IRON_SWORD Lnone/aeo; + FIELD p WOODEN_SWORD Lnone/aeo; + FIELD q WOODEN_SHOVEL Lnone/aeo; + FIELD r WOODEN_PICKAXE Lnone/aeo; + FIELD s WOODEN_AXE Lnone/aeo; + FIELD t STONE_SWORD Lnone/aeo; + FIELD u STONE_SHOVEL Lnone/aeo; + FIELD v STONE_PICKAXE Lnone/aeo; + FIELD w STONE_AXE Lnone/aeo; + FIELD x DIAMOND_SWORD Lnone/aeo; + FIELD y DIAMOND_SHOVEL Lnone/aeo; + FIELD z DIAMOND_PICKAXE Lnone/aeo; + METHOD a getItemFromId (Ljava/lang/String;)Lnone/aeo; + ARG 0 id diff --git a/mappings/net/minecraft/server/IntegratedServer.json b/mappings/net/minecraft/server/IntegratedServer.json deleted file mode 100644 index ff1442428a..0000000000 --- a/mappings/net/minecraft/server/IntegratedServer.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "obf": "caj", - "name": "net/minecraft/server/IntegratedServer", - "field": [ - { - "obf": "k", - "name": "LOGGER", - "type": "Lorg/apache/logging/log4j/Logger;" - } - ], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/server/IntegratedServer.mapping b/mappings/net/minecraft/server/IntegratedServer.mapping new file mode 100644 index 0000000000..717d441e37 --- /dev/null +++ b/mappings/net/minecraft/server/IntegratedServer.mapping @@ -0,0 +1,2 @@ +CLASS none/caj net/minecraft/server/IntegratedServer + FIELD k LOGGER Lorg/apache/logging/log4j/Logger; diff --git a/mappings/net/minecraft/server/LanServerPinger.json b/mappings/net/minecraft/server/LanServerPinger.json deleted file mode 100644 index 02c3fa729a..0000000000 --- a/mappings/net/minecraft/server/LanServerPinger.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "obf": "can", - "name": "net/minecraft/server/LanServerPinger", - "field": [ - { - "obf": "b", - "name": "LOGGER", - "type": "Lorg/apache/logging/log4j/Logger;" - }, - { - "obf": "e", - "name": "isRunning", - "type": "Z" - } - ], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/server/LanServerPinger.mapping b/mappings/net/minecraft/server/LanServerPinger.mapping new file mode 100644 index 0000000000..9b421759d6 --- /dev/null +++ b/mappings/net/minecraft/server/LanServerPinger.mapping @@ -0,0 +1,3 @@ +CLASS none/can net/minecraft/server/LanServerPinger + FIELD b LOGGER Lorg/apache/logging/log4j/Logger; + FIELD e isRunning Z diff --git a/mappings/net/minecraft/util/ActionResult.json b/mappings/net/minecraft/util/ActionResult.json deleted file mode 100644 index 84c8b72825..0000000000 --- a/mappings/net/minecraft/util/ActionResult.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "obf": "rb", - "name": "net/minecraft/util/ActionResult", - "field": [ - { - "obf": "a", - "name": "SUCCESS", - "type": "Lnone/rb;" - }, - { - "obf": "b", - "name": "PASS", - "type": "Lnone/rb;" - }, - { - "obf": "c", - "name": "FAILURE", - "type": "Lnone/rb;" - } - ], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/ActionResult.mapping b/mappings/net/minecraft/util/ActionResult.mapping new file mode 100644 index 0000000000..d6c9a5c6f9 --- /dev/null +++ b/mappings/net/minecraft/util/ActionResult.mapping @@ -0,0 +1,4 @@ +CLASS none/rb net/minecraft/util/ActionResult + FIELD a SUCCESS Lnone/rb; + FIELD b PASS Lnone/rb; + FIELD c FAILURE Lnone/rb; diff --git a/mappings/net/minecraft/util/DyeColor.json b/mappings/net/minecraft/util/DyeColor.json deleted file mode 100644 index b49085a598..0000000000 --- a/mappings/net/minecraft/util/DyeColor.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "obf": "adt", - "name": "net/minecraft/util/DyeColor", - "field": [ - { - "obf": "a", - "name": "WHITE", - "type": "Lnone/adt;" - }, - { - "obf": "b", - "name": "ORANGE", - "type": "Lnone/adt;" - }, - { - "obf": "c", - "name": "MAGENTA", - "type": "Lnone/adt;" - }, - { - "obf": "d", - "name": "LIGHT_BLUE", - "type": "Lnone/adt;" - }, - { - "obf": "e", - "name": "YELLOW", - "type": "Lnone/adt;" - }, - { - "obf": "f", - "name": "LIME", - "type": "Lnone/adt;" - }, - { - "obf": "g", - "name": "PINK", - "type": "Lnone/adt;" - }, - { - "obf": "h", - "name": "GRAY", - "type": "Lnone/adt;" - }, - { - "obf": "i", - "name": "SILVER", - "type": "Lnone/adt;" - }, - { - "obf": "j", - "name": "CYAN", - "type": "Lnone/adt;" - }, - { - "obf": "k", - "name": "PURPLE", - "type": "Lnone/adt;" - }, - { - "obf": "l", - "name": "BLUE", - "type": "Lnone/adt;" - }, - { - "obf": "m", - "name": "BROWN", - "type": "Lnone/adt;" - }, - { - "obf": "n", - "name": "GREEN", - "type": "Lnone/adt;" - }, - { - "obf": "o", - "name": "RED", - "type": "Lnone/adt;" - }, - { - "obf": "p", - "name": "BLACK", - "type": "Lnone/adt;" - } - ], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/DyeColor.mapping b/mappings/net/minecraft/util/DyeColor.mapping new file mode 100644 index 0000000000..f553dd34ee --- /dev/null +++ b/mappings/net/minecraft/util/DyeColor.mapping @@ -0,0 +1,17 @@ +CLASS none/adt net/minecraft/util/DyeColor + FIELD a WHITE Lnone/adt; + FIELD b ORANGE Lnone/adt; + FIELD c MAGENTA Lnone/adt; + FIELD d LIGHT_BLUE Lnone/adt; + FIELD e YELLOW Lnone/adt; + FIELD f LIME Lnone/adt; + FIELD g PINK Lnone/adt; + FIELD h GRAY Lnone/adt; + FIELD i SILVER Lnone/adt; + FIELD j CYAN Lnone/adt; + FIELD k PURPLE Lnone/adt; + FIELD l BLUE Lnone/adt; + FIELD m BROWN Lnone/adt; + FIELD n GREEN Lnone/adt; + FIELD o RED Lnone/adt; + FIELD p BLACK Lnone/adt; diff --git a/mappings/net/minecraft/util/Identifier.json b/mappings/net/minecraft/util/Identifier.json deleted file mode 100644 index b5eb159aa9..0000000000 --- a/mappings/net/minecraft/util/Identifier.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "obf": "kp", - "name": "net/minecraft/util/Identifier", - "field": [ - { - "obf": "a", - "name": "owner", - "type": "Ljava/lang/String;" - }, - { - "obf": "b", - "name": "name", - "type": "Ljava/lang/String;" - } - ], - "constructors": [ - { - "signature": "(Ljava/lang/String;)V", - "args": [ - { - "index": 0, - "name": "id" - } - ], - "statics": false - }, - { - "signature": "(Ljava/lang/String;Ljava/lang/String;)V", - "args": [ - { - "index": 0, - "name": "owner" - }, - { - "index": 1, - "name": "name" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "getName", - "signature": "()Ljava/lang/String;", - "args": [] - }, - { - "obf": "a", - "name": "split", - "signature": "(Ljava/lang/String;)[Ljava/lang/String;", - "args": [ - { - "index": 0, - "name": "id" - } - ] - }, - { - "obf": "b", - "name": "getOwner", - "signature": "()Ljava/lang/String;", - "args": [] - }, - { - "obf": "equals", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "other" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/Identifier.mapping b/mappings/net/minecraft/util/Identifier.mapping new file mode 100644 index 0000000000..1fe31da0ab --- /dev/null +++ b/mappings/net/minecraft/util/Identifier.mapping @@ -0,0 +1,14 @@ +CLASS none/kp net/minecraft/util/Identifier + FIELD a owner Ljava/lang/String; + FIELD b name Ljava/lang/String; + METHOD (Ljava/lang/String;)V + ARG 0 id + METHOD (Ljava/lang/String;Ljava/lang/String;)V + ARG 0 owner + ARG 1 name + METHOD a getName ()Ljava/lang/String; + METHOD a split (Ljava/lang/String;)[Ljava/lang/String; + ARG 0 id + METHOD b getOwner ()Ljava/lang/String; + METHOD equals (Ljava/lang/Object;)Z + ARG 0 other diff --git a/mappings/net/minecraft/util/Iterable.json b/mappings/net/minecraft/util/Iterable.json deleted file mode 100644 index 3da01e8d48..0000000000 --- a/mappings/net/minecraft/util/Iterable.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "obf": "cw", - "name": "net/minecraft/util/Iterable", - "field": [], - "constructors": [], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/Iterable.mapping b/mappings/net/minecraft/util/Iterable.mapping new file mode 100644 index 0000000000..e7f2d9aa5b --- /dev/null +++ b/mappings/net/minecraft/util/Iterable.mapping @@ -0,0 +1 @@ +CLASS none/cw net/minecraft/util/Iterable diff --git a/mappings/net/minecraft/util/math/BlockPos.json b/mappings/net/minecraft/util/math/BlockPos.json deleted file mode 100644 index bd4cf2359f..0000000000 --- a/mappings/net/minecraft/util/math/BlockPos.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "obf": "cn", - "name": "net/minecraft/util/math/BlockPos", - "field": [ - { - "obf": "a", - "name": "ORIGIN", - "type": "Lnone/cn;" - }, - { - "obf": "b", - "name": "LOGGER", - "type": "Lorg/apache/logging/log4j/Logger;" - } - ], - "constructors": [ - { - "signature": "(DDD)V", - "args": [ - { - "index": 0, - "name": "x" - }, - { - "index": 1, - "name": "y" - }, - { - "index": 2, - "name": "z" - } - ], - "statics": false - }, - { - "signature": "(III)V", - "args": [ - { - "index": 0, - "name": "x" - }, - { - "index": 1, - "name": "y" - }, - { - "index": 2, - "name": "z" - } - ], - "statics": false - }, - { - "signature": "(Lnone/bcs;)V", - "args": [ - { - "index": 0, - "name": "vec" - } - ], - "statics": false - }, - { - "signature": "(Lnone/dk;)V", - "args": [ - { - "index": 0, - "name": "vec" - } - ], - "statics": false - }, - { - "signature": "(Lnone/se;)V", - "args": [ - { - "index": 0, - "name": "entity" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "up", - "signature": "()Lnone/cn;", - "args": [] - }, - { - "obf": "a", - "name": "add", - "signature": "(DDD)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "x" - }, - { - "index": 1, - "name": "y" - }, - { - "index": 2, - "name": "z" - } - ] - }, - { - "obf": "a", - "name": "add", - "signature": "(III)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "x" - }, - { - "index": 1, - "name": "y" - }, - { - "index": 2, - "name": "z" - } - ] - }, - { - "obf": "a", - "name": "offset", - "signature": "(Lnone/cu;)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "facing" - } - ] - }, - { - "obf": "a", - "name": "offset", - "signature": "(Lnone/cu;I)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "facing" - }, - { - "index": 1, - "name": "distance" - } - ] - }, - { - "obf": "a", - "name": "add", - "signature": "(Lnone/dk;)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "vec" - } - ] - }, - { - "obf": "b", - "name": "down", - "signature": "()Lnone/cn;", - "args": [] - }, - { - "obf": "b", - "name": "up", - "signature": "(I)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "distance" - } - ] - }, - { - "obf": "b", - "name": "subtract", - "signature": "(Lnone/dk;)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "vec" - } - ] - }, - { - "obf": "c", - "name": "north", - "signature": "()Lnone/cn;", - "args": [] - }, - { - "obf": "c", - "name": "down", - "signature": "(I)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "distance" - } - ] - }, - { - "obf": "d", - "name": "south", - "signature": "()Lnone/cn;", - "args": [] - }, - { - "obf": "d", - "name": "north", - "signature": "(I)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "distance" - } - ] - }, - { - "obf": "e", - "name": "west", - "signature": "()Lnone/cn;", - "args": [] - }, - { - "obf": "e", - "name": "south", - "signature": "(I)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "distance" - } - ] - }, - { - "obf": "f", - "name": "east", - "signature": "()Lnone/cn;", - "args": [] - }, - { - "obf": "f", - "name": "west", - "signature": "(I)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "distance" - } - ] - }, - { - "obf": "g", - "name": "east", - "signature": "(I)Lnone/cn;", - "args": [ - { - "index": 0, - "name": "distance" - } - ] - }, - { - "obf": "h", - "name": "toImmutable", - "signature": "()Lnone/cn;", - "args": [] - } - ], - "innerClass": [ - { - "obf": "cn$a", - "name": "MutableBlockPos", - "field": [ - { - "obf": "b", - "name": "x", - "type": "I" - }, - { - "obf": "c", - "name": "y", - "type": "I" - }, - { - "obf": "d", - "name": "z", - "type": "I" - } - ], - "constructors": [ - { - "signature": "(III)V", - "args": [ - { - "index": 0, - "name": "x" - }, - { - "index": 1, - "name": "y" - }, - { - "index": 2, - "name": "z" - } - ], - "statics": false - }, - { - "signature": "(Lnone/cn;)V", - "args": [ - { - "index": 0, - "name": "pos" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "setMutable", - "signature": "(Lnone/se;)Lnone/cn$a;", - "args": [ - { - "index": 0, - "name": "entity" - } - ] - }, - { - "obf": "c", - "name": "setMutable", - "signature": "(DDD)Lnone/cn$a;", - "args": [ - { - "index": 0, - "name": "x" - }, - { - "index": 1, - "name": "y" - }, - { - "index": 2, - "name": "z" - } - ] - }, - { - "obf": "c", - "name": "setMutable", - "signature": "(III)Lnone/cn$a;", - "args": [ - { - "index": 0, - "name": "x" - }, - { - "index": 1, - "name": "y" - }, - { - "index": 2, - "name": "z" - } - ] - }, - { - "obf": "c", - "name": "offsetMutable", - "signature": "(Lnone/cu;)Lnone/cn$a;", - "args": [ - { - "index": 0, - "name": "facing" - } - ] - }, - { - "obf": "c", - "name": "offsetMutable", - "signature": "(Lnone/cu;I)Lnone/cn$a;", - "args": [ - { - "index": 0, - "name": "facing" - }, - { - "index": 1, - "name": "distance" - } - ] - }, - { - "obf": "g", - "name": "setMutable", - "signature": "(Lnone/dk;)Lnone/cn$a;", - "args": [ - { - "index": 0, - "name": "vec" - } - ] - }, - { - "obf": "h", - "name": "toImmutable", - "signature": "()Lnone/cn;", - "args": [] - }, - { - "obf": "p", - "name": "getX", - "signature": "()I", - "args": [] - }, - { - "obf": "p", - "name": "setY", - "signature": "(I)V", - "args": [ - { - "index": 0, - "name": "y" - } - ] - }, - { - "obf": "q", - "name": "getY", - "signature": "()I", - "args": [] - }, - { - "obf": "r", - "name": "getZ", - "signature": "()I", - "args": [] - } - ], - "innerClass": [] - }, - { - "obf": "cn$b", - "name": "PooledMutableBlockPos", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "setMutable", - "signature": "(Lnone/se;)Lnone/cn$a;", - "args": [] - }, - { - "obf": "c", - "name": "setMutable", - "signature": "(DDD)Lnone/cn$a;", - "args": [] - }, - { - "obf": "c", - "name": "setMutable", - "signature": "(III)Lnone/cn$a;", - "args": [] - }, - { - "obf": "c", - "name": "offsetMutable", - "signature": "(Lnone/cu;)Lnone/cn$a;", - "args": [] - }, - { - "obf": "c", - "name": "offsetMutable", - "signature": "(Lnone/cu;I)Lnone/cn$a;", - "args": [] - }, - { - "obf": "g", - "name": "setMutable", - "signature": "(Lnone/dk;)Lnone/cn$a;", - "args": [] - } - ], - "innerClass": [] - } - ] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/math/BlockPos.mapping b/mappings/net/minecraft/util/math/BlockPos.mapping new file mode 100644 index 0000000000..74206b9aa2 --- /dev/null +++ b/mappings/net/minecraft/util/math/BlockPos.mapping @@ -0,0 +1,93 @@ +CLASS none/cn net/minecraft/util/math/BlockPos + CLASS none/cn$a MutableBlockPos + FIELD b x I + FIELD c y I + FIELD d z I + METHOD (III)V + ARG 0 x + ARG 1 y + ARG 2 z + METHOD (Lnone/cn;)V + ARG 0 pos + METHOD a setMutable (Lnone/se;)Lnone/cn$a; + ARG 0 entity + METHOD c setMutable (DDD)Lnone/cn$a; + ARG 0 x + ARG 1 y + ARG 2 z + METHOD c setMutable (III)Lnone/cn$a; + ARG 0 x + ARG 1 y + ARG 2 z + METHOD c offsetMutable (Lnone/cu;)Lnone/cn$a; + ARG 0 facing + METHOD c offsetMutable (Lnone/cu;I)Lnone/cn$a; + ARG 0 facing + ARG 1 distance + METHOD g setMutable (Lnone/dk;)Lnone/cn$a; + ARG 0 vec + METHOD h toImmutable ()Lnone/cn; + METHOD p getX ()I + METHOD p setY (I)V + ARG 0 y + METHOD q getY ()I + METHOD r getZ ()I + CLASS none/cn$b PooledMutableBlockPos + METHOD a setMutable (Lnone/se;)Lnone/cn$a; + METHOD c setMutable (DDD)Lnone/cn$a; + METHOD c setMutable (III)Lnone/cn$a; + METHOD c offsetMutable (Lnone/cu;)Lnone/cn$a; + METHOD c offsetMutable (Lnone/cu;I)Lnone/cn$a; + METHOD g setMutable (Lnone/dk;)Lnone/cn$a; + FIELD a ORIGIN Lnone/cn; + FIELD b LOGGER Lorg/apache/logging/log4j/Logger; + METHOD (DDD)V + ARG 0 x + ARG 1 y + ARG 2 z + METHOD (III)V + ARG 0 x + ARG 1 y + ARG 2 z + METHOD (Lnone/bcs;)V + ARG 0 vec + METHOD (Lnone/dk;)V + ARG 0 vec + METHOD (Lnone/se;)V + ARG 0 entity + METHOD a up ()Lnone/cn; + METHOD a add (DDD)Lnone/cn; + ARG 0 x + ARG 1 y + ARG 2 z + METHOD a add (III)Lnone/cn; + ARG 0 x + ARG 1 y + ARG 2 z + METHOD a offset (Lnone/cu;)Lnone/cn; + ARG 0 facing + METHOD a offset (Lnone/cu;I)Lnone/cn; + ARG 0 facing + ARG 1 distance + METHOD a add (Lnone/dk;)Lnone/cn; + ARG 0 vec + METHOD b down ()Lnone/cn; + METHOD b up (I)Lnone/cn; + ARG 0 distance + METHOD b subtract (Lnone/dk;)Lnone/cn; + ARG 0 vec + METHOD c north ()Lnone/cn; + METHOD c down (I)Lnone/cn; + ARG 0 distance + METHOD d south ()Lnone/cn; + METHOD d north (I)Lnone/cn; + ARG 0 distance + METHOD e west ()Lnone/cn; + METHOD e south (I)Lnone/cn; + ARG 0 distance + METHOD f east ()Lnone/cn; + METHOD f west (I)Lnone/cn; + ARG 0 distance + METHOD g east (I)Lnone/cn; + ARG 0 distance + METHOD h toImmutable ()Lnone/cn; diff --git a/mappings/net/minecraft/util/math/BoundingBox.json b/mappings/net/minecraft/util/math/BoundingBox.json deleted file mode 100644 index 369c3a9f00..0000000000 --- a/mappings/net/minecraft/util/math/BoundingBox.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "obf": "bcp", - "name": "net/minecraft/util/math/BoundingBox", - "field": [ - { - "obf": "a", - "name": "minX", - "type": "D" - }, - { - "obf": "b", - "name": "minY", - "type": "D" - }, - { - "obf": "c", - "name": "minZ", - "type": "D" - }, - { - "obf": "d", - "name": "maxX", - "type": "D" - }, - { - "obf": "e", - "name": "maxY", - "type": "D" - }, - { - "obf": "f", - "name": "maxZ", - "type": "D" - } - ], - "constructors": [ - { - "signature": "(DDDDDD)V", - "args": [ - { - "index": 0, - "name": "x1" - }, - { - "index": 1, - "name": "y1" - }, - { - "index": 2, - "name": "z1" - }, - { - "index": 3, - "name": "x2" - }, - { - "index": 4, - "name": "y2" - }, - { - "index": 5, - "name": "z2" - } - ], - "statics": false - } - ], - "method": [], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/math/BoundingBox.mapping b/mappings/net/minecraft/util/math/BoundingBox.mapping new file mode 100644 index 0000000000..a8f25ffba0 --- /dev/null +++ b/mappings/net/minecraft/util/math/BoundingBox.mapping @@ -0,0 +1,14 @@ +CLASS none/bcp net/minecraft/util/math/BoundingBox + FIELD a minX D + FIELD b minY D + FIELD c minZ D + FIELD d maxX D + FIELD e maxY D + FIELD f maxZ D + METHOD (DDDDDD)V + ARG 0 x1 + ARG 1 y1 + ARG 2 z1 + ARG 3 x2 + ARG 4 y2 + ARG 5 z2 diff --git a/mappings/net/minecraft/util/math/Facing.json b/mappings/net/minecraft/util/math/Facing.json deleted file mode 100644 index 814a097c28..0000000000 --- a/mappings/net/minecraft/util/math/Facing.json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "obf": "cu", - "name": "net/minecraft/util/math/Facing", - "field": [ - { - "obf": "a", - "name": "DOWN", - "type": "Lnone/cu;" - }, - { - "obf": "b", - "name": "UP", - "type": "Lnone/cu;" - }, - { - "obf": "c", - "name": "NORTH", - "type": "Lnone/cu;" - }, - { - "obf": "d", - "name": "SOUTH", - "type": "Lnone/cu;" - }, - { - "obf": "e", - "name": "WEST", - "type": "Lnone/cu;" - }, - { - "obf": "f", - "name": "EAST", - "type": "Lnone/cu;" - }, - { - "obf": "g", - "name": "id", - "type": "I" - }, - { - "obf": "h", - "name": "idOpposite", - "type": "I" - }, - { - "obf": "j", - "name": "name", - "type": "Ljava/lang/String;" - }, - { - "obf": "k", - "name": "axis", - "type": "Lnone/cu$a;" - }, - { - "obf": "l", - "name": "direction", - "type": "Lnone/cu$b;" - }, - { - "obf": "n", - "name": "ALL", - "type": "[Lnone/cu;" - }, - { - "obf": "o", - "name": "HORIZONTAL", - "type": "[Lnone/cu;" - }, - { - "obf": "p", - "name": "nameToFacing", - "type": "Ljava/util/Map;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "getId", - "signature": "()I", - "args": [] - }, - { - "obf": "a", - "name": "byId", - "signature": "(I)Lnone/cu;", - "args": [] - }, - { - "obf": "c", - "name": "getDirection", - "signature": "()Lnone/cu$b;", - "args": [] - }, - { - "obf": "d", - "name": "getOpposite", - "signature": "()Lnone/cu;", - "args": [] - }, - { - "obf": "g", - "name": "getOffsetX", - "signature": "()I", - "args": [] - }, - { - "obf": "h", - "name": "getOffsetY", - "signature": "()I", - "args": [] - }, - { - "obf": "i", - "name": "getOffsetZ", - "signature": "()I", - "args": [] - }, - { - "obf": "values", - "name": "values", - "signature": "()[Lnone/cu;", - "args": [] - } - ], - "innerClass": [ - { - "obf": "cu$a", - "name": "Axis", - "field": [ - { - "obf": "a", - "name": "X", - "type": "Lnone/cu$a;" - }, - { - "obf": "b", - "name": "Y", - "type": "Lnone/cu$a;" - }, - { - "obf": "c", - "name": "Z", - "type": "Lnone/cu$a;" - } - ], - "constructors": [], - "method": [], - "innerClass": [] - }, - { - "obf": "cu$b", - "name": "Direction", - "field": [ - { - "obf": "a", - "name": "POSITIVE", - "type": "Lnone/cu$b;" - }, - { - "obf": "b", - "name": "NEGATIVE", - "type": "Lnone/cu$b;" - } - ], - "constructors": [], - "method": [], - "innerClass": [] - } - ] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/math/Facing.mapping b/mappings/net/minecraft/util/math/Facing.mapping new file mode 100644 index 0000000000..d27a2db682 --- /dev/null +++ b/mappings/net/minecraft/util/math/Facing.mapping @@ -0,0 +1,30 @@ +CLASS none/cu net/minecraft/util/math/Facing + CLASS none/cu$a Axis + FIELD a X Lnone/cu$a; + FIELD b Y Lnone/cu$a; + FIELD c Z Lnone/cu$a; + CLASS none/cu$b Direction + FIELD a POSITIVE Lnone/cu$b; + FIELD b NEGATIVE Lnone/cu$b; + FIELD a DOWN Lnone/cu; + FIELD b UP Lnone/cu; + FIELD c NORTH Lnone/cu; + FIELD d SOUTH Lnone/cu; + FIELD e WEST Lnone/cu; + FIELD f EAST Lnone/cu; + FIELD g id I + FIELD h idOpposite I + FIELD j name Ljava/lang/String; + FIELD k axis Lnone/cu$a; + FIELD l direction Lnone/cu$b; + FIELD n ALL [Lnone/cu; + FIELD o HORIZONTAL [Lnone/cu; + FIELD p nameToFacing Ljava/util/Map; + METHOD a getId ()I + METHOD a byId (I)Lnone/cu; + METHOD c getDirection ()Lnone/cu$b; + METHOD d getOpposite ()Lnone/cu; + METHOD g getOffsetX ()I + METHOD h getOffsetY ()I + METHOD i getOffsetZ ()I + METHOD values values ()[Lnone/cu; diff --git a/mappings/net/minecraft/util/math/MathUtils.json b/mappings/net/minecraft/util/math/MathUtils.json deleted file mode 100644 index 5c1d553420..0000000000 --- a/mappings/net/minecraft/util/math/MathUtils.json +++ /dev/null @@ -1,237 +0,0 @@ -{ - "obf": "or", - "name": "net/minecraft/util/math/MathUtils", - "field": [ - { - "obf": "a", - "name": "SQUARE_ROOT_2", - "type": "F" - }, - { - "obf": "b", - "name": "sinTable", - "type": "[F" - }, - { - "obf": "c", - "name": "rand", - "type": "Ljava/util/Random;" - }, - { - "obf": "f", - "name": "asinTable", - "type": "[D" - }, - { - "obf": "g", - "name": "cosTable", - "type": "[D" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "sqrt", - "signature": "(D)F", - "args": [ - { - "index": 0, - "name": "d" - } - ] - }, - { - "obf": "a", - "name": "absMax", - "signature": "(DD)D", - "args": [] - }, - { - "obf": "a", - "name": "clamp", - "signature": "(DDD)D", - "args": [] - }, - { - "obf": "a", - "name": "sin", - "signature": "(F)F", - "args": [] - }, - { - "obf": "a", - "name": "clamp", - "signature": "(FFF)F", - "args": [] - }, - { - "obf": "a", - "name": "abs", - "signature": "(I)I", - "args": [] - }, - { - "obf": "a", - "name": "intFloorDiv", - "signature": "(II)I", - "args": [] - }, - { - "obf": "a", - "name": "clamp", - "signature": "(III)I", - "args": [] - }, - { - "obf": "a", - "name": "getDouble", - "signature": "(Ljava/lang/String;D)D", - "args": [] - }, - { - "obf": "a", - "name": "getDouble", - "signature": "(Ljava/lang/String;DD)D", - "args": [] - }, - { - "obf": "a", - "name": "getInt", - "signature": "(Ljava/lang/String;I)I", - "args": [] - }, - { - "obf": "a", - "name": "getInt", - "signature": "(Ljava/lang/String;II)I", - "args": [] - }, - { - "obf": "a", - "name": "nextDouble", - "signature": "(Ljava/util/Random;DD)D", - "args": [] - }, - { - "obf": "a", - "name": "nextFloat", - "signature": "(Ljava/util/Random;FF)F", - "args": [] - }, - { - "obf": "a", - "name": "nextInt", - "signature": "(Ljava/util/Random;II)I", - "args": [] - }, - { - "obf": "a", - "name": "average", - "signature": "([J)D", - "args": [] - }, - { - "obf": "b", - "name": "fastFloor", - "signature": "(D)I", - "args": [] - }, - { - "obf": "b", - "name": "clampedLerp", - "signature": "(DDD)D", - "args": [] - }, - { - "obf": "b", - "name": "cos", - "signature": "(F)F", - "args": [] - }, - { - "obf": "c", - "name": "floor", - "signature": "(D)I", - "args": [] - }, - { - "obf": "c", - "name": "sqrt", - "signature": "(F)F", - "args": [ - { - "index": 0, - "name": "f" - } - ] - }, - { - "obf": "c", - "name": "smallestEncompassingPowerOfTwo", - "signature": "(I)I", - "args": [] - }, - { - "obf": "c", - "name": "roundUp", - "signature": "(II)I", - "args": [] - }, - { - "obf": "d", - "name": "lfloor", - "signature": "(D)J", - "args": [] - }, - { - "obf": "d", - "name": "floor", - "signature": "(F)I", - "args": [] - }, - { - "obf": "e", - "name": "absFloor", - "signature": "(D)I", - "args": [] - }, - { - "obf": "e", - "name": "abs", - "signature": "(F)F", - "args": [] - }, - { - "obf": "e", - "name": "log2", - "signature": "(I)I", - "args": [] - }, - { - "obf": "f", - "name": "ceil", - "signature": "(D)I", - "args": [] - }, - { - "obf": "f", - "name": "ceil", - "signature": "(F)I", - "args": [] - }, - { - "obf": "g", - "name": "wrapDegrees", - "signature": "(D)D", - "args": [] - }, - { - "obf": "g", - "name": "wrapDegrees", - "signature": "(F)F", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/math/MathUtils.mapping b/mappings/net/minecraft/util/math/MathUtils.mapping new file mode 100644 index 0000000000..1f350ebbd0 --- /dev/null +++ b/mappings/net/minecraft/util/math/MathUtils.mapping @@ -0,0 +1,40 @@ +CLASS none/or net/minecraft/util/math/MathUtils + FIELD a SQUARE_ROOT_2 F + FIELD b sinTable [F + FIELD c rand Ljava/util/Random; + FIELD f asinTable [D + FIELD g cosTable [D + METHOD a sqrt (D)F + ARG 0 d + METHOD a absMax (DD)D + METHOD a clamp (DDD)D + METHOD a sin (F)F + METHOD a clamp (FFF)F + METHOD a abs (I)I + METHOD a intFloorDiv (II)I + METHOD a clamp (III)I + METHOD a getDouble (Ljava/lang/String;D)D + METHOD a getDouble (Ljava/lang/String;DD)D + METHOD a getInt (Ljava/lang/String;I)I + METHOD a getInt (Ljava/lang/String;II)I + METHOD a nextDouble (Ljava/util/Random;DD)D + METHOD a nextFloat (Ljava/util/Random;FF)F + METHOD a nextInt (Ljava/util/Random;II)I + METHOD a average ([J)D + METHOD b fastFloor (D)I + METHOD b clampedLerp (DDD)D + METHOD b cos (F)F + METHOD c floor (D)I + METHOD c sqrt (F)F + ARG 0 f + METHOD c smallestEncompassingPowerOfTwo (I)I + METHOD c roundUp (II)I + METHOD d lfloor (D)J + METHOD d floor (F)I + METHOD e absFloor (D)I + METHOD e abs (F)F + METHOD e log2 (I)I + METHOD f ceil (D)I + METHOD f ceil (F)I + METHOD g wrapDegrees (D)D + METHOD g wrapDegrees (F)F diff --git a/mappings/net/minecraft/util/math/Vec3d.json b/mappings/net/minecraft/util/math/Vec3d.json deleted file mode 100644 index 8a246b2638..0000000000 --- a/mappings/net/minecraft/util/math/Vec3d.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "obf": "bcs", - "name": "net/minecraft/util/math/Vec3d", - "field": [ - { - "obf": "a", - "name": "ORIGIN", - "type": "Lnone/bcs;" - }, - { - "obf": "b", - "name": "x", - "type": "D" - }, - { - "obf": "c", - "name": "y", - "type": "D" - }, - { - "obf": "d", - "name": "z", - "type": "D" - } - ], - "constructors": [ - { - "signature": "(DDD)V", - "args": [ - { - "index": 0, - "name": "x" - }, - { - "index": 1, - "name": "y" - }, - { - "index": 2, - "name": "z" - } - ], - "statics": false - }, - { - "signature": "(Lnone/dk;)V", - "args": [ - { - "index": 0, - "name": "vec" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "signature": "(Lnone/bcs;)Lnone/bcs;", - "args": [ - { - "index": 0, - "name": "vec" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/math/Vec3d.mapping b/mappings/net/minecraft/util/math/Vec3d.mapping new file mode 100644 index 0000000000..c55f627b5f --- /dev/null +++ b/mappings/net/minecraft/util/math/Vec3d.mapping @@ -0,0 +1,13 @@ +CLASS none/bcs net/minecraft/util/math/Vec3d + FIELD a ORIGIN Lnone/bcs; + FIELD b x D + FIELD c y D + FIELD d z D + METHOD (DDD)V + ARG 0 x + ARG 1 y + ARG 2 z + METHOD (Lnone/dk;)V + ARG 0 vec + METHOD a (Lnone/bcs;)Lnone/bcs; + ARG 0 vec diff --git a/mappings/net/minecraft/util/math/Vec3i.json b/mappings/net/minecraft/util/math/Vec3i.json deleted file mode 100644 index a3e9de3b0a..0000000000 --- a/mappings/net/minecraft/util/math/Vec3i.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "obf": "dk", - "name": "net/minecraft/util/math/Vec3i", - "field": [ - { - "obf": "a", - "name": "x", - "type": "I" - }, - { - "obf": "b", - "name": "y", - "type": "I" - }, - { - "obf": "c", - "name": "z", - "type": "I" - }, - { - "obf": "e", - "name": "ORIGIN", - "type": "Lnone/dk;" - } - ], - "constructors": [ - { - "signature": "(DDD)V", - "args": [ - { - "index": 0, - "name": "x" - }, - { - "index": 1, - "name": "y" - }, - { - "index": 2, - "name": "z" - } - ], - "statics": false - }, - { - "signature": "(III)V", - "args": [ - { - "index": 0, - "name": "x" - }, - { - "index": 1, - "name": "y" - }, - { - "index": 2, - "name": "z" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "p", - "name": "getX", - "signature": "()I", - "args": [] - }, - { - "obf": "q", - "name": "getY", - "signature": "()I", - "args": [] - }, - { - "obf": "r", - "name": "getZ", - "signature": "()I", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/math/Vec3i.mapping b/mappings/net/minecraft/util/math/Vec3i.mapping new file mode 100644 index 0000000000..b0a42c3555 --- /dev/null +++ b/mappings/net/minecraft/util/math/Vec3i.mapping @@ -0,0 +1,16 @@ +CLASS none/dk net/minecraft/util/math/Vec3i + FIELD a x I + FIELD b y I + FIELD c z I + FIELD e ORIGIN Lnone/dk; + METHOD (DDD)V + ARG 0 x + ARG 1 y + ARG 2 z + METHOD (III)V + ARG 0 x + ARG 1 y + ARG 2 z + METHOD p getX ()I + METHOD q getY ()I + METHOD r getZ ()I diff --git a/mappings/net/minecraft/util/registry/DefaultMappedRegistry.json b/mappings/net/minecraft/util/registry/DefaultMappedRegistry.json deleted file mode 100644 index 825d72b1ae..0000000000 --- a/mappings/net/minecraft/util/registry/DefaultMappedRegistry.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "obf": "cs", - "name": "net/minecraft/util/registry/DefaultMappedRegistry", - "field": [ - { - "obf": "d", - "name": "defaultKey", - "type": "Ljava/lang/Object;" - }, - { - "obf": "e", - "name": "defaultValue", - "type": "Ljava/lang/Object;" - } - ], - "constructors": [ - { - "signature": "(Ljava/lang/Object;)V", - "args": [ - { - "index": 0, - "name": "defaultKey" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "checkDefault", - "signature": "()V", - "args": [] - }, - { - "obf": "a", - "name": "get", - "signature": "(I)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "id" - } - ] - }, - { - "obf": "a", - "name": "register", - "signature": "(ILjava/lang/Object;Ljava/lang/Object;)V", - "args": [ - { - "index": 0, - "name": "id" - }, - { - "index": 1, - "name": "key" - }, - { - "index": 2, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "getId", - "signature": "(Ljava/lang/Object;)I", - "args": [ - { - "index": 0, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "getRandom", - "signature": "(Ljava/util/Random;)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "random" - } - ] - }, - { - "obf": "b", - "name": "getKey", - "signature": "(Ljava/lang/Object;)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "value" - } - ] - }, - { - "obf": "c", - "name": "get", - "signature": "(Ljava/lang/Object;)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "key" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/registry/DefaultMappedRegistry.mapping b/mappings/net/minecraft/util/registry/DefaultMappedRegistry.mapping new file mode 100644 index 0000000000..e2b7487eb9 --- /dev/null +++ b/mappings/net/minecraft/util/registry/DefaultMappedRegistry.mapping @@ -0,0 +1,20 @@ +CLASS none/cs net/minecraft/util/registry/DefaultMappedRegistry + FIELD d defaultKey Ljava/lang/Object; + FIELD e defaultValue Ljava/lang/Object; + METHOD (Ljava/lang/Object;)V + ARG 0 defaultKey + METHOD a checkDefault ()V + METHOD a get (I)Ljava/lang/Object; + ARG 0 id + METHOD a register (ILjava/lang/Object;Ljava/lang/Object;)V + ARG 0 id + ARG 1 key + ARG 2 value + METHOD a getId (Ljava/lang/Object;)I + ARG 0 value + METHOD a getRandom (Ljava/util/Random;)Ljava/lang/Object; + ARG 0 random + METHOD b getKey (Ljava/lang/Object;)Ljava/lang/Object; + ARG 0 value + METHOD c get (Ljava/lang/Object;)Ljava/lang/Object; + ARG 0 key diff --git a/mappings/net/minecraft/util/registry/IRegistry.json b/mappings/net/minecraft/util/registry/IRegistry.json deleted file mode 100644 index 46570d6fc4..0000000000 --- a/mappings/net/minecraft/util/registry/IRegistry.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "obf": "dg", - "name": "net/minecraft/util/registry/IRegistry", - "field": [], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "put", - "signature": "(Ljava/lang/Object;Ljava/lang/Object;)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "c", - "name": "getKeys", - "signature": "()Ljava/util/Set;", - "args": [] - }, - { - "obf": "c", - "name": "get", - "signature": "(Ljava/lang/Object;)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "key" - } - ] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/registry/IRegistry.mapping b/mappings/net/minecraft/util/registry/IRegistry.mapping new file mode 100644 index 0000000000..0287c55bf9 --- /dev/null +++ b/mappings/net/minecraft/util/registry/IRegistry.mapping @@ -0,0 +1,7 @@ +CLASS none/dg net/minecraft/util/registry/IRegistry + METHOD a put (Ljava/lang/Object;Ljava/lang/Object;)V + ARG 0 key + ARG 1 value + METHOD c getKeys ()Ljava/util/Set; + METHOD c get (Ljava/lang/Object;)Ljava/lang/Object; + ARG 0 key diff --git a/mappings/net/minecraft/util/registry/IdRegistry.json b/mappings/net/minecraft/util/registry/IdRegistry.json deleted file mode 100644 index 4c93c78169..0000000000 --- a/mappings/net/minecraft/util/registry/IdRegistry.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "obf": "db", - "name": "net/minecraft/util/registry/IdRegistry", - "field": [ - { - "obf": "a", - "name": "idStore", - "type": "Lnone/of;" - }, - { - "obf": "b", - "name": "valueKeyMap", - "type": "Ljava/util/Map;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "get", - "signature": "(I)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "id" - } - ] - }, - { - "obf": "a", - "name": "register", - "signature": "(ILjava/lang/Object;Ljava/lang/Object;)V", - "args": [ - { - "index": 0, - "name": "id" - }, - { - "index": 1, - "name": "key" - }, - { - "index": 2, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "getId", - "signature": "(Ljava/lang/Object;)I", - "args": [ - { - "index": 0, - "name": "value" - } - ] - }, - { - "obf": "b", - "name": "createMap", - "signature": "()Ljava/util/Map;", - "args": [] - }, - { - "obf": "b", - "name": "getKey", - "signature": "(Ljava/lang/Object;)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "value" - } - ] - }, - { - "obf": "c", - "name": "get", - "signature": "(Ljava/lang/Object;)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "d", - "name": "containsKey", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "iterator", - "name": "iterator", - "signature": "()Ljava/util/Iterator;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/registry/IdRegistry.mapping b/mappings/net/minecraft/util/registry/IdRegistry.mapping new file mode 100644 index 0000000000..c52614d1bb --- /dev/null +++ b/mappings/net/minecraft/util/registry/IdRegistry.mapping @@ -0,0 +1,19 @@ +CLASS none/db net/minecraft/util/registry/IdRegistry + FIELD a idStore Lnone/of; + FIELD b valueKeyMap Ljava/util/Map; + METHOD a get (I)Ljava/lang/Object; + ARG 0 id + METHOD a register (ILjava/lang/Object;Ljava/lang/Object;)V + ARG 0 id + ARG 1 key + ARG 2 value + METHOD a getId (Ljava/lang/Object;)I + ARG 0 value + METHOD b createMap ()Ljava/util/Map; + METHOD b getKey (Ljava/lang/Object;)Ljava/lang/Object; + ARG 0 value + METHOD c get (Ljava/lang/Object;)Ljava/lang/Object; + ARG 0 key + METHOD d containsKey (Ljava/lang/Object;)Z + ARG 0 key + METHOD iterator iterator ()Ljava/util/Iterator; diff --git a/mappings/net/minecraft/util/registry/IdStore.json b/mappings/net/minecraft/util/registry/IdStore.json deleted file mode 100644 index 29113755d5..0000000000 --- a/mappings/net/minecraft/util/registry/IdStore.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "obf": "of", - "name": "net/minecraft/util/registry/IdStore", - "field": [ - { - "obf": "a", - "name": "NULL", - "type": "Ljava/lang/Object;" - }, - { - "obf": "d", - "name": "keys", - "type": "[Ljava/lang/Object;" - } - ], - "constructors": [ - { - "signature": "(I)V", - "args": [ - { - "index": 0, - "name": "size" - } - ], - "statics": false - } - ], - "method": [ - { - "obf": "a", - "name": "reset", - "signature": "()V", - "args": [] - }, - { - "obf": "a", - "name": "getKey", - "signature": "(I)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "id" - } - ] - }, - { - "obf": "a", - "name": "getId", - "signature": "(Ljava/lang/Object;)I", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "a", - "name": "set", - "signature": "(Ljava/lang/Object;I)V", - "args": [] - }, - { - "obf": "b", - "name": "validateID", - "signature": "(Ljava/lang/Object;I)I", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "id" - } - ] - }, - { - "obf": "d", - "name": "getIdInternal", - "signature": "(Ljava/lang/Object;)I", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "iterator", - "name": "iterator", - "signature": "()Ljava/util/Iterator;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/registry/IdStore.mapping b/mappings/net/minecraft/util/registry/IdStore.mapping new file mode 100644 index 0000000000..8027f38bd4 --- /dev/null +++ b/mappings/net/minecraft/util/registry/IdStore.mapping @@ -0,0 +1,17 @@ +CLASS none/of net/minecraft/util/registry/IdStore + FIELD a NULL Ljava/lang/Object; + FIELD d keys [Ljava/lang/Object; + METHOD (I)V + ARG 0 size + METHOD a reset ()V + METHOD a getKey (I)Ljava/lang/Object; + ARG 0 id + METHOD a getId (Ljava/lang/Object;)I + ARG 0 key + METHOD a set (Ljava/lang/Object;I)V + METHOD b validateID (Ljava/lang/Object;I)I + ARG 0 key + ARG 1 id + METHOD d getIdInternal (Ljava/lang/Object;)I + ARG 0 key + METHOD iterator iterator ()Ljava/util/Iterator; diff --git a/mappings/net/minecraft/util/registry/Registry.json b/mappings/net/minecraft/util/registry/Registry.json deleted file mode 100644 index 80a303f5f3..0000000000 --- a/mappings/net/minecraft/util/registry/Registry.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "obf": "di", - "name": "net/minecraft/util/registry/Registry", - "field": [ - { - "obf": "a", - "name": "LOGGER", - "type": "Lorg/apache/logging/log4j/Logger;" - }, - { - "obf": "b", - "name": "valueCache", - "type": "[Ljava/lang/Object;" - }, - { - "obf": "c", - "name": "map", - "type": "Ljava/util/Map;" - } - ], - "constructors": [], - "method": [ - { - "obf": "a", - "name": "put", - "signature": "(Ljava/lang/Object;Ljava/lang/Object;)V", - "args": [ - { - "index": 0, - "name": "key" - }, - { - "index": 1, - "name": "value" - } - ] - }, - { - "obf": "a", - "name": "getRandom", - "signature": "(Ljava/util/Random;)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "random" - } - ] - }, - { - "obf": "b", - "name": "createMap", - "signature": "()Ljava/util/Map;", - "args": [] - }, - { - "obf": "c", - "name": "getKeys", - "signature": "()Ljava/util/Set;", - "args": [] - }, - { - "obf": "c", - "name": "get", - "signature": "(Ljava/lang/Object;)Ljava/lang/Object;", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "d", - "name": "containsKey", - "signature": "(Ljava/lang/Object;)Z", - "args": [ - { - "index": 0, - "name": "key" - } - ] - }, - { - "obf": "iterator", - "name": "iterator", - "signature": "()Ljava/util/Iterator;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/util/registry/Registry.mapping b/mappings/net/minecraft/util/registry/Registry.mapping new file mode 100644 index 0000000000..f053ebf40b --- /dev/null +++ b/mappings/net/minecraft/util/registry/Registry.mapping @@ -0,0 +1,16 @@ +CLASS none/di net/minecraft/util/registry/Registry + FIELD a LOGGER Lorg/apache/logging/log4j/Logger; + FIELD b valueCache [Ljava/lang/Object; + FIELD c map Ljava/util/Map; + METHOD a put (Ljava/lang/Object;Ljava/lang/Object;)V + ARG 0 key + ARG 1 value + METHOD a getRandom (Ljava/util/Random;)Ljava/lang/Object; + ARG 0 random + METHOD b createMap ()Ljava/util/Map; + METHOD c getKeys ()Ljava/util/Set; + METHOD c get (Ljava/lang/Object;)Ljava/lang/Object; + ARG 0 key + METHOD d containsKey (Ljava/lang/Object;)Z + ARG 0 key + METHOD iterator iterator ()Ljava/util/Iterator; diff --git a/mappings/net/minecraft/world/IBlockView.json b/mappings/net/minecraft/world/IBlockView.json deleted file mode 100644 index 7b7de5e20b..0000000000 --- a/mappings/net/minecraft/world/IBlockView.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "obf": "aiy", - "name": "net/minecraft/world/IBlockView", - "field": [], - "constructors": [], - "method": [ - { - "obf": "d", - "name": "isAir", - "signature": "(Lnone/cn;)Z", - "args": [] - }, - { - "obf": "o", - "name": "getBlockState", - "signature": "(Lnone/cn;)Lnone/asj;", - "args": [] - }, - { - "obf": "r", - "name": "getTileEntity", - "signature": "(Lnone/cn;)Lnone/arb;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/world/IBlockView.mapping b/mappings/net/minecraft/world/IBlockView.mapping new file mode 100644 index 0000000000..75d243a97d --- /dev/null +++ b/mappings/net/minecraft/world/IBlockView.mapping @@ -0,0 +1,4 @@ +CLASS none/aiy net/minecraft/world/IBlockView + METHOD d isAir (Lnone/cn;)Z + METHOD o getBlockState (Lnone/cn;)Lnone/asj; + METHOD r getTileEntity (Lnone/cn;)Lnone/arb; diff --git a/mappings/net/minecraft/world/World.json b/mappings/net/minecraft/world/World.json deleted file mode 100644 index 082b45f4ee..0000000000 --- a/mappings/net/minecraft/world/World.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "obf": "aiu", - "name": "net/minecraft/world/World", - "field": [ - { - "obf": "r", - "name": "rand", - "type": "Ljava/util/Random;" - } - ], - "constructors": [], - "method": [ - { - "obf": "E", - "name": "isValidHeight", - "signature": "(Lnone/cn;)Z", - "args": [ - { - "index": 0, - "name": "pos" - } - ] - }, - { - "obf": "a", - "name": "isValidPos", - "signature": "(Lnone/cn;)Z", - "args": [ - { - "index": 0, - "name": "pos" - } - ] - }, - { - "obf": "d", - "name": "isAir", - "signature": "(Lnone/cn;)Z", - "args": [] - }, - { - "obf": "o", - "name": "getBlockState", - "signature": "(Lnone/cn;)Lnone/asj;", - "args": [ - { - "index": 0, - "name": "pos" - } - ] - }, - { - "obf": "r", - "name": "getTileEntity", - "signature": "(Lnone/cn;)Lnone/arb;", - "args": [] - }, - { - "obf": "u", - "name": "getServer", - "signature": "()Lnet/minecraft/server/MinecraftServer;", - "args": [] - } - ], - "innerClass": [] -} \ No newline at end of file diff --git a/mappings/net/minecraft/world/World.mapping b/mappings/net/minecraft/world/World.mapping new file mode 100644 index 0000000000..0a51882e43 --- /dev/null +++ b/mappings/net/minecraft/world/World.mapping @@ -0,0 +1,11 @@ +CLASS none/aiu net/minecraft/world/World + FIELD r rand Ljava/util/Random; + METHOD E isValidHeight (Lnone/cn;)Z + ARG 0 pos + METHOD a isValidPos (Lnone/cn;)Z + ARG 0 pos + METHOD d isAir (Lnone/cn;)Z + METHOD o getBlockState (Lnone/cn;)Lnone/asj; + ARG 0 pos + METHOD r getTileEntity (Lnone/cn;)Lnone/arb; + METHOD u getServer ()Lnet/minecraft/server/MinecraftServer;