Uses of Interface
net.minecraft.util.profiler.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
Modifier and TypeMethodDescriptionprivate Profiler
MinecraftClient.startMonitor
(boolean active, @Nullable TickDurationMonitor monitor) -
Uses of Profiler in net.minecraft.client.font
Modifier and TypeMethodDescriptionprivate void
FontManager.reload
(FontManager.ProviderIndex index, Profiler profiler) -
Uses of Profiler in net.minecraft.client.gl
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected void
EquipmentModelLoader.apply
(Map<Identifier, EquipmentModel> map, ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.client.render.model
Modifier 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
Modifier 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
Modifier 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
ModifierConstructorDescriptionCommandExecutionContext
(int maxCommandChainLength, int maxCommandForkCount, Profiler profiler) -
Uses of Profiler in net.minecraft.recipe
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected void
ServerAdvancementLoader.apply
(Map<Identifier, Advancement> map, ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.server.world
Modifier 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
Modifier and TypeMethodDescriptionTickDurationMonitor.nextProfiler()
static Profiler
TickDurationMonitor.tickProfiler
(Profiler profiler, @Nullable TickDurationMonitor monitor) Modifier and TypeMethodDescriptionstatic Profiler
TickDurationMonitor.tickProfiler
(Profiler profiler, @Nullable TickDurationMonitor monitor) -
Uses of Profiler in net.minecraft.util.profiler
Modifier and TypeClassDescriptionclass
static class
class
class
Modifier and TypeFieldDescriptionprivate final Profiler
Profiler.UnionProfiler.first
private final Profiler
Profiler.UnionProfiler.second
ScopedProfiler.wrapped
Modifier and TypeFieldDescriptionprivate static final ThreadLocal
<Profiler> Profilers.BUILTIN_PROFILER
Modifier and TypeMethodDescriptionstatic Profiler
Profilers.get()
private static Profiler
Profilers.getDefault()
DebugRecorder.getProfiler()
DummyRecorder.getProfiler()
Recorder.getProfiler()
TickTimeTracker.getProfiler()
static Profiler
private static Profiler
Modifier and TypeMethodDescriptionprivate static void
static Profiler
private static Profiler
static Profilers.Scoped
ModifierConstructorDescription(package private)
ScopedProfiler
(@Nullable Profiler wrapped) UnionProfiler
(Profiler first, Profiler second) -
Uses of Profiler in net.minecraft.world.tick
Modifier and TypeMethodDescriptionprivate void
WorldTickScheduler.collectTickableTicks
(long time, int maxTicks, Profiler profiler)