minecraft-src/net/minecraft/util/debugchart/TpsDebugDimensions.java
2025-07-04 01:41:11 +03:00

8 lines
133 B
Java

package net.minecraft.util.debugchart;
public enum TpsDebugDimensions {
FULL_TICK,
TICK_SERVER_METHOD,
SCHEDULED_TASKS,
IDLE;
}