MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / getId

Method getId

src/main/java/org/bukkit/World.java:374–374  ·  view source on GitHub ↗

Gets a semi-unique identifier for this world. While it is highly unlikely that this may be shared with another World, it is not guaranteed to be unique @deprecated Replaced with #getUID() @return Id of this world

()

Source from the content-addressed store, hash-verified

372 * @return Id of this world
373 */
374 @Deprecated
375 public long getId();
376
377 /**

Callers 5

NoteMethod · 0.65
MaterialEnum · 0.65
EnvironmentEnum · 0.65
AchievementEnum · 0.65
StatisticEnum · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected