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

Method getUnsafe

paper-api/src/main/java/org/bukkit/Bukkit.java:2646–2650  ·  view source on GitHub ↗

@return the unsafe values instance @see UnsafeValues

()

Source from the content-addressed store, hash-verified

2644 * @see UnsafeValues
2645 */
2646 @Deprecated(since = "1.7.2")
2647 @NotNull
2648 public static UnsafeValues getUnsafe() {
2649 return server.getUnsafe();
2650 }
2651
2652
2653 // Paper start

Callers 15

resolveWithContextMethod · 0.95
flattenerMethod · 0.95
plainSerializerMethod · 0.95
plainTextSerializerMethod · 0.95
gsonSerializerMethod · 0.95
MaterialMethod · 0.95
getMaterialMethod · 0.95
defaultWorldKeyMethod · 0.95
getVersionFetcherMethod · 0.95
PatternMethod · 0.95

Calls 1

getUnsafeMethod · 0.65

Tested by 3

testDataComponentsMethod · 0.76
testItemMetaMethod · 0.76
testUpgradingMethod · 0.76