Uses of Class
net.minecraft.util.profiler.Profiler
Packages that use Profiler
Package
Description
-
Uses of Profiler in net.minecraft
Methods in net.minecraft with parameters of type ProfilerModifier and TypeMethodDescriptionprivate static voidclass_4414.method_20645(int int2, String string, StringBuilder stringBuilder, Profiler profiler) private static Stringclass_4414.method_20646(long long2, int int2, Profiler profiler) -
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 clientPlayNetworkHandler, LevelInfo levelInfo, DimensionType dimensionType, 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 minecraftServer, SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, DimensionType dimensionType, 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 minecraftServer, SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, DimensionType dimensionType, Profiler profiler) MultiServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, DimensionType dimensionType, ServerWorld serverWorld, Profiler profiler) protectedWorld(SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, Dimension dimension, Profiler profiler, boolean bool)