Package com.hrznstudio.titanium.util
Class AssetUtil
java.lang.Object
com.hrznstudio.titanium.util.AssetUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawAsset(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.screens.Screen screen, IAsset asset, int xPos, int yPos) static voiddrawHorizontalLine(net.minecraft.client.gui.GuiGraphics guiGraphics, int startX, int endX, int y, int color) static voiddrawSelectingOverlay(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height) static voiddrawVerticalLine(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int startY, int endY, int color)
-
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)
-