Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Kotlin/Java
  3. Please Help me!!!!!!!!!!! (Java)

Please Help me!!!!!!!!!!! (Java)

Scheduled Pinned Locked Moved Solved Kotlin/Java
11 Posts 4 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ButterChickenB Offline
    ButterChickenB Offline
    ButterChicken
    wrote on last edited by ButterChicken
    #1

    I want to write something,
    but I want to write an AddToSendQueue class in MixinNetHandlerPlayClient.
    I want to reference this class in Fly.
    But after I exported the jar,
    it prompted an error: "Cannot find symbol"

    Chinese:
    想要写出一个东西,
    但是我想在MixinNetHandlerPlayClient写一个AddToSendQueue类。
    在Fly中我想引用这个类。
    但是我导出了jar后,
    会提示错误:“找不到符号”

    Please solve it for me!

    A 1 Reply Last reply
    0
    • ButterChickenB ButterChicken

      This is Module:
      QQ截图20200806194010.png
      This is Mixin:
      QQ截图20200806194128.png

      C Offline
      C Offline
      commandblock2
      wrote on last edited by
      #7

      @ButterChicken fb84ded8-a49b-4445-ba75-7405349c2ebe-image.png Because the mc.thePlayer.sendQueue is a NetHandlerPlayClient instead of a MixinNetHandlerPlayClient.

      Runtime:7f132705-7c37-46f7-ba08-8171e36fec2c-image.png
      And idk why this Java.type("net.ccbluex.liquidbounce.injection.forge.mixins.network.MixinNetHandlerPlayClient") gives

      java.lang.RuntimeException: java.lang.ClassNotFoundException: net.ccbluex.liquidbounce.injection.forge.mixins.network.MixinNetHandlerPlayClient
      

      btw
      PacketEvent was from "sendPacket(Lnet/minecraft/network/Packet;)V" c3d89e71-48da-4ef2-9e68-a6daa539b99a-image.png
      if the goal was to send packets without PacketEvent I think this might not work.

      But anyway you could see Blink if u want something like it.

      ButterChickenB 1 Reply Last reply
      0
      • ButterChickenB ButterChicken

        I want to write something,
        but I want to write an AddToSendQueue class in MixinNetHandlerPlayClient.
        I want to reference this class in Fly.
        But after I exported the jar,
        it prompted an error: "Cannot find symbol"

        Chinese:
        想要写出一个东西,
        但是我想在MixinNetHandlerPlayClient写一个AddToSendQueue类。
        在Fly中我想引用这个类。
        但是我导出了jar后,
        会提示错误:“找不到符号”

        Please solve it for me!

        A Offline
        A Offline
        Aftery
        wrote on last edited by
        #2

        @ButterChicken provide more information
        also not script related thanks

        ButterChickenB 1 Reply Last reply
        0
        • A Aftery

          @ButterChicken provide more information
          also not script related thanks

          ButterChickenB Offline
          ButterChickenB Offline
          ButterChicken
          wrote on last edited by
          #3

          @Aftery (Refers to LiquidBounce src)

          A 1 Reply Last reply
          0
          • ButterChickenB ButterChicken

            @Aftery (Refers to LiquidBounce src)

            A Offline
            A Offline
            Aftery
            wrote on last edited by
            #4

            @ButterChicken and what does that help with

            1 Reply Last reply
            0
            • ButterChickenB Offline
              ButterChickenB Offline
              ButterChicken
              wrote on last edited by
              #5

              This is Module:
              QQ截图20200806194010.png
              This is Mixin:
              QQ截图20200806194128.png

              A C NinjaMakiN 3 Replies Last reply
              0
              • ButterChickenB ButterChicken

                This is Module:
                QQ截图20200806194010.png
                This is Mixin:
                QQ截图20200806194128.png

                A Offline
                A Offline
                Aftery
                wrote on last edited by
                #6

                @ButterChicken lol are you sure thats how mixins work

                1 Reply Last reply
                0
                • ButterChickenB ButterChicken

                  This is Module:
                  QQ截图20200806194010.png
                  This is Mixin:
                  QQ截图20200806194128.png

                  C Offline
                  C Offline
                  commandblock2
                  wrote on last edited by
                  #7

                  @ButterChicken fb84ded8-a49b-4445-ba75-7405349c2ebe-image.png Because the mc.thePlayer.sendQueue is a NetHandlerPlayClient instead of a MixinNetHandlerPlayClient.

                  Runtime:7f132705-7c37-46f7-ba08-8171e36fec2c-image.png
                  And idk why this Java.type("net.ccbluex.liquidbounce.injection.forge.mixins.network.MixinNetHandlerPlayClient") gives

                  java.lang.RuntimeException: java.lang.ClassNotFoundException: net.ccbluex.liquidbounce.injection.forge.mixins.network.MixinNetHandlerPlayClient
                  

                  btw
                  PacketEvent was from "sendPacket(Lnet/minecraft/network/Packet;)V" c3d89e71-48da-4ef2-9e68-a6daa539b99a-image.png
                  if the goal was to send packets without PacketEvent I think this might not work.

                  But anyway you could see Blink if u want something like it.

                  ButterChickenB 1 Reply Last reply
                  0
                  • C commandblock2

                    @ButterChicken fb84ded8-a49b-4445-ba75-7405349c2ebe-image.png Because the mc.thePlayer.sendQueue is a NetHandlerPlayClient instead of a MixinNetHandlerPlayClient.

                    Runtime:7f132705-7c37-46f7-ba08-8171e36fec2c-image.png
                    And idk why this Java.type("net.ccbluex.liquidbounce.injection.forge.mixins.network.MixinNetHandlerPlayClient") gives

                    java.lang.RuntimeException: java.lang.ClassNotFoundException: net.ccbluex.liquidbounce.injection.forge.mixins.network.MixinNetHandlerPlayClient
                    

                    btw
                    PacketEvent was from "sendPacket(Lnet/minecraft/network/Packet;)V" c3d89e71-48da-4ef2-9e68-a6daa539b99a-image.png
                    if the goal was to send packets without PacketEvent I think this might not work.

                    But anyway you could see Blink if u want something like it.

                    ButterChickenB Offline
                    ButterChickenB Offline
                    ButterChicken
                    wrote on last edited by ButterChicken
                    #8
                    This post is deleted!
                    A 1 Reply Last reply
                    0
                    • ButterChickenB ButterChicken

                      This post is deleted!

                      A Offline
                      A Offline
                      Aftery
                      wrote on last edited by
                      #9

                      @ButterChicken by using simple logic yes

                      1 Reply Last reply
                      0
                      • ButterChickenB ButterChicken

                        This is Module:
                        QQ截图20200806194010.png
                        This is Mixin:
                        QQ截图20200806194128.png

                        NinjaMakiN Offline
                        NinjaMakiN Offline
                        NinjaMaki
                        wrote on last edited by
                        #10

                        @ButterChicken Obviously you are skidding DisablerModule from Autumn Client XDDDD

                        ButterChickenB 1 Reply Last reply
                        0
                        • NinjaMakiN NinjaMaki

                          @ButterChicken Obviously you are skidding DisablerModule from Autumn Client XDDDD

                          ButterChickenB Offline
                          ButterChickenB Offline
                          ButterChicken
                          wrote on last edited by
                          #11

                          @NinjaMaki Yes, but I also explained.

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          About
                          • Terms of Service
                          • Privacy Policy
                          • Status
                          • Contact Us
                          Downloads
                          • Releases
                          • Source code
                          • License
                          Docs
                          • Tutorials
                          • CustomHUD
                          • AutoSettings
                          • ScriptAPI
                          Community
                          • Forum
                          • Guilded
                          • YouTube
                          • Twitter
                          • D.Tube
                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups