Experimental Speedy things with New java

This commit is contained in:
Brian Fopiano
2022-12-28 13:23:00 -05:00
parent 78a4b1d2ce
commit b0c5700cf5
7 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ import org.bukkit.World;
@Data
public class PlannedStructure {
private static transient ConcurrentLinkedHashMap<String, IrisObject> objectRotationCache
private static ConcurrentLinkedHashMap<String, IrisObject> objectRotationCache
= new ConcurrentLinkedHashMap.Builder<String, IrisObject>()
.initialCapacity(64)
.maximumWeightedCapacity(1024)