public abstract class Entity extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Entity(JsonObject jsonObject)
Constructs this object as the type in a JSON object.
|
protected |
Entity(String type)
Constructs this object as a specified type.
|
protected Entity(JsonObject jsonObject)
jsonObject - JSON objectprotected Entity(String type)
type - entity typepublic String getType()
Copyright © 2015 Nishimura Software Studio. All rights reserved.