MCPcopy Create free account
hub / github.com/HumbleUI/JWM / _nGet

Method _nGet

shared/java/Clipboard.java:118–118  ·  view source on GitHub ↗
(ClipboardFormat[] formats)

Source from the content-addressed store, hash-verified

116
117 @ApiStatus.Internal public static native void _nSet(ClipboardEntry[] entries);
118 @ApiStatus.Internal public static native ClipboardEntry _nGet(ClipboardFormat[] formats);
119 @ApiStatus.Internal public static native ClipboardFormat[] _nGetFormats();
120 @ApiStatus.Internal public static native void _nClear();
121 @ApiStatus.Internal public static native boolean _nRegisterFormat(String formatId);

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected