public class LightingInfoCommand extends AbstractWorldCommand
Command for lightinginf operations. Registered with the command system and callable by players.
java.lang.Object > AbstractWorldCommand > LightingInfoCommand
Field Summary
chunkStoreStore
final
Store
chunkStoreStore
Field chunkStoreStore.
chunkLighting
final
ChunkLightingManager
chunkLighting
Field chunkLighting.
total
final
AtomicInteger
total
Field total.
localLightCount
final
AtomicInteger
localLightCount
Field localLightCount.
globalLightCount
final
AtomicInteger
globalLightCount
Field globalLightCount.
blockChunkComponent
final
BlockChunk
blockChunkComponent
Field blockChunkComponent.
section
final
BlockSection
section
Field section.
Method Detail
LightingInfoCommand
public
public
LightingInfoCommand
()
Method LightingInfoCommand.
execute
protected
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