Class TrailRenderPoint

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

public class TrailRenderPoint extends Object
  • Field Details

    • xp

      public final float xp
    • xn

      public final float xn
    • yp

      public final float yp
    • yn

      public final float yn
    • z

      public final float z
  • Constructor Details

    • TrailRenderPoint

      public TrailRenderPoint(float xp, float xn, float yp, float yn, float z)
    • TrailRenderPoint

      public TrailRenderPoint(com.mojang.math.Vector4f pos, net.minecraft.world.phys.Vec2 perp)
  • Method Details