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 FrameTimer
Minecraft. frameTimer
Methods in net.minecraft.client that return FrameTimer Modifier and Type Method Description FrameTimer
Minecraft. 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 void
DebugOverlayGui. 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 FrameTimer
MinecraftServer. frameTimer
Methods in net.minecraft.server that return FrameTimer Modifier and Type Method Description FrameTimer
MinecraftServer. getFrameTimer()
-