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.client
Methods in net.minecraft.client that return ProfilerModifier and TypeMethodDescriptionprivate Profiler
MinecraftClient.startMonitor
(boolean active, @Nullable TickDurationMonitor monitor) -
Uses of Profiler in net.minecraft.client.font
Methods in net.minecraft.client.font with parameters of type ProfilerModifier and TypeMethodDescriptionprivate void
FontManager.reload
(FontManager.ProviderIndex index, Profiler profiler) -
Uses of Profiler in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
ShaderLoader.apply
(ShaderLoader.Definitions definitions, ResourceManager resourceManager, Profiler profiler) protected ShaderLoader.Definitions
ShaderLoader.prepare
(ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
CloudRenderer.apply
(Optional<CloudRenderer.CloudCells> optional, ResourceManager resourceManager, Profiler profiler) protected Optional
<CloudRenderer.CloudCells> CloudRenderer.prepare
(ResourceManager resourceManager, Profiler profiler) private void
WorldRenderer.renderMain
(FrameGraphBuilder frameGraphBuilder, Frustum frustum, Camera camera, Matrix4f positionMatrix, Matrix4f projectionMatrix, Fog fog, boolean renderBlockOutline, boolean hasEntitiesToRender, RenderTickCounter renderTickCounter, Profiler profiler) -
Uses of Profiler in net.minecraft.client.render.entity.equipment
Methods in net.minecraft.client.render.entity.equipment with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
EquipmentModelLoader.apply
(Map<Identifier, EquipmentModel> map, ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type ProfilerModifier and TypeMethodDescriptionprivate BakedModelManager.BakingResult
BakedModelManager.bake
(Profiler profiler, Map<Identifier, SpriteAtlasManager.AtlasPreparation> preparations, ModelBaker modelLoader, Object2IntMap<BlockState> modelGroups) private void
BakedModelManager.upload
(BakedModelManager.BakingResult bakingResult, Profiler profiler) -
Uses of Profiler in net.minecraft.client.resource
Methods in net.minecraft.client.resource with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
FoliageColormapResourceSupplier.apply
(int[] int2, ResourceManager resourceManager, Profiler profiler) protected void
GrassColormapResourceSupplier.apply
(int[] int2, ResourceManager resourceManager, Profiler profiler) protected void
PeriodicNotificationManager.apply
(Map<String, List<PeriodicNotificationManager.Entry>> map, ResourceManager resourceManager, Profiler profiler) protected void
SplashTextResourceSupplier.apply
(List<String> list, ResourceManager resourceManager, Profiler profiler) protected void
VideoWarningManager.apply
(VideoWarningManager.WarningPatternLoader warningPatternLoader, ResourceManager resourceManager, Profiler profiler) private static @Nullable JsonObject
VideoWarningManager.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.WarningPatternLoader
VideoWarningManager.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.sound
Methods in net.minecraft.client.sound with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
SoundManager.apply
(SoundManager.SoundList soundList, ResourceManager resourceManager, Profiler profiler) protected SoundManager.SoundList
SoundManager.prepare
(ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.command
Fields 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.recipe
Methods in net.minecraft.recipe with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
ServerRecipeManager.apply
(PreparedRecipes preparedRecipes, ResourceManager resourceManager, Profiler profiler) protected PreparedRecipes
ServerRecipeManager.prepare
(ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.resource
Methods in net.minecraft.resource with parameters of type ProfilerModifier and TypeMethodDescriptionprotected abstract void
SinglePreparationResourceReloader.apply
(T prepared, ResourceManager manager, Profiler profiler) Handles the prepared intermediate object.protected Map
<Identifier, T> JsonDataLoader.prepare
(ResourceManager resourceManager, Profiler profiler) protected abstract T
SinglePreparationResourceReloader.prepare
(ResourceManager manager, Profiler profiler) Prepares the intermediate object. -
Uses of Profiler in net.minecraft.server
Methods in net.minecraft.server that return ProfilerMethods in net.minecraft.server with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
ServerAdvancementLoader.apply
(Map<Identifier, Advancement> map, ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type ProfilerModifier and TypeMethodDescriptionprivate void
ServerChunkManager.broadcastUpdates
(Profiler profiler) private void
ServerChunkManager.tickChunks
(Profiler profiler, long timeDelta, List<WorldChunk> chunks) -
Uses of Profiler in net.minecraft.util
Methods in net.minecraft.util that return ProfilerModifier and TypeMethodDescriptionTickDurationMonitor.nextProfiler()
static Profiler
TickDurationMonitor.tickProfiler
(Profiler profiler, @Nullable TickDurationMonitor monitor) Methods in net.minecraft.util with parameters of type ProfilerModifier and TypeMethodDescriptionstatic Profiler
TickDurationMonitor.tickProfiler
(Profiler profiler, @Nullable TickDurationMonitor monitor) -
Uses of Profiler in net.minecraft.util.profiler
Subinterfaces of Profiler in net.minecraft.util.profilerClasses in net.minecraft.util.profiler that implement ProfilerModifier and TypeClassDescriptionclass
static class
class
class
Fields in net.minecraft.util.profiler declared as ProfilerModifier and TypeFieldDescriptionprivate final Profiler
Profiler.UnionProfiler.first
private final Profiler
Profiler.UnionProfiler.second
ScopedProfiler.wrapped
Fields in net.minecraft.util.profiler with type parameters of type ProfilerModifier and TypeFieldDescriptionprivate static final ThreadLocal
<Profiler> Profilers.BUILTIN_PROFILER
Methods in net.minecraft.util.profiler that return ProfilerModifier and TypeMethodDescriptionstatic Profiler
Profilers.get()
private static Profiler
Profilers.getDefault()
DebugRecorder.getProfiler()
DummyRecorder.getProfiler()
Recorder.getProfiler()
TickTimeTracker.getProfiler()
static Profiler
private static Profiler
Methods in net.minecraft.util.profiler with parameters of type ProfilerModifier and TypeMethodDescriptionprivate static void
static Profiler
private static Profiler
static Profilers.Scoped
Constructors 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.tick
Methods in net.minecraft.world.tick with parameters of type ProfilerModifier and TypeMethodDescriptionprivate void
WorldTickScheduler.collectTickableTicks
(long time, int maxTicks, Profiler profiler)