Uses of Class
net.minecraft.util.profiler.Profiler
Packages that use Profiler
Package
Description
-
Uses of Profiler in net.minecraft.client
Fields in net.minecraft.client declared as Profiler -
Uses of Profiler in net.minecraft.client.world
Constructors in net.minecraft.client.world with parameters of type ProfilerModifierConstructorDescriptionClientWorld(ClientPlayNetworkHandler netHandler, LevelInfo levelInfo, int dimensionId, Difficulty difficulty, Profiler profiler) -
Uses of Profiler in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as ProfilerConstructors in net.minecraft.entity.ai.goal with parameters of type Profiler -
Uses of Profiler in net.minecraft.server
Fields in net.minecraft.server declared as Profiler -
Uses of Profiler in net.minecraft.server.world
Constructors in net.minecraft.server.world with parameters of type ProfilerModifierConstructorDescriptionServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) -
Uses of Profiler in net.minecraft.world
Fields in net.minecraft.world declared as ProfilerConstructors in net.minecraft.world with parameters of type ProfilerModifierConstructorDescriptionDemoServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) MultiServerWorld(MinecraftServer server, SaveHandler saveHandler, int id, ServerWorld world, Profiler profiler) protectedWorld(SaveHandler handler, LevelProperties properties, Dimension dim, Profiler profiler, boolean isClient)