| Package | Description | 
|---|---|
| net.minecraftforge.server.command | |
| net.minecraftforge.server.timings | 
| Modifier and Type | Method and Description | 
|---|---|
private static <T> java.util.List<ForgeTimings<T>> | 
CommandTrack.TrackResults.getSortedTimings(TimeTracker<T> tracker)
Returns the time objects recorded by the time tracker sorted by average time 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private static <T> int | 
CommandTrack.TrackResults.execute(CommandSource source,
       TimeTracker<T> tracker,
       java.util.function.Function<ForgeTimings<T>,ITextComponent> toString)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableList<ForgeTimings<T>> | 
TimeTracker.getTimingData()
Returns the timings data recorded by the tracker 
 |