Class HandleRenderer
java.lang.Object
de.luckymcdev.foundryengine.client.render.HandleRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisHovered(net.minecraft.world.phys.Vec3 position, net.minecraft.world.phys.Vec3 eye, net.minecraft.world.phys.Vec3 look, double threshold) static voidrenderHandle(net.minecraft.world.phys.Vec3 position, double size, Color color) static voidrenderHandle(net.minecraft.world.phys.Vec3 position, double size, Color outlineColor, Color fillColor) static voidrenderHandle(net.minecraft.world.phys.Vec3 position, Color color) static voidrenderLine(net.minecraft.world.phys.Vec3 from, net.minecraft.world.phys.Vec3 to, Color color) static voidrenderLine(net.minecraft.world.phys.Vec3 from, net.minecraft.world.phys.Vec3 to, Color color, int width) static voidrenderOutline(net.minecraft.world.phys.AABB bounds, Color color)
-
Constructor Details
-
HandleRenderer
public HandleRenderer()
-
-
Method Details
-
renderHandle
-
renderHandle
-
renderHandle
-
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
-
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)
-