| Package | Description | 
|---|---|
| com.lhkbob.entreri | |
| com.lhkbob.entreri.property | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends Component,P extends Property>  | 
EntitySystem.decorate(Class<T> type,
        PropertyFactory<P> factory)
 Dynamically update the available properties of the given Component type by adding a
 Property created by the given PropertyFactory. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BooleanProperty.Factory
Factory to create BooleanProperties. 
 | 
static class  | 
ByteProperty.Factory
Factory to create ByteProperties. 
 | 
static class  | 
CharProperty.Factory
Factory to create CharProperties. 
 | 
static class  | 
DoubleProperty.Factory
Factory to create DoubleProperties. 
 | 
static class  | 
FloatProperty.Factory
Factory to create FloatProperties. 
 | 
static class  | 
IntProperty.Factory
Factory to create IntProperties. 
 | 
static class  | 
LongProperty.Factory
Factory to create LongProperties. 
 | 
static class  | 
ObjectProperty.Factory
Factory to create ObjectProperties. 
 | 
static class  | 
ShortProperty.Factory
Factory to create ShortProperties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PropertyFactory<ObjectProperty> | 
ObjectProperty.factory(Clone.Policy policy)
Return a PropertyFactory that creates ObjectProperties using the given cloning
 policy. 
 | 
Copyright © 2013. All Rights Reserved.