Ok so i have the BlockPos (Players bed location just to test) but how could i make a way point of sort from it?
BlockPos bed = Minecraft.getMinecraft().player.getBedLocation();
I know you would use the BlockPos to show where the way point is, but the actual way point that you can see from anywhere i have no clue how to do, one way i have though of is creating a GUI at the BlockPos but i cant see anywhere on how to do that.