Package com.pixelmonmod.tcg.duel
Class RenderDuel
java.lang.Object
com.pixelmonmod.tcg.duel.RenderDuel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
draw2DLine
(net.minecraft.client.gui.GuiGraphics matrix, double fromX, double fromY, double toX, double toY, float r, float g, float b, float w) static void
draw2DLine
(net.minecraft.client.gui.GuiGraphics graphics, double fromX, double fromY, double toX, double toY, float r, float g, float b, float a, float w) static void
draw2DRectangle
(net.minecraft.client.gui.GuiGraphics matrix, double x1, double x2, double y1, double y2, float r, float g, float b, float a) static void
drawBoardOutline
(net.minecraft.client.gui.GuiGraphics graphics, BattleOwnedTileEntityController controller, float x, float y, float z, float partialTicks) static void
drawCardOutline
(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.core.Direction direction, float x, float y, float z, boolean isHorizontal, int r, int g, int b) static void
drawPokemonModelOnBoard
(net.minecraft.client.gui.GuiGraphics graphics, double x, double y, double z, net.minecraft.client.Minecraft mc, float partialTicks, CommonCardState c, BoardLocation location, int sublocation, int playerIndex, float scale) static void
drawPrizeOutline
(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.core.Direction direction, float x, float y, float z, int r, int g, int b) static void
drawStraightLine
(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.core.Direction direction, float fromX, float fromY, float fromZ, float toX, float toY, float toZ, int r, int g, int b, float w)
-
Constructor Details
-
RenderDuel
public RenderDuel()
-
-
Method Details
-
drawStraightLine
public static void drawStraightLine(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.core.Direction direction, float fromX, float fromY, float fromZ, float toX, float toY, float toZ, int r, int g, int b, float w) -
draw2DLine
public static void draw2DLine(net.minecraft.client.gui.GuiGraphics matrix, double fromX, double fromY, double toX, double toY, float r, float g, float b, float w) -
draw2DLine
public static void draw2DLine(net.minecraft.client.gui.GuiGraphics graphics, double fromX, double fromY, double toX, double toY, float r, float g, float b, float a, float w) -
draw2DRectangle
public static void draw2DRectangle(net.minecraft.client.gui.GuiGraphics matrix, double x1, double x2, double y1, double y2, float r, float g, float b, float a) -
drawCardOutline
public static void drawCardOutline(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.core.Direction direction, float x, float y, float z, boolean isHorizontal, int r, int g, int b) -
drawPrizeOutline
public static void drawPrizeOutline(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.core.Direction direction, float x, float y, float z, int r, int g, int b) -
drawBoardOutline
public static void drawBoardOutline(net.minecraft.client.gui.GuiGraphics graphics, BattleOwnedTileEntityController controller, float x, float y, float z, float partialTicks) -
drawPokemonModelOnBoard
public static void drawPokemonModelOnBoard(net.minecraft.client.gui.GuiGraphics graphics, double x, double y, double z, net.minecraft.client.Minecraft mc, float partialTicks, CommonCardState c, BoardLocation location, int sublocation, int playerIndex, float scale)
-