Class EventRenderScreen.Background

java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.core.event.type.EventCancellable
org.rusherhack.client.api.events.render.EventRenderScreen.Background
All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
Enclosing class:
EventRenderScreen

public static class EventRenderScreen.Background extends org.rusherhack.core.event.type.EventCancellable
  • Constructor Summary

    Constructors
    Constructor
    Description
    Background(net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.gui.GuiGraphics graphics)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.gui.GuiGraphics
     
    net.minecraft.client.gui.screens.Screen
     

    Methods inherited from class org.rusherhack.core.event.type.EventCancellable

    isCancelled, setCancelled

    Methods inherited from class org.rusherhack.core.event.type.Event

    getPreferredStage, getStage, setStage

    Methods inherited from class java.lang.Object

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

    • Background

      public Background(net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.gui.GuiGraphics graphics)
  • Method Details

    • getScreen

      public net.minecraft.client.gui.screens.Screen getScreen()
    • getGraphics

      public net.minecraft.client.gui.GuiGraphics getGraphics()