Shared random to world w/ thread safety fixes

This commit is contained in:
Sotr
2018-08-14 19:05:39 +08:00
parent 01c40ed0d3
commit f0d17e54e9
6 changed files with 36 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ import javax.annotation.Nullable;
/**
* Akarin Changes Note
* 1) FastBitSet for faster access (performance)
* 1) BitSet for faster access (performance)
*/
public class RegistryID<K> implements Registry {