Class SableIntegration
java.lang.Object
me.alexdevs.classicPeripherals.integrations.SableIntegration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetDistanceSquared(net.minecraft.world.level.Level level, net.minecraft.world.phys.Vec3 pos1, net.minecraft.world.phys.Vec3 pos2) static net.minecraft.world.phys.Vec3getTranslatedPos(net.minecraft.world.level.Level level, net.minecraft.world.phys.Vec3 pos) static net.minecraft.world.phys.Vec3toVec3(org.joml.Vector3d vector) static org.joml.Vector3dtoVector(net.minecraft.world.phys.Vec3 vec3)
-
Constructor Details
-
SableIntegration
public SableIntegration()
-
-
Method Details
-
getDistanceSquared
public static double getDistanceSquared(net.minecraft.world.level.Level level, net.minecraft.world.phys.Vec3 pos1, net.minecraft.world.phys.Vec3 pos2) -
toVector
public static org.joml.Vector3d toVector(net.minecraft.world.phys.Vec3 vec3) -
toVec3
public static net.minecraft.world.phys.Vec3 toVec3(org.joml.Vector3d vector) -
getTranslatedPos
public static net.minecraft.world.phys.Vec3 getTranslatedPos(net.minecraft.world.level.Level level, net.minecraft.world.phys.Vec3 pos)
-