public static class CommonEntityInterfaces.IEntityRotationalVelocity extends Object
IEntityRotationalVelocity interface.| Modifier and Type | Field and Description | 
|---|---|
static String | 
RotationalVelocityName
The name of the  
RotationalVelocity (get) property. | 
| Constructor and Description | 
|---|
IEntityRotationalVelocity()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <TEntity extends IEntityRotationalVelocity> | 
addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema. 
 | 
@Nonnull public static final String RotationalVelocityName
RotationalVelocity (get) property.public static <TEntity extends IEntityRotationalVelocity> 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.