public class btBlock extends BulletBase
className| Constructor and Description |
|---|
btBlock() |
btBlock(long cPtr,
boolean cMemoryOwn)
Construct a new btBlock, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getAddress() |
static long |
getCPtr(btBlock obj) |
btBlock |
getPrevious() |
void |
setAddress(ByteBuffer value) |
void |
setPrevious(btBlock value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btBlock(long cPtr,
boolean cMemoryOwn)
public btBlock()
public static long getCPtr(btBlock obj)
public void setPrevious(btBlock value)
public btBlock getPrevious()
public void setAddress(ByteBuffer value)
public ByteBuffer getAddress()
Copyright © 2021. All rights reserved.