Package journeymap.api.v2.client.event
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 journeymap.api.v2.client.event.ClientEvent
dimensionFields inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
timestamp -
Constructor Summary
ConstructorsConstructorDescriptionFullscreenRenderEvent(IFullscreen fullscreen, net.minecraft.client.gui.GuiGraphics graphics, int mouseX, int mouseY, float partialTicks) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.gui.GuiGraphicsintintfloatMethods inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
cancel, isCancellable, isCancelled
-
Constructor Details
-
FullscreenRenderEvent
public FullscreenRenderEvent(IFullscreen fullscreen, net.minecraft.client.gui.GuiGraphics 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.GuiGraphics getGraphics()
-