Jump to content

Recommended Posts

Posted (edited)

I'm trying to make the client send an attack packet to the server. I found the .attackEntityFrom() and .attackEntityWithCurrentItem() but both require an entity and .attackEntityFrom() requires a damage amount which I am guessing doesn't work on a server. I tried .swingItem() but that does not work.

Edited by Big_Bad_E
Posted
19 hours ago, larsgerrits said:

(from a users perspective)

What you described is from modders perspective, not the user perspective.

 

Let's say you make an Item which attacks all mobs around you. The only thing a user sees is that all mobs around him/her are attacked.

 

Describe from a user's perspective what should happen. This way we can help you with the implementation details.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Posted

The reason we want to know what you're trying to do from user perspective is that sending an attack packet directly is not necessarily the best way to accomplish it. For example, if this is an item that you use to activate then there are already methods for turning item use into attacks. If you have a tile entity that is attacking then there are methods appropriate for that. And so forth.

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Posted

I'm just messing around with sending packets from player, I found some of them have methods, but it seems the attack method does not have one that I can find, except the two I listed above. I don't really have an end goal tbh. I just want to figure out how to send an attack packet from the player. I can use Packet 7 to swing items 10,11,12,13 with the player variable. But what is the method to make a player attack, and if there is not one how do I send the attack packet from a player to the server.

Posted
10 hours ago, Big_Bad_E said:

I'm just messing around with sending packets from player, I found some of them have methods, but it seems the attack method does not have one that I can find, except the two I listed above. I don't really have an end goal tbh. I just want to figure out how to send an attack packet from the player. I can use Packet 7 to swing items 10,11,12,13 with the player variable. But what is the method to make a player attack, and if there is not one how do I send the attack packet from a player to the server.

Use Forge's SimpleImpl to create custom packets.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.