public class FullscreenRenderEvent extends ClientEvent
This event cannot be canceled.
dimensiontimestamp| Constructor and Description |
|---|
FullscreenRenderEvent(IFullscreen fullscreen,
com.mojang.blaze3d.vertex.PoseStack graphics,
int mouseX,
int mouseY,
float partialTicks) |
| Modifier and Type | Method and Description |
|---|---|
IFullscreen |
getFullscreen() |
com.mojang.blaze3d.vertex.PoseStack |
getGraphics() |
int |
getMouseX() |
int |
getMouseY() |
float |
getPartialTicks() |
cancel, isCancellable, isCancelledpublic FullscreenRenderEvent(IFullscreen fullscreen, com.mojang.blaze3d.vertex.PoseStack graphics, int mouseX, int mouseY, float partialTicks)
public IFullscreen getFullscreen()
public int getMouseX()
public int getMouseY()
public float getPartialTicks()
public com.mojang.blaze3d.vertex.PoseStack getGraphics()