diff options
author | Linnea Gräf <nea@nea.moe> | 2024-08-11 13:22:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-11 13:22:24 +0200 |
commit | 8903d9fa783455558d20eb32a2038c87ab5913be (patch) | |
tree | 2c925d0ecf625f8e8a5505960d0d51d2201e88e2 /versions/mapping-1.12.2-1.8.9.txt | |
parent | a8d4861b051298cc8a1db3c5210a32abab866b1e (diff) | |
download | skyhanni-8903d9fa783455558d20eb32a2038c87ab5913be.tar.gz skyhanni-8903d9fa783455558d20eb32a2038c87ab5913be.tar.bz2 skyhanni-8903d9fa783455558d20eb32a2038c87ab5913be.zip |
Add multi version preprocessor (#2283)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'versions/mapping-1.12.2-1.8.9.txt')
-rw-r--r-- | versions/mapping-1.12.2-1.8.9.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/versions/mapping-1.12.2-1.8.9.txt b/versions/mapping-1.12.2-1.8.9.txt new file mode 100644 index 000000000..9ed58485b --- /dev/null +++ b/versions/mapping-1.12.2-1.8.9.txt @@ -0,0 +1,20 @@ + +net.minecraft.util.math.MathHelper net.minecraft.util.MathHelper +net.minecraft.util.math.BlockPos net.minecraft.util.BlockPos +net.minecraft.util.math.AxisAlignedBB net.minecraft.util.AxisAlignedBB +net.minecraft.util.math.Vec3d net.minecraft.util.Vec3 +net.minecraft.util.math.Vec3d net.minecraft.util.Vec3 +net.minecraft.util.math.Rotations net.minecraft.util.Rotations +net.minecraft.network.play.server.SPacketParticles net.minecraft.network.play.server.S2APacketParticles + +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.event.ClickEvent net.minecraft.event.ClickEvent + + |