Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file.
(String key)
| 3620 | * 'idcounts' file. |
| 3621 | */ |
| 3622 | public int getUniqueDataId(String key) |
| 3623 | { |
| 3624 | return this.mapStorage.getUniqueDataId(key); |
| 3625 | } |
| 3626 | |
| 3627 | public void playBroadcastSound(int p_175669_1_, BlockPos pos, int p_175669_3_) |
| 3628 | { |
no outgoing calls
no test coverage detected