java.lang.Object
com.simibubi.create.foundation.utility.outliner.Outline
com.simibubi.create.foundation.utility.outliner.LineOutline
Direct Known Subclasses:
LineOutline.EndChasingLineOutline

public class LineOutline extends Outline
  • Field Details

    • start

      protected net.minecraft.world.phys.Vec3 start
    • end

      protected net.minecraft.world.phys.Vec3 end
  • Constructor Details

    • LineOutline

      public LineOutline()
  • Method Details

    • set

      public LineOutline set(net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end)
    • render

      public void render(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer, float pt)
      Specified by:
      render in class Outline