Class DuelLogScreen

java.lang.Object
com.pixelmonmod.tcg.client.gui.duel.DuelLogScreen

public class DuelLogScreen extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final net.minecraft.resources.ResourceLocation
     
    protected static final net.minecraft.resources.ResourceLocation
     
    protected static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(net.minecraft.client.gui.GuiGraphics graphics, DuelLog log, int mX, int mY, float zL)
     

    Methods inherited from class java.lang.Object

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

    • BAR

      protected static final net.minecraft.resources.ResourceLocation BAR
    • SELF

      protected static final net.minecraft.resources.ResourceLocation SELF
    • OPPONENT

      protected static final net.minecraft.resources.ResourceLocation OPPONENT
  • Constructor Details

    • DuelLogScreen

      public DuelLogScreen(TCGScreen parent)
  • Method Details

    • draw

      public void draw(net.minecraft.client.gui.GuiGraphics graphics, DuelLog log, int mX, int mY, float zL)