Posted January 21, 201510 yr Hi so I was looking around and I saw the player had a method called getLookVec, which returns Vec3. What is a Vec3 and how do I use it? Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.
January 21, 201510 yr It is a vector in three dimensions, hence the name Vec3. What do you want to use it for? Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 22, 201510 yr Author I want to know some cool things I could do with the players look vec. Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.
January 22, 201510 yr It's a vector... Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 22, 201510 yr I want to know some cool things I could do with the players look vec. It's not directly the player look vector, but you can stuff like this with the normal Vec3. https://bitbucket.org/Dragonisser/cobaltmod/src/2e23e3b1a547b37c59234d4725bef14b7af1a1f2/cobaltmod/entity/EntityCobaltGuardian.java?at=master#cl-288
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.