Class VectorConverter

java.lang.Object
dev.thorinwasher.blockanimator.paper.VectorConverter

public class VectorConverter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.Location
    toLocation(dev.thorinwasher.blockanimator.api.supplier.ImmutableVector3i Vector3d, org.bukkit.World world)
     
    static org.bukkit.Location
    toLocation(org.joml.Vector3d Vector3d, org.bukkit.World world)
     
    static org.joml.Vector3d
    toVector3d(org.bukkit.Location location)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VectorConverter

      public VectorConverter()
  • Method Details

    • toLocation

      public static org.bukkit.Location toLocation(org.joml.Vector3d Vector3d, org.bukkit.World world)
    • toLocation

      public static org.bukkit.Location toLocation(dev.thorinwasher.blockanimator.api.supplier.ImmutableVector3i Vector3d, org.bukkit.World world)
    • toVector3d

      public static org.joml.Vector3d toVector3d(org.bukkit.Location location)