Class EventRender2D
java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.client.api.events.render.EventRender
org.rusherhack.client.api.events.render.EventRender2D
- All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
This event is called during the game's 2D rendering stage
-
Constructor Summary
ConstructorDescriptionEventRender2D
(net.minecraft.client.gui.GuiGraphics graphics, float partialTicks) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.gui.GuiGraphics
org.rusherhack.core.event.stage.Stage
getStage()
TODO: documentationMethods inherited from class org.rusherhack.client.api.events.render.EventRender
getMatrixStack, getPartialTicks
Methods inherited from class org.rusherhack.core.event.type.Event
getPreferredStage, setStage
-
Constructor Details
-
EventRender2D
public EventRender2D(net.minecraft.client.gui.GuiGraphics graphics, float partialTicks)
-
-
Method Details
-
getRenderContext
-
getGraphics
public net.minecraft.client.gui.GuiGraphics getGraphics() -
getStage
public org.rusherhack.core.event.stage.Stage getStage()TODO: documentation- Specified by:
getStage
in interfaceorg.rusherhack.core.event.stage.IStageable
- Overrides:
getStage
in classorg.rusherhack.core.event.type.Event
- Returns:
- PRE, ON, OR POST
-