SpawnStatsCommand

public class SpawnStatsCommand extends AbstractWorldCommand

Command for spawnstat operations. Registered with the command system and callable by players.

java.lang.Object > AbstractWorldCommand > SpawnStatsCommand

Field Summary

worldSpawnData

final WorldSpawnData worldSpawnData

Field worldSpawnData.

filtered

final AtomicInteger filtered

Field filtered.

verbose

final boolean verbose

Field verbose.

environmentIndex

final int environmentIndex

Field environmentIndex.

name

final String name

Field name.

chunkStore

final Store chunkStore

Field chunkStore.

chunkExpected

final double[] chunkExpected

Field chunkExpected.

chunkEnvironmentSpawnData

final ChunkEnvironmentSpawnData chunkEnvironmentSpawnData

Field chunkEnvironmentSpawnData.

n

final int n

Field n.

message2

final String message2

Field message2.

all

final int all

Field all.

failPercent

final double failPercent

Field failPercent.

successfulJobCount

final int successfulJobCount

Field successfulJobCount.

successfulBudget

final int successfulBudget

Field successfulBudget.

failedJobCount

final int failedJobCount

Field failedJobCount.

failedBudget

final int failedBudget

Field failedBudget.

trackedNPC

final AtomicInteger trackedNPC

Field trackedNPC.

totalNPC

final AtomicInteger totalNPC

Field totalNPC.

npc

final NPCEntity npc

Field npc.

spawnJobsCompleted

final int spawnJobsCompleted

Field spawnJobsCompleted.

message

final String message

Field message.

spawnMarkerCount

final AtomicInteger spawnMarkerCount

Field spawnMarkerCount.

inactiveSpawnMarkerCount

final AtomicInteger inactiveSpawnMarkerCount

Field inactiveSpawnMarkerCount.

spawnMarkerTypeCounts

final Object2IntOpenHashMap spawnMarkerTypeCounts

Field spawnMarkerTypeCounts.

entity

final SpawnMarkerEntity entity

Field entity.

spawnMarkerNPCCount

final AtomicInteger spawnMarkerNPCCount

Field spawnMarkerNPCCount.

roleCounts

final Object2IntOpenHashMap roleCounts

Field roleCounts.

entity2

final NPCEntity entity2

Field entity2.

spawnMarkerReference

final SpawnMarkerReference spawnMarkerReference

Field spawnMarkerReference.

roleName

final String roleName

Field roleName.

markerRef

final Ref markerRef

Field markerRef.

marker

final SpawnMarkerEntity marker

Field marker.

spawnedRoles

final Object2IntMap spawnedRoles

Field spawnedRoles.

sb

final StringBuilder sb

Field sb.

Method Detail

SpawnStatsCommand

public public SpawnStatsCommand ()

Method SpawnStatsCommand.

execute

protected void execute (@Nonnull final CommandContext context, @Nonnull final World world, @Nonnull final Store store)

Method execute.

Parameters:
@Nonnull final CommandContext context
@Nonnull final World world
@Nonnull final Store store

Object2IntOpenHashMap

public new Object2IntOpenHashMap ()

Method Object2IntOpenHashMap.