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, int mouseX, int mouseY, float partialTicks) -
Method Summary
Modifier and TypeMethodDescriptionintintfloatMethods inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
cancel, isCancellable, isCancelled
-
Constructor Details
-
FullscreenRenderEvent
-
-
Method Details
-
getFullscreen
-
getMouseX
public int getMouseX() -
getMouseY
public int getMouseY() -
getPartialTicks
public float getPartialTicks()
-