java.lang.Object
team.lodestar.lodestone.systems.rendering.trail.TrailPoint

public final class TrailPoint extends Object
  • Constructor Details

    • TrailPoint

      public TrailPoint(net.minecraft.world.phys.Vec3 position, int timeActive)
    • TrailPoint

      public TrailPoint(net.minecraft.world.phys.Vec3 position)
  • Method Details

    • getMatrixPosition

      public com.mojang.math.Vector4f getMatrixPosition()
    • getPosition

      public net.minecraft.world.phys.Vec3 getPosition()
    • getTimeActive

      public int getTimeActive()
    • lerp

      public TrailPoint lerp(TrailPoint trailPoint, float delta)
    • tick

      public void tick()