Package | Description |
---|---|
net.minecraftforge.server.command | |
net.minecraftforge.server.timings |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<ForgeTimings<T>> |
CommandTrack.TrackResultsBaseCommand.getSortedTimings()
Returns the time objects recorded by the time tracker sorted by average time
|
Modifier and Type | Method and Description |
---|---|
protected ITextComponent |
CommandTrack.TrackResultsEntity.buildTrackString(ICommandSender sender,
ForgeTimings<Entity> data) |
protected abstract ITextComponent |
CommandTrack.TrackResultsBaseCommand.buildTrackString(ICommandSender sender,
ForgeTimings<T> data) |
protected ITextComponent |
CommandTrack.TrackResultsTileEntity.buildTrackString(ICommandSender sender,
ForgeTimings<TileEntity> data) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<ForgeTimings<T>> |
TimeTracker.getTimingData()
Returns the timings data recorded by the tracker
|