Skip to content

Commit

Permalink
order lines properly
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Oct 30, 2024
1 parent fe0c94c commit a17c9da
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 62 deletions.
23 changes: 13 additions & 10 deletions versions/mapping-1.12.2-1.8.9.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

net.minecraft.client.renderer.block.model.IBakedModel net.minecraft.client.resources.model.IBakedModel
net.minecraft.client.renderer.entity.RenderLivingBase net.minecraft.client.renderer.entity.RendererLivingEntity

net.minecraft.client.renderer.BufferBuilder net.minecraft.client.renderer.WorldRenderer
net.minecraft.client.renderer.RenderItem net.minecraft.client.renderer.entity.RenderItem

net.minecraft.client.renderer.block.model.IBakedModel net.minecraft.client.resources.model.IBakedModel

net.minecraft.client.renderer.entity.RenderLivingBase net.minecraft.client.renderer.entity.RendererLivingEntity

net.minecraft.entity.player.EntityPlayer getHeldItemMainhand() getHeldItem()

# Workaround for it not letting stackSize be mapped to count.
Expand Down Expand Up @@ -64,18 +65,20 @@ net.minecraft.util.math.AxisAlignedBB net.minecraft.util.AxisAlignedBB
net.minecraft.util.math.BlockPos net.minecraft.util.BlockPos
net.minecraft.util.math.MathHelper net.minecraft.util.MathHelper
net.minecraft.util.math.RayTraceResult net.minecraft.util.MovingObjectPosition
net.minecraft.util.math.RayTraceResult$Type net.minecraft.util.math.RayTraceResult$MovingObjectType
net.minecraft.util.math.Rotations net.minecraft.util.Rotations
net.minecraft.util.math.Vec3d net.minecraft.util.Vec3
net.minecraft.util.math.Vec3d net.minecraft.util.Vec3

net.minecraft.util.math.RayTraceResult$Type net.minecraft.util.math.RayTraceResult$MovingObjectType

net.minecraft.util.text.ITextComponent net.minecraft.util.IChatComponent
net.minecraft.util.text.Style net.minecraft.util.ChatStyle
net.minecraft.util.text.TextComponentString net.minecraft.util.ChatComponentText
net.minecraft.util.text.TextComponentTranslation net.minecraft.util.ChatComponentTranslation
net.minecraft.util.text.Style net.minecraft.util.ChatStyle
net.minecraft.util.text.Style getHoverEvent() getChatHoverEvent()
net.minecraft.util.text.Style getClickEvent() getChatClickEvent()
net.minecraft.util.text.TextFormatting net.minecraft.util.EnumChatFormatting
net.minecraft.util.text.ITextComponent net.minecraft.util.IChatComponent
net.minecraft.util.text.event.HoverEvent net.minecraft.event.HoverEvent

net.minecraft.util.text.Style getClickEvent() getChatClickEvent()
net.minecraft.util.text.Style getHoverEvent() getChatHoverEvent()

net.minecraft.util.text.event.ClickEvent net.minecraft.event.ClickEvent
net.minecraft.util.text.event.HoverEvent net.minecraft.event.HoverEvent

4 changes: 3 additions & 1 deletion versions/mapping-1.16.5-1.16.5-forge.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
net.fabricmc.api.Environment net.minecraftforge.api.distmarker.OnlyIn

net.fabricmc.api.EnvType net.minecraftforge.api.distmarker.Dist
net.fabricmc.api.Environment net.minecraftforge.api.distmarker.OnlyIn

103 changes: 52 additions & 51 deletions versions/mapping-1.16.5-forge-1.12.2.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@

com.mojang.blaze3d.systems.RenderSystem net.minecraft.client.renderer.GlStateManager

com.mojang.blaze3d.systems.RenderSystem color4f() color()
com.mojang.blaze3d.systems.RenderSystem translatef() translate()

com.mojang.math.Matrix3f org.lwjgl.util.vector.Matrix3f
com.mojang.math.Matrix4f org.lwjgl.util.vector.Matrix4f

net.minecraft.client.Minecraft setScreen() displayGuiScreen()
net.minecraft.client.Minecraft isSameThread() isCallingFromMinecraftThread()

net.minecraft.client.Options net.minecraft.client.settings.GameSettings

net.minecraft.client.Minecraft isSameThread() isCallingFromMinecraftThread()
net.minecraft.client.Minecraft setScreen() displayGuiScreen()
net.minecraft.client.Minecraft submit() addScheduledTask()

net.minecraft.client.gui.Gui net.minecraft.client.gui.GuiIngame

net.minecraft.client.gui.components.ChatComponent net.minecraft.client.gui.GuiNewChat
Expand All @@ -21,25 +23,25 @@ net.minecraft.client.gui.screens.Screen isPauseScreen() doesGuiPauseGame()
net.minecraft.client.gui.screens.inventory.ContainerScreen net.minecraft.client.gui.inventory.GuiChest
net.minecraft.client.gui.screens.inventory.InventoryScreen net.minecraft.client.gui.inventory.GuiInventory

net.minecraft.client.Minecraft submit() addScheduledTask()

net.minecraft.client.multiplayer.ClientLevel net.minecraft.client.multiplayer.WorldClient
net.minecraft.client.multiplayer.ClientPacketListener net.minecraft.client.network.NetHandlerPlayClient
net.minecraft.client.multiplayer.PlayerInfo net.minecraft.client.network.NetworkPlayerInfo

net.minecraft.client.multiplayer.ClientLevel players() getPlayers()

net.minecraft.client.multiplayer.PlayerInfo net.minecraft.client.network.NetworkPlayerInfo
net.minecraft.client.multiplayer.PlayerInfo getTeam() getPlayerTeam()
net.minecraft.client.multiplayer.PlayerInfo getGameMode() getGameType()
net.minecraft.client.multiplayer.PlayerInfo getProfile() getGameProfile()
net.minecraft.client.multiplayer.PlayerInfo getTeam() getPlayerTeam()

net.minecraft.client.multiplayer.ClientPacketListener net.minecraft.client.network.NetHandlerPlayClient

net.minecraft.client.player.AbstractClientPlayer getSkinTextureLocation() getLocationSkin()
net.minecraft.client.player.LocalPlayer net.minecraft.client.entity.EntityPlayerSP
net.minecraft.client.player.RemotePlayer net.minecraft.client.entity.EntityOtherPlayerMP

net.minecraft.client.player.AbstractClientPlayer getSkinTextureLocation() getLocationSkin()

net.minecraft.client.renderer.texture.AbstractTexture getId() getGlTextureId()
net.minecraft.client.renderer.texture.AbstractTexture load() loadTexture()
net.minecraft.client.renderer.texture.AbstractTexture releaseId() deleteGlTexture()

net.minecraft.client.renderer.texture.TextureManager register() loadTexture()

net.minecraft.client.util.math.Vector4f org.lwjgl.util.vector.Vector4f
Expand All @@ -66,9 +68,8 @@ net.minecraft.nbt.CompoundTag putInt() setInteger()
net.minecraft.nbt.CompoundTag putString() setString()
net.minecraft.nbt.CompoundTag remove() removeTag()

net.minecraft.nbt.ListTag getString() getStringTagAt()

net.minecraft.nbt.ListTag getSize() tagCount()
net.minecraft.nbt.ListTag getString() getStringTagAt()

net.minecraft.network.chat.TextComponent net.minecraft.util.text.TextComponentString

Expand Down Expand Up @@ -104,6 +105,11 @@ net.minecraft.network.protocol.game.ClientboundTakeItemEntityPacket net.minecraf
net.minecraft.network.protocol.game.ClientboundTeleportEntityPacket net.minecraft.network.play.server.SPacketEntityTeleport
net.minecraft.network.protocol.game.ClientboundUpdateAttributesPacket net.minecraft.network.play.server.SPacketEntityProperties
net.minecraft.network.protocol.game.ClientboundUpdateMobEffectPacket net.minecraft.network.play.server.SPacketEntityEffect
net.minecraft.network.protocol.game.ServerboundChatPacket net.minecraft.network.play.client.CPacketChatMessage
net.minecraft.network.protocol.game.ServerboundContainerClickPacket net.minecraft.network.play.client.CPacketClickWindow
net.minecraft.network.protocol.game.ServerboundInteractPacket net.minecraft.network.play.client.CPacketUseEntity
net.minecraft.network.protocol.game.ServerboundMovePlayerPacket net.minecraft.network.play.client.CPacketPlayer
net.minecraft.network.protocol.game.ServerboundPickItemPacket net.minecraft.network.play.client.CPacketHeldItemChange

net.minecraft.network.protocol.game.ClientboundAddEntityPacket getId() getEntityID()

Expand All @@ -120,13 +126,13 @@ net.minecraft.network.protocol.game.ClientboundContainerSetSlotPacket getItem()

net.minecraft.network.protocol.game.ClientboundLevelEventPacket getPos() getSoundPos()

net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getX() getXCoordinate()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getY() getYCoordinate()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getZ() getZCoordinate()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getCount() getParticleCount()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getMaxSpeed() getParticleSpeed()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getX() getXCoordinate()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getXDist() getXOffset()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getY() getYCoordinate()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getYDist() getYOffset()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getZ() getZCoordinate()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket getZDist() getZOffset()
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket isOverrideLimiter() isLongDistance()

Expand All @@ -143,15 +149,9 @@ net.minecraft.network.protocol.game.ClientboundSetEntityMotionPacket getId() get

net.minecraft.network.protocol.game.ClientboundSetEquipmentPacket getEntity() getEntityID()

net.minecraft.network.protocol.game.ClientboundTeleportEntityPacket getId() getEntityId()

net.minecraft.network.protocol.game.ClientboundSetTitlesPacket getText() getMessage()

net.minecraft.network.protocol.game.ServerboundChatPacket net.minecraft.network.play.client.CPacketChatMessage
net.minecraft.network.protocol.game.ServerboundContainerClickPacket net.minecraft.network.play.client.CPacketClickWindow
net.minecraft.network.protocol.game.ServerboundInteractPacket net.minecraft.network.play.client.CPacketUseEntity
net.minecraft.network.protocol.game.ServerboundMovePlayerPacket net.minecraft.network.play.client.CPacketPlayer
net.minecraft.network.protocol.game.ServerboundPickItemPacket net.minecraft.network.play.client.CPacketHeldItemChange
net.minecraft.network.protocol.game.ClientboundTeleportEntityPacket getId() getEntityId()

net.minecraft.network.protocol.game.ServerboundInteractPacket getTarget() getEntityFromWorld()

Expand All @@ -160,12 +160,14 @@ net.minecraft.server.packs.resources.ResourceManager net.minecraft.client.resour
net.minecraft.world.effect.MobEffect net.minecraft.potion.Potion
net.minecraft.world.effect.MobEffects net.minecraft.init.PotionTypes

net.minecraft.world.entity.Entity net.minecraft.entity.Entity
net.minecraft.world.entity.EquipmentSlot net.minecraft.inventory.EntityEquipmentSlot
net.minecraft.world.entity.ExperienceOrb net.minecraft.entity.item.EntityXPOrb
net.minecraft.world.entity.LivingEntity net.minecraft.entity.EntityLivingBase

net.minecraft.world.entity.Entity getId() getEntityId()
net.minecraft.world.entity.Entity level getEntityWorld()
net.minecraft.world.entity.Entity net.minecraft.entity.Entity
net.minecraft.world.entity.Entity removed isDead
net.minecraft.world.entity.Entity xOld prevPosX
net.minecraft.world.entity.Entity xRot rotationPitch
net.minecraft.world.entity.Entity xo posX
Expand All @@ -180,21 +182,18 @@ net.minecraft.world.entity.LivingEntity getItemBySlot() getItemStackFromSlot()
net.minecraft.world.entity.LivingEntity getMainHandItem() getHeldItemMainhand()
net.minecraft.world.entity.LivingEntity getOffhandItem() getHeldItemOffhand()

net.minecraft.world.entity.Entity removed isDead
net.minecraft.world.entity.Entity getId() getEntityId()

net.minecraft.world.entity.ambient.Bat net.minecraft.entity.passive.EntityBat

net.minecraft.world.entity.animal.Animal net.minecraft.entity.passive.EntityAnimal
net.minecraft.world.entity.animal.Chicken net.minecraft.entity.passive.EntityChicken
net.minecraft.world.entity.animal.Cow net.minecraft.entity.passive.EntityCow
net.minecraft.world.entity.animal.IronGolem net.minecraft.entity.monster.EntityIronGolem
net.minecraft.world.entity.animal.SnowGolem net.minecraft.entity.monster.EntitySnowman
net.minecraft.world.entity.animal.MushroomCow net.minecraft.entity.passive.EntityMooshroom
net.minecraft.world.entity.animal.Ocelot net.minecraft.entity.passive.EntityOcelot
net.minecraft.world.entity.animal.Pig net.minecraft.entity.passive.EntityPig
net.minecraft.world.entity.animal.Rabbit net.minecraft.entity.passive.EntityRabbit
net.minecraft.world.entity.animal.Sheep net.minecraft.entity.passive.EntitySheep
net.minecraft.world.entity.animal.SnowGolem net.minecraft.entity.monster.EntitySnowman
net.minecraft.world.entity.animal.Squid net.minecraft.entity.passive.EntitySquid
net.minecraft.world.entity.animal.Wolf net.minecraft.entity.passive.EntityWolf

Expand All @@ -204,10 +203,10 @@ net.minecraft.world.entity.boss.enderdragon.EnderDragon net.minecraft.entity.bos

net.minecraft.world.entity.boss.wither.WitherBoss net.minecraft.entity.boss.EntityWither

net.minecraft.world.entity.decoration.ArmorStand net.minecraft.entity.item.EntityArmorStand
net.minecraft.world.entity.decoration.ItemFrame net.minecraft.entity.item.EntityItemFrame

net.minecraft.world.entity.decoration.ArmorStand getArmorSlots() getArmorInventoryList()
net.minecraft.world.entity.decoration.ArmorStand net.minecraft.entity.item.EntityArmorStand

net.minecraft.world.entity.item.ItemEntity net.minecraft.entity.item.EntityItem

Expand All @@ -233,15 +232,14 @@ net.minecraft.world.entity.monster.EnderMan getCarriedBlock() getHeldBlockState(
net.minecraft.world.entity.npc.Villager net.minecraft.entity.passive.EntityVillager

net.minecraft.world.entity.player.Inventory net.minecraft.entity.player.InventoryPlayer
net.minecraft.world.entity.player.Player net.minecraft.entity.player.EntityPlayer
net.minecraft.world.entity.player.PlayerModelPart net.minecraft.entity.player.EnumPlayerModelParts

net.minecraft.world.entity.player.Inventory armor armorInventory
net.minecraft.world.entity.player.Inventory items mainInventory
net.minecraft.world.entity.player.Inventory getCarried() getItemStack()
net.minecraft.world.entity.player.Inventory items mainInventory

net.minecraft.world.entity.player.Player isModelPartShown() isWearing()
net.minecraft.world.entity.player.Player net.minecraft.entity.player.EntityPlayer

net.minecraft.world.entity.player.PlayerModelPart net.minecraft.entity.player.EnumPlayerModelParts

net.minecraft.world.entity.projectile.Arrow net.minecraft.entity.projectile.EntityArrow
net.minecraft.world.entity.projectile.Fireball net.minecraft.entity.projectile.EntityFireball
Expand All @@ -251,6 +249,7 @@ net.minecraft.world.entity.projectile.SmallFireball net.minecraft.entity.project
net.minecraft.world.entity.projectile.FishingHook getPlayerOwner() getAngler()

net.minecraft.world.inventory.Slot net.minecraft.inventory.Slot

net.minecraft.world.inventory.Slot getItem() getStack()
net.minecraft.world.inventory.Slot index slotNumber

Expand All @@ -260,6 +259,7 @@ net.minecraft.world.item.Items net.minecraft.init.Items
net.minecraft.world.level.Level getEntity() getEntityByID()

net.minecraft.world.level.block.Blocks net.minecraft.init.Blocks

net.minecraft.world.level.block.state.BlockState net.minecraft.block.state.IBlockState

net.minecraft.world.phys.Vec3 net.minecraft.util.math.Vec3d
Expand All @@ -271,8 +271,8 @@ net.minecraftforge.api.distmarker.OnlyIn net.minecraftforge.fml.relauncher.SideO

net.minecraftforge.event.TickEvent net.minecraftforge.fml.common.gameevent.TickEvent

net.minecraftforge.eventbus.api.Event net.minecraftforge.fml.common.eventhandler.Event
net.minecraftforge.eventbus.api.Cancelable net.minecraftforge.fml.common.eventhandler.Cancelable
net.minecraftforge.eventbus.api.Event net.minecraftforge.fml.common.eventhandler.Event
net.minecraftforge.eventbus.api.EventPriority net.minecraftforge.fml.common.eventhandler.EventPriority
net.minecraftforge.eventbus.api.SubscribeEvent net.minecraftforge.fml.common.eventhandler.SubscribeEvent

Expand All @@ -292,42 +292,43 @@ org.lwjgl.glfw.GLFW GLFW_KEY_A KEY_A
org.lwjgl.glfw.GLFW GLFW_KEY_B KEY_B
org.lwjgl.glfw.GLFW GLFW_KEY_C KEY_C
org.lwjgl.glfw.GLFW GLFW_KEY_D KEY_D
org.lwjgl.glfw.GLFW GLFW_KEY_DOWN KEY_DOWN
org.lwjgl.glfw.GLFW GLFW_KEY_E KEY_E
org.lwjgl.glfw.GLFW GLFW_KEY_END KEY_END
org.lwjgl.glfw.GLFW GLFW_KEY_ENTER KEY_RETURN
org.lwjgl.glfw.GLFW GLFW_KEY_ESCAPE KEY_ESCAPE
org.lwjgl.glfw.GLFW GLFW_KEY_ESCAPE KEY_ESCAPE
org.lwjgl.glfw.GLFW GLFW_KEY_F KEY_F
org.lwjgl.glfw.GLFW GLFW_KEY_F3 KEY_F3
org.lwjgl.glfw.GLFW GLFW_KEY_G KEY_G
org.lwjgl.glfw.GLFW GLFW_KEY_H KEY_H
org.lwjgl.glfw.GLFW GLFW_KEY_HOME KEY_HOME
org.lwjgl.glfw.GLFW GLFW_KEY_I KEY_I
org.lwjgl.glfw.GLFW GLFW_KEY_J KEY_J
org.lwjgl.glfw.GLFW GLFW_KEY_K KEY_K
org.lwjgl.glfw.GLFW GLFW_KEY_L KEY_L
org.lwjgl.glfw.GLFW GLFW_KEY_LEFT KEY_LEFT
org.lwjgl.glfw.GLFW GLFW_KEY_LEFT_CONTROL KEY_LCONTROL
org.lwjgl.glfw.GLFW GLFW_KEY_LEFT_SHIFT KEY_LSHIFT
org.lwjgl.glfw.GLFW GLFW_KEY_M KEY_M
org.lwjgl.glfw.GLFW GLFW_KEY_N KEY_N
org.lwjgl.glfw.GLFW GLFW_KEY_O KEY_O
org.lwjgl.glfw.GLFW GLFW_KEY_P KEY_P
org.lwjgl.glfw.GLFW GLFW_KEY_Q KEY_Q
org.lwjgl.glfw.GLFW GLFW_KEY_R KEY_R
org.lwjgl.glfw.GLFW GLFW_KEY_RIGHT KEY_RIGHT
org.lwjgl.glfw.GLFW GLFW_KEY_RIGHT_CONTROL KEY_RCONTROL
org.lwjgl.glfw.GLFW GLFW_KEY_RIGHT_SHIFT KEY_RSHIFT
org.lwjgl.glfw.GLFW GLFW_KEY_S KEY_S
org.lwjgl.glfw.GLFW GLFW_KEY_SPACE KEY_SPACE
org.lwjgl.glfw.GLFW GLFW_KEY_T KEY_T
org.lwjgl.glfw.GLFW GLFW_KEY_TAB KEY_TAB
org.lwjgl.glfw.GLFW GLFW_KEY_U KEY_U
org.lwjgl.glfw.GLFW GLFW_KEY_UNKNOWN KEY_NONE
org.lwjgl.glfw.GLFW GLFW_KEY_UP KEY_UP
org.lwjgl.glfw.GLFW GLFW_KEY_V KEY_V
org.lwjgl.glfw.GLFW GLFW_KEY_W KEY_W
org.lwjgl.glfw.GLFW GLFW_KEY_X KEY_X
org.lwjgl.glfw.GLFW GLFW_KEY_Y KEY_Y
org.lwjgl.glfw.GLFW GLFW_KEY_Z KEY_Z
org.lwjgl.glfw.GLFW GLFW_KEY_LEFT_CONTROL KEY_LCONTROL
org.lwjgl.glfw.GLFW GLFW_KEY_RIGHT_CONTROL KEY_RCONTROL
org.lwjgl.glfw.GLFW GLFW_KEY_HOME KEY_HOME
org.lwjgl.glfw.GLFW GLFW_KEY_END KEY_END
org.lwjgl.glfw.GLFW GLFW_KEY_LEFT_SHIFT KEY_LSHIFT
org.lwjgl.glfw.GLFW GLFW_KEY_RIGHT_SHIFT KEY_RSHIFT
org.lwjgl.glfw.GLFW GLFW_KEY_SPACE KEY_SPACE
org.lwjgl.glfw.GLFW GLFW_KEY_TAB KEY_TAB
org.lwjgl.glfw.GLFW GLFW_KEY_UNKNOWN KEY_NONE
org.lwjgl.glfw.GLFW GLFW_KEY_F3 KEY_F3
org.lwjgl.glfw.GLFW GLFW_KEY_LEFT KEY_LEFT
org.lwjgl.glfw.GLFW GLFW_KEY_RIGHT KEY_RIGHT
org.lwjgl.glfw.GLFW GLFW_KEY_UP KEY_UP
org.lwjgl.glfw.GLFW GLFW_KEY_DOWN KEY_DOWN
org.lwjgl.glfw.GLFW GLFW_KEY_ESCAPE KEY_ESCAPE
org.lwjgl.glfw.GLFW GLFW_KEY_ENTER KEY_RETURN
org.lwjgl.glfw.GLFW GLFW_KEY_ESCAPE KEY_ESCAPE

2 changes: 2 additions & 0 deletions versions/mapping-1.21-1.16.5.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

net.minecraft.entity.Entity getId() getEntityId()

0 comments on commit a17c9da

Please sign in to comment.