Uses of Interface
net.minecraft.util.profiler.Profiler
Packages that use Profiler
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
Contains utility method classes, various enums, serialization helpers, and
 miscellaneous classes.
- 
Uses of Profiler in net.minecraft.clientMethods in net.minecraft.client that return ProfilerModifier and TypeMethodDescriptionprivate ProfilerMinecraftClient.startMonitor(boolean active, @Nullable TickDurationMonitor monitor) 
- 
Uses of Profiler in net.minecraft.client.fontMethods in net.minecraft.client.font with parameters of type ProfilerModifier and TypeMethodDescriptionprivate voidFontManager.reload(FontManager.ProviderIndex index, Profiler profiler) 
- 
Uses of Profiler in net.minecraft.client.glMethods in net.minecraft.client.gl with parameters of type ProfilerModifier and TypeMethodDescriptionprotected voidShaderLoader.apply(ShaderLoader.Definitions definitions, ResourceManager resourceManager, Profiler profiler) protected ShaderLoader.DefinitionsShaderLoader.prepare(ResourceManager resourceManager, Profiler profiler) 
- 
Uses of Profiler in net.minecraft.client.renderMethods in net.minecraft.client.render with parameters of type ProfilerModifier and TypeMethodDescriptionprotected voidCloudRenderer.apply(Optional<CloudRenderer.CloudCells> optional, ResourceManager resourceManager, Profiler profiler) protected Optional<CloudRenderer.CloudCells> CloudRenderer.prepare(ResourceManager resourceManager, Profiler profiler) private voidWorldRenderer.renderMain(FrameGraphBuilder frameGraphBuilder, Frustum frustum, Camera camera, Matrix4f positionMatrix, Matrix4f projectionMatrix, Fog fog, boolean renderBlockOutline, boolean renderEntityOutlines, RenderTickCounter renderTickCounter, Profiler profiler) 
- 
Uses of Profiler in net.minecraft.client.render.entity.equipmentMethods in net.minecraft.client.render.entity.equipment with parameters of type ProfilerModifier and TypeMethodDescriptionprotected voidEquipmentModelLoader.apply(Map<Identifier, EquipmentModel> map, ResourceManager resourceManager, Profiler profiler) 
- 
Uses of Profiler in net.minecraft.client.render.modelMethods in net.minecraft.client.render.model with parameters of type ProfilerModifier and TypeMethodDescriptionprivate static BakedModelManager.BakingResultBakedModelManager.bake(Profiler profiler, Map<Identifier, SpriteAtlasManager.AtlasPreparation> atlases, ModelBaker baker, Object2IntMap<BlockState> groups, LoadedEntityModels entityModels, LoadedBlockEntityModels blockEntityModels) private voidBakedModelManager.upload(BakedModelManager.BakingResult bakingResult, Profiler profiler) 
- 
Uses of Profiler in net.minecraft.client.resourceMethods in net.minecraft.client.resource with parameters of type ProfilerModifier and TypeMethodDescriptionprotected voidFoliageColormapResourceSupplier.apply(int[] int2, ResourceManager resourceManager, Profiler profiler) protected voidGrassColormapResourceSupplier.apply(int[] int2, ResourceManager resourceManager, Profiler profiler) protected voidPeriodicNotificationManager.apply(Map<String, List<PeriodicNotificationManager.Entry>> map, ResourceManager resourceManager, Profiler profiler) protected voidSplashTextResourceSupplier.apply(List<String> list, ResourceManager resourceManager, Profiler profiler) protected voidVideoWarningManager.apply(VideoWarningManager.WarningPatternLoader warningPatternLoader, ResourceManager resourceManager, Profiler profiler) private static @Nullable JsonObjectVideoWarningManager.loadWarnlist(ResourceManager resourceManager, Profiler profiler) protected Map<String, List<PeriodicNotificationManager.Entry>> PeriodicNotificationManager.prepare(ResourceManager resourceManager, Profiler profiler) SplashTextResourceSupplier.prepare(ResourceManager resourceManager, Profiler profiler) protected VideoWarningManager.WarningPatternLoaderVideoWarningManager.prepare(ResourceManager resourceManager, Profiler profiler) protected int[]FoliageColormapResourceSupplier.reload(ResourceManager resourceManager, Profiler profiler) protected int[]GrassColormapResourceSupplier.tryLoad(ResourceManager resourceManager, Profiler profiler) 
- 
Uses of Profiler in net.minecraft.client.soundMethods in net.minecraft.client.sound with parameters of type ProfilerModifier and TypeMethodDescriptionprotected voidSoundManager.apply(SoundManager.SoundList soundList, ResourceManager resourceManager, Profiler profiler) protected SoundManager.SoundListSoundManager.prepare(ResourceManager resourceManager, Profiler profiler) 
- 
Uses of Profiler in net.minecraft.commandFields in net.minecraft.command declared as ProfilerMethods in net.minecraft.command that return ProfilerConstructors in net.minecraft.command with parameters of type ProfilerModifierConstructorDescriptionCommandExecutionContext(int maxCommandChainLength, int maxCommandForkCount, Profiler profiler) 
- 
Uses of Profiler in net.minecraft.recipeMethods in net.minecraft.recipe with parameters of type ProfilerModifier and TypeMethodDescriptionprotected voidServerRecipeManager.apply(PreparedRecipes preparedRecipes, ResourceManager resourceManager, Profiler profiler) protected PreparedRecipesServerRecipeManager.prepare(ResourceManager resourceManager, Profiler profiler) 
- 
Uses of Profiler in net.minecraft.resourceMethods in net.minecraft.resource with parameters of type ProfilerModifier and TypeMethodDescriptionprotected abstract voidSinglePreparationResourceReloader.apply(T prepared, ResourceManager manager, Profiler profiler) Handles the prepared intermediate object.protected Map<Identifier, T> JsonDataLoader.prepare(ResourceManager resourceManager, Profiler profiler) protected abstract TSinglePreparationResourceReloader.prepare(ResourceManager manager, Profiler profiler) Prepares the intermediate object.
- 
Uses of Profiler in net.minecraft.serverMethods in net.minecraft.server that return ProfilerMethods in net.minecraft.server with parameters of type ProfilerModifier and TypeMethodDescriptionprotected voidServerAdvancementLoader.apply(Map<Identifier, Advancement> map, ResourceManager resourceManager, Profiler profiler) 
- 
Uses of Profiler in net.minecraft.server.worldMethods in net.minecraft.server.world with parameters of type ProfilerModifier and TypeMethodDescriptionprivate voidServerChunkManager.broadcastUpdates(Profiler profiler) private voidServerChunkManager.tickChunks(Profiler profiler, long timeDelta, List<WorldChunk> chunks) 
- 
Uses of Profiler in net.minecraft.utilMethods in net.minecraft.util that return ProfilerModifier and TypeMethodDescriptionTickDurationMonitor.nextProfiler()static ProfilerTickDurationMonitor.tickProfiler(Profiler profiler, @Nullable TickDurationMonitor monitor) Methods in net.minecraft.util with parameters of type ProfilerModifier and TypeMethodDescriptionstatic ProfilerTickDurationMonitor.tickProfiler(Profiler profiler, @Nullable TickDurationMonitor monitor) 
- 
Uses of Profiler in net.minecraft.util.profilerSubinterfaces of Profiler in net.minecraft.util.profilerClasses in net.minecraft.util.profiler that implement ProfilerModifier and TypeClassDescriptionclassstatic classclassclassFields in net.minecraft.util.profiler declared as ProfilerModifier and TypeFieldDescriptionprivate final ProfilerProfiler.UnionProfiler.firstprivate final ProfilerProfiler.UnionProfiler.secondScopedProfiler.wrappedFields in net.minecraft.util.profiler with type parameters of type ProfilerModifier and TypeFieldDescriptionprivate static final ThreadLocal<Profiler> Profilers.BUILTIN_PROFILERMethods in net.minecraft.util.profiler that return ProfilerModifier and TypeMethodDescriptionstatic ProfilerProfilers.get()private static ProfilerProfilers.getDefault()DebugRecorder.getProfiler()DummyRecorder.getProfiler()Recorder.getProfiler()TickTimeTracker.getProfiler()static Profilerprivate static ProfilerMethods in net.minecraft.util.profiler with parameters of type ProfilerModifier and TypeMethodDescriptionprivate static voidstatic Profilerprivate static Profilerstatic Profilers.ScopedConstructors in net.minecraft.util.profiler with parameters of type ProfilerModifierConstructorDescription(package private)ScopedProfiler(@Nullable Profiler wrapped) UnionProfiler(Profiler first, Profiler second) 
- 
Uses of Profiler in net.minecraft.world.tickMethods in net.minecraft.world.tick with parameters of type ProfilerModifier and TypeMethodDescriptionprivate voidWorldTickScheduler.collectTickableTicks(long time, int maxTicks, Profiler profiler)