Class NativeBoolean

java.lang.Object
net.botwithus.rs3.imgui.NativeBoolean

@Deprecated(forRemoval=true) public class NativeBoolean extends Object
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.
Programs can only use NativeBoolean when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
  • Constructor Summary

    Constructors
    Constructor
    Description
    NativeBoolean(boolean value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public MemorySegmentPREVIEW getPointer()
      Deprecated, for removal: This API element is subject to removal in a future version.