Class NativeInteger

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

@Deprecated(forRemoval=true) public class NativeInteger extends Object
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.
Programs can only use NativeInteger 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
    NativeInteger(int value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

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