Class VectorConverter
java.lang.Object
dev.thorinwasher.blockanimator.paper.VectorConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.LocationtoLocation(dev.thorinwasher.blockanimator.api.supplier.ImmutableVector3i Vector3d, org.bukkit.World world) static org.bukkit.LocationtoLocation(org.joml.Vector3d Vector3d, org.bukkit.World world) static org.joml.Vector3dtoVector3d(org.bukkit.Location location)
-
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)
-