Skip to main content

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

SignatureDescription
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

NameTypeDescription
bufferOH3LevelIntArrayRepresents the buffer value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
get(int, int, int)intReturns the current value.
set(int, int, int, int)voidSets or updates the the value.
getSizeX()intReturns the current size x.
getSizeY()intReturns the current size y.
getSizeZ()intReturns the current size z.