foreach
-
how to send c04 every pathfinding pos? and also is
PathUtils.findPath(Target.posX, Target.posY, Target.posZ)
actually right?
-
Please describe your question more clearly and declare what u want
-
@ivanovladimirs Since when did lb have a PathUtils
-
@konoha-scarlet I need liquidbounce pathutils to find a path to whatever coordinate, then I want to send c04 packets everytime it moves
-
@ivanovladimirs I think what you want is an A* path finder to generate an array of 3d vectors which marks the track. You can get it in many other clients' code such as Sigma(oldver)
-
@konoha-scarlet no. he dosent want to render it he wants to send c04's to every location in the list returned by the util.
-
Exactly what plumer man just said
-
@plumer-man In my understanding, it's like TPAura's route? (it also sends many C04 packets)
-
@konoha-scarlet Yes, he dosent want to render the 3d vectors tho
-
@konoha-scarlet exactly