public static interface MapEntityStore.MapChanger
| Modifier and Type | Method and Description |
|---|---|
Writer |
newEntity(EntityReference ref,
EntityDescriptor entityDescriptor) |
void |
removeEntity(EntityReference ref,
EntityDescriptor entityDescriptor) |
Writer |
updateEntity(MapEntityStore.MapChange mapChange) |
Writer newEntity(EntityReference ref, EntityDescriptor entityDescriptor) throws Exception
ExceptionWriter updateEntity(MapEntityStore.MapChange mapChange) throws Exception
Exceptionvoid removeEntity(EntityReference ref, EntityDescriptor entityDescriptor) throws Exception
Exception