Package com.pixelmonmod.tcg.duel
Class RenderDuel
java.lang.Object
com.pixelmonmod.tcg.duel.RenderDuel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddraw2DLine(net.minecraft.client.gui.GuiGraphics matrix, double fromX, double fromY, double toX, double toY, float r, float g, float b, float w) static voiddraw2DLine(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 voiddraw2DRectangle(net.minecraft.client.gui.GuiGraphics matrix, double x1, double x2, double y1, double y2, float r, float g, float b, float a) static voiddrawBoardOutline(net.minecraft.client.gui.GuiGraphics graphics, BattleOwnedTileEntityController controller, float x, float y, float z, float partialTicks) static voiddrawCardOutline(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 voiddrawPokemonModelOnBoard(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 voiddrawPrizeOutline(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.core.Direction direction, float x, float y, float z, int r, int g, int b) static voiddrawStraightLine(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)
-