Class HandleRenderer

java.lang.Object
de.luckymcdev.foundryengine.client.render.HandleRenderer

public class HandleRenderer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    isHovered(net.minecraft.world.phys.Vec3 position, net.minecraft.world.phys.Vec3 eye, net.minecraft.world.phys.Vec3 look, double threshold)
     
    static void
    renderHandle(net.minecraft.world.phys.Vec3 position, double size, Color color)
     
    static void
    renderHandle(net.minecraft.world.phys.Vec3 position, double size, Color outlineColor, Color fillColor)
     
    static void
    renderHandle(net.minecraft.world.phys.Vec3 position, Color color)
     
    static void
    renderLine(net.minecraft.world.phys.Vec3 from, net.minecraft.world.phys.Vec3 to, Color color)
     
    static void
    renderLine(net.minecraft.world.phys.Vec3 from, net.minecraft.world.phys.Vec3 to, Color color, int width)
     
    static void
    renderOutline(net.minecraft.world.phys.AABB bounds, Color color)
     

    Methods inherited from class Object

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

    • HandleRenderer

      public HandleRenderer()
  • Method Details

    • renderHandle

      public static void renderHandle(net.minecraft.world.phys.Vec3 position, Color color)
    • renderHandle

      public static void renderHandle(net.minecraft.world.phys.Vec3 position, double size, Color color)
    • renderHandle

      public static void renderHandle(net.minecraft.world.phys.Vec3 position, double size, Color outlineColor, Color fillColor)
    • renderLine

      public static void renderLine(net.minecraft.world.phys.Vec3 from, net.minecraft.world.phys.Vec3 to, Color color)
    • renderLine

      public static void renderLine(net.minecraft.world.phys.Vec3 from, net.minecraft.world.phys.Vec3 to, Color color, int width)
    • renderOutline

      public static void renderOutline(net.minecraft.world.phys.AABB bounds, Color color)
    • isHovered

      public static boolean isHovered(net.minecraft.world.phys.Vec3 position, net.minecraft.world.phys.Vec3 eye, net.minecraft.world.phys.Vec3 look, double threshold)