Class EmptySplashRenderer

java.lang.Object
net.minecraft.client.gui.components.SplashRenderer
net.darkhax.splashy.gui.components.EmptySplashRenderer

public class EmptySplashRenderer extends net.minecraft.client.gui.components.SplashRenderer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.client.gui.components.SplashRenderer
     

    Fields inherited from class net.minecraft.client.gui.components.SplashRenderer

    CHRISTMAS, HALLOWEEN, NEW_YEAR
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(net.minecraft.client.gui.GuiGraphics graphics, int screenWidth, net.minecraft.client.gui.Font font, int color)
     

    Methods inherited from class java.lang.Object

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

    • EMPTY

      public static final net.minecraft.client.gui.components.SplashRenderer EMPTY
  • Method Details

    • render

      public void render(net.minecraft.client.gui.GuiGraphics graphics, int screenWidth, net.minecraft.client.gui.Font font, int color)
      Overrides:
      render in class net.minecraft.client.gui.components.SplashRenderer