Class CurvedPath

java.lang.Object
dev.latvian.mods.klib.math.CurvedPath

public class CurvedPath extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final net.minecraft.world.phys.Vec3[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CurvedPath(net.minecraft.core.BlockPos... b)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.phys.Vec3
    get(int i)
     

    Methods inherited from class Object

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

    • path

      public final net.minecraft.world.phys.Vec3[] path
  • Constructor Details

    • CurvedPath

      public CurvedPath(net.minecraft.core.BlockPos... b)
  • Method Details

    • get

      public net.minecraft.world.phys.Vec3 get(int i)