You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For plugins like Regionerator, accessing ClaimChunk's API synchronously can decrease efficiency heavily. The public API for ClaimChunk should be accessible from other threads quickly; for most intents and purposes, I think updating most collections to their corresponding Collections.synchronizedCollection wrappers should suffice.
The text was updated successfully, but these errors were encountered:
For plugins like Regionerator, accessing ClaimChunk's API synchronously can decrease efficiency heavily. The public API for ClaimChunk should be accessible from other threads quickly; for most intents and purposes, I think updating most collections to their corresponding
Collections.synchronizedCollection
wrappers should suffice.The text was updated successfully, but these errors were encountered: