Class ChunkWorldgenBenchmark
java.lang.Object
com.hypixel.hytale.server.worldgen.benchmark.ChunkWorldgenBenchmark
- All Implemented Interfaces:
IWorldGenBenchmark
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<String, AtomicInteger> private booleanprivate final ConcurrentHashMap<String, AtomicInteger> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidregisterCaveNode(String name) voidregisterPrefab(String name) voidstart()voidstop()
-
Field Details
-
prefabCounts
-
caveNodeCounts
-
enabled
private boolean enabled
-
-
Constructor Details
-
ChunkWorldgenBenchmark
public ChunkWorldgenBenchmark()
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceIWorldGenBenchmark
-
stop
public void stop()- Specified by:
stopin interfaceIWorldGenBenchmark
-
buildReport
- Specified by:
buildReportin interfaceIWorldGenBenchmark
-
isEnabled
public boolean isEnabled() -
registerPrefab
-
registerCaveNode
-