Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id.
(String dataID, WorldSavedData worldSavedDataIn)
| 3602 | * id. |
| 3603 | */ |
| 3604 | public void setItemData(String dataID, WorldSavedData worldSavedDataIn) |
| 3605 | { |
| 3606 | this.mapStorage.setData(dataID, worldSavedDataIn); |
| 3607 | } |
| 3608 | |
| 3609 | /** |
| 3610 | * Loads an existing MapDataBase corresponding to the given String id from disk using the MapStorage, instantiating |
no test coverage detected