Class FullscreenRenderEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.client.event.ClientEvent
journeymap.api.v2.client.event.FullscreenRenderEvent
This event fired after map tiles and all entities, polygons, waypoints and before the buttons.
Use it to do any custom rendering on the map.
This event cannot be canceled.
-
Field Summary
Fields inherited from class ClientEvent
dimensionFields inherited from class JourneyMapEvent
timestamp -
Constructor Summary
ConstructorsConstructorDescriptionFullscreenRenderEvent(IFullscreen fullscreen, net.minecraft.client.gui.GuiGraphicsExtractor graphics, int mouseX, int mouseY, float partialTicks) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.gui.GuiGraphicsExtractorintintfloatMethods inherited from class JourneyMapEvent
cancel, isCancellable, isCancelled
-
Constructor Details
-
FullscreenRenderEvent
public FullscreenRenderEvent(IFullscreen fullscreen, net.minecraft.client.gui.GuiGraphicsExtractor graphics, int mouseX, int mouseY, float partialTicks)
-
-
Method Details
-
getFullscreen
-
getMouseX
public int getMouseX() -
getMouseY
public int getMouseY() -
getPartialTicks
public float getPartialTicks() -
getGraphics
public net.minecraft.client.gui.GuiGraphicsExtractor getGraphics()
-