Spaces:
Build error
Build error
File size: 144 Bytes
d46f4a3 |
1 2 3 4 5 6 7 8 |
package net.minecraft.util.debugchart;
public enum TpsDebugDimensions {
FULL_TICK,
TICK_SERVER_METHOD,
SCHEDULED_TASKS,
IDLE;
} |