Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Packet player on horse

    Kotlin/Java
    2
    3
    94
    Loading More Posts
    • 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.
    • It'sHiKI
      It'sHiKI last edited by

      What's the name of the Packet that tells the server I'm on a horse?

      dntdbt 1 Reply Last reply Reply Quote 0
      • It'sHiKI
        It'sHiKI last edited by

        sorry my english is bad

        1 Reply Last reply Reply Quote 0
        • dntdbt
          dntdbt @It'sHiKI last edited by dntdbt

          @it-shiki your english is not as bad as you think

          To mount entity:
          C02PacketUseEntity(Entity, C02PacketUseEntity.Action.INTERACT)
          https://scriptapi.liquidbounce.net/net/minecraft/network/play/client/C02PacketUseEntity.html

          To move entity:
          C0CPacketInput
          https://scriptapi.liquidbounce.net/net/minecraft/network/play/client/C0CPacketInput.html

          To jump on entity:
          C0BPacketEntityAction(Entity, C0BPacketEntityAction.Action.RIDING_JUMP)
          https://scriptapi.liquidbounce.net/net/minecraft/network/play/client/C0BPacketEntityAction.html

          1 Reply Last reply Reply Quote 1
          • First post
            Last post