java.lang.Object
net.botwithus.rs3.events.impl.InteractionEvent
- All Implemented Interfaces:
EventMapper
InteractionEvent
relies on preview features of the Java platform:
InteractionEvent
refers to one or more preview APIs:Arena
,MemoryLayout
,MemorySegment
.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
The InteractionEvent that is created when an RuneScape action is fired.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic InteractionEvent
fromNative
(MemorySegmentPREVIEW struct) void
fromSegment
(MemorySegmentPREVIEW segment) toString()
-
Field Details
-
mInteractionEvent
-
-
Constructor Details
-
InteractionEvent
public InteractionEvent()
-
-
Method Details
-
toSegment
- Specified by:
toSegment
in interfaceEventMapper
-
fromSegment
- Specified by:
fromSegment
in interfaceEventMapper
-
toString
-
fromNative
-
InteractionEvent
when preview features are enabled.