Package com.pixelmonmod.tcg.duel
Class RenderDuel
java.lang.Object
com.pixelmonmod.tcg.duel.RenderDuel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
RenderDuelpublic RenderDuel()
 
- 
- 
Method Details- 
drawStraightLinepublic 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) 
- 
draw2DLinepublic 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) 
- 
draw2DLinepublic 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) 
- 
draw2DRectanglepublic 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) 
- 
drawCardOutlinepublic 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) 
- 
drawPrizeOutlinepublic 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) 
- 
drawBoardOutlinepublic static void drawBoardOutline(net.minecraft.client.gui.GuiGraphics graphics, BattleOwnedTileEntityController controller, float x, float y, float z, float partialTicks) 
- 
drawPokemonModelOnBoardpublic 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) 
 
-