public static class CommonEntityInterfaces.IEntityRotationalAcceleration extends Object
IEntityRotationalAcceleration interface.| Modifier and Type | Field and Description |
|---|---|
static String |
RotationalAccelerationName
The name of the
RotationalAcceleration (get) property. |
| Constructor and Description |
|---|
IEntityRotationalAcceleration() |
| Modifier and Type | Method and Description |
|---|---|
static <TEntity extends IEntityRotationalAcceleration> |
addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema.
|
@Nonnull public static final String RotationalAccelerationName
RotationalAcceleration (get) property.public static <TEntity extends IEntityRotationalAcceleration> void addToSchema(@Nonnull EntitySchema<TEntity> schema)
TEntity - The type of entity.schema - The schema to which to add the properties defined by this interface.ArgumentNullException - Thrown when schema is null.