OH3LevelIntArray
Complete API reference for OH3LevelIntArray, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Buffers
Component: no
public class OH3LevelIntArray extends OHIntDataBase
Constructors
| Signature | Description |
|---|---|
OH3LevelIntArray(OH3LevelIntArray) | Executes OH3LevelIntArray and returns after the underlying engine call finishes. |
OH3LevelIntArray(Engine) | Executes OH3LevelIntArray and returns after the underlying engine call finishes. |
OH3LevelIntArray(int, int, int) | Creates a new instance of OH3LevelIntArray. |
OH3LevelIntArray(int, int, int, boolean) | Creates a new instance of OH3LevelIntArray. |
Attributes
| Name | Type | Description |
|---|---|---|
buffer | OH3LevelIntArray | Represents the buffer value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
get(int, int, int) | int | Returns the current value. |
set(int, int, int, int) | void | Sets or updates the the value. |
getSizeX() | int | Returns the current size x. |
getSizeY() | int | Returns the current size y. |
getSizeZ() | int | Returns the current size z. |