MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getUniqueDataId

Method getUniqueDataId

src/main/java/net/minecraft/world/World.java:3622–3625  ·  view source on GitHub ↗

Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file.

(String key)

Source from the content-addressed store, hash-verified

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 {

Callers 3

getMapDataMethod · 0.45
onCreatedMethod · 0.45
onItemRightClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected