java.lang.Object
net.botwithus.rs3.imgui.NativeInteger
Deprecated, for removal: This API element is subject to removal in a future version.
NativeInteger
relies on preview features of the Java platform:
NativeInteger
refers to one or more preview APIs:MemorySegment
.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
-
Constructor Summary
ConstructorDescriptionNativeInteger
(int value) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionint
get()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.void
set
(int value) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
NativeInteger
public NativeInteger(int value) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
get
public int get()Deprecated, for removal: This API element is subject to removal in a future version. -
set
public void set(int value) Deprecated, for removal: This API element is subject to removal in a future version. -
getPointer
Deprecated, for removal: This API element is subject to removal in a future version.
-
NativeInteger
when preview features are enabled.