Package journeymap.api.v2.client.event
Class FullscreenMapEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.common.event.impl.ClientEvent
journeymap.api.v2.client.event.FullscreenMapEvent
- Direct Known Subclasses:
FullscreenMapEvent.ClickEvent,FullscreenMapEvent.MouseDraggedEvent,FullscreenMapEvent.MouseMoveEvent
Event classes for the Fullscreen map.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClickedEvent, handles mouseclicks pre and post, pre is cancelable post is not.static classMouseDraggedEvent, handles mouse dragging pre and post, pre is cancelable post is not.static classMouseDraggedEvent, handles mouse dragging pre and post, pre is cancelable post is not.static enum -
Field Summary
Fields inherited from class journeymap.api.v2.common.event.impl.ClientEvent
dimensionFields inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
timestamp -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> getLevel()net.minecraft.core.BlockPosMethods inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
cancel, isCancellable, isCancelled
-
Method Details
-
getLocation
public net.minecraft.core.BlockPos getLocation() -
getLevel
public net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> getLevel()
-