Uses of Class
net.minecraft.client.util.profiler.Category
Package | Description |
---|---|
net.minecraft.client.util.profiler |
-
Uses of Category in net.minecraft.client.util.profiler
Fields in net.minecraft.client.util.profiler with type parameters of type Category Modifier and Type Field Description private List<Category>
DebugRecorder. categories
Methods in net.minecraft.client.util.profiler with parameters of type Category Modifier and Type Method Description private void
ProfilerDumper. writeCategory(Category category, Path directory)
Method parameters in net.minecraft.client.util.profiler with type arguments of type Category Modifier and Type Method Description Path
ProfilerDumper. createDump(List<Category> categories, List<Sample> deviations, TickTimeTracker timeTracker)