| Package | Description |
|---|---|
| net.minecraft.entity |
| Modifier and Type | Method and Description |
|---|---|
IExtendedEntityProperties |
Entity.getExtendedProperties(String identifier)
Gets the extended properties identified by the passed in key
|
| Modifier and Type | Method and Description |
|---|---|
String |
Entity.registerExtendedProperties(String identifier,
IExtendedEntityProperties properties)
Register the instance of IExtendedProperties into the entity's collection.
|