MCPcopy Create free account
hub / github.com/PaperMC/Paper / getUnsafe

Method getUnsafe

paper-api/src/main/java/org/bukkit/Server.java:2383–2383  ·  view source on GitHub ↗

@return the unsafe values instance @see UnsafeValues

()

Source from the content-addressed store, hash-verified

2381 * @see UnsafeValues
2382 */
2383 @Deprecated(since = "1.7.2")
2384 @NotNull
2385 UnsafeValues getUnsafe();
2386

Callers 15

setupMethod · 0.95
createInstanceMethod · 0.95
TestServerClass · 0.65
getUnsafeMethod · 0.65
findClassMethod · 0.65
loadPluginMethod · 0.65
JavaPluginClass · 0.65
deserializeMethod · 0.65
deserializeBytesMethod · 0.65
serializeAsBytesMethod · 0.65
translationKeyMethod · 0.65
hasDefaultAttributesMethod · 0.65

Implementers 1

CraftServerpaper-server/src/main/java/org/bukkit/

Calls

no outgoing calls

Tested by 1

setupMethod · 0.76