| Interface | Description |
|---|---|
| DirectionRelativePropertyHolder | |
| LocationBasePropertyHolder | |
| PropertyHolder | |
| PropertyRegistry | |
| PropertyStore<T extends Property<?,?>> |
Represents a handler for a
PropertyHolder such that if a
PropertyHolder cannot properly provide the Property
instances natively, a PropertyStore can optionally provide
an "override" or "customized" support of a particular Property
for any variants of PropertyHolders. |
| Class | Description |
|---|---|
| AbstractProperty<K,V> | |
| BooleanProperty |
Represents an item property that has an integer value.
|
| DisplacementProperty | Deprecated
As of API 7, intended for removal in API 8, with no alternative
due to accidental existence in the API
|
| DoubleProperty |
Represents an item property that has an integer value.
|
| IntProperty |
Represents an block property that has an integer value.
|