Class AssetUtil

java.lang.Object
com.hrznstudio.titanium.util.AssetUtil

public class AssetUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    drawAsset(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.screens.Screen screen, IAsset asset, int xPos, int yPos)
     
    static void
    drawHorizontalLine(net.minecraft.client.gui.GuiGraphics guiGraphics, int startX, int endX, int y, int color)
     
    static void
    drawSelectingOverlay(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height)
     
    static void
    drawVerticalLine(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int startY, int endY, int color)
     

    Methods inherited from class java.lang.Object

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

    • AssetUtil

      public AssetUtil()
  • Method Details

    • drawAsset

      public static void drawAsset(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.screens.Screen screen, IAsset asset, int xPos, int yPos)
    • drawSelectingOverlay

      public static void drawSelectingOverlay(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height)
    • drawHorizontalLine

      public static void drawHorizontalLine(net.minecraft.client.gui.GuiGraphics guiGraphics, int startX, int endX, int y, int color)
    • drawVerticalLine

      public static void drawVerticalLine(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int startY, int endY, int color)