Class SableIntegration

java.lang.Object
me.alexdevs.classicPeripherals.integrations.SableIntegration

public class SableIntegration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    getDistanceSquared(net.minecraft.world.level.Level level, net.minecraft.world.phys.Vec3 pos1, net.minecraft.world.phys.Vec3 pos2)
     
    static net.minecraft.world.phys.Vec3
    getTranslatedPos(net.minecraft.world.level.Level level, net.minecraft.world.phys.Vec3 pos)
     
    static net.minecraft.world.phys.Vec3
    toVec3(org.joml.Vector3d vector)
     
    static org.joml.Vector3d
    toVector(net.minecraft.world.phys.Vec3 vec3)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)