public final class TaggedComponent extends Objectimplements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
byte[] |
component_data
The component data associated with the component id.
|
int |
tag
The tag, represented as a component id.
|
| Constructor and Description |
|---|
TaggedComponent()
|
TaggedComponent(int _tag, byte[] _component_data)
|