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
Field worldSpawnData.
filtered
Field filtered.
verbose
Field verbose.
environmentIndex
Field environmentIndex.
name
Field name.
chunkStore
Field chunkStore.
chunkExpected
Field chunkExpected.
chunkEnvironmentSpawnData
Field chunkEnvironmentSpawnData.
n
Field n.
message2
Field message2.
all
Field all.
failPercent
Field failPercent.
successfulJobCount
Field successfulJobCount.
successfulBudget
Field successfulBudget.
failedJobCount
Field failedJobCount.
failedBudget
Field failedBudget.
trackedNPC
Field trackedNPC.
totalNPC
Field totalNPC.
npc
Field npc.
spawnJobsCompleted
Field spawnJobsCompleted.
message
Field message.
spawnMarkerCount
Field spawnMarkerCount.
inactiveSpawnMarkerCount
Field inactiveSpawnMarkerCount.
spawnMarkerTypeCounts
Field spawnMarkerTypeCounts.
entity
Field entity.
spawnMarkerNPCCount
Field spawnMarkerNPCCount.
roleCounts
Field roleCounts.
entity2
Field entity2.
spawnMarkerReference
Field spawnMarkerReference.
roleName
Field roleName.
markerRef
Field markerRef.
marker
Field marker.
spawnedRoles
Field spawnedRoles.
sb
Field sb.
Method Detail
SpawnStatsCommand
public
SpawnStatsCommand
()
Method SpawnStatsCommand.
execute
void
execute
(@Nonnull final CommandContext context, @Nonnull final World world, @Nonnull final Store store)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nonnull final Worldworld@Nonnull final Storestore
Object2IntOpenHashMap
new
Object2IntOpenHashMap
()
Method Object2IntOpenHashMap.