Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setup
Method · 0.95
createInstance
Method · 0.95
TestServer
Class · 0.65
getUnsafe
Method · 0.65
findClass
Method · 0.65
loadPlugin
Method · 0.65
JavaPlugin
Class · 0.65
deserialize
Method · 0.65
deserializeBytes
Method · 0.65
serializeAsBytes
Method · 0.65
translationKey
Method · 0.65
hasDefaultAttributes
Method · 0.65
Implementers
1
CraftServer
paper-server/src/main/java/org/bukkit/
Calls
no outgoing calls
Tested by
1
setup
Method · 0.76