Uses of Class
net.minecraft.util.FrameTimer
-
Packages that use FrameTimer Package Description net.minecraft.client net.minecraft.client.gui.overlay net.minecraft.server -
-
Uses of FrameTimer in net.minecraft.client
Fields in net.minecraft.client declared as FrameTimer Modifier and Type Field Description FrameTimerMinecraft. frameTimerMethods in net.minecraft.client that return FrameTimer Modifier and Type Method Description FrameTimerMinecraft. getFrameTimer() -
Uses of FrameTimer in net.minecraft.client.gui.overlay
Methods in net.minecraft.client.gui.overlay with parameters of type FrameTimer Modifier and Type Method Description private voidDebugOverlayGui. drawChart(MatrixStack p_238509_1_, FrameTimer p_238509_2_, int p_238509_3_, int p_238509_4_, boolean p_238509_5_) -
Uses of FrameTimer in net.minecraft.server
Fields in net.minecraft.server declared as FrameTimer Modifier and Type Field Description private FrameTimerMinecraftServer. frameTimerMethods in net.minecraft.server that return FrameTimer Modifier and Type Method Description FrameTimerMinecraftServer. getFrameTimer()
-