Package nallar.tickthreading.util

Examples of nallar.tickthreading.util.TableFormatter.row()


        .heading("P")
        .heading("L");
    for (TickManager tickManager : TickThreading.instance.getManagers()) {
      tickManager.writeStats(tf, statsHolder);
    }
    tf
        .row("Overall")
        .row(statsHolder.entities)
        .row(statsHolder.tileEntities)
        .row(statsHolder.chunks)
        .row(MinecraftServer.getServerConfigurationManager(MinecraftServer.getServer()).getCurrentPlayerCount())
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.