public class TextureId
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private long |
id
Texture ID
|
| Constructor and Description |
|---|
TextureId()
Default constructor for TextureId.
|
TextureId(long id)
Constructs TextureId with ID.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the texture ID.
|
void |
setId(long id)
Sets the texture ID.
|