java.lang.Object
net.botwithus.rs3.imgui.NativeBoolean
Deprecated, for removal: This API element is subject to removal in a future version.
NativeBoolean
relies on preview features of the Java platform:
NativeBoolean
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
ConstructorDescriptionNativeBoolean
(boolean value) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
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
(boolean value) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
NativeBoolean
public NativeBoolean(boolean value) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
get
public boolean get()Deprecated, for removal: This API element is subject to removal in a future version. -
set
public void set(boolean 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.
-
NativeBoolean
when preview features are enabled.