Uses of Interface
net.minecraft.util.profiler.Profiler
Packages that use Profiler
Package
Description
The basic AI system for Minecraft living entities.
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
Fields in net.minecraft.client declared as ProfilerMethods in net.minecraft.client that return ProfilerModifier and TypeMethodDescriptionMinecraftClient.getProfiler()
private 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) FontManager.reload
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload. -
Uses of Profiler in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ProfilerModifier and TypeMethodDescriptionParticleManager.reload
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload. -
Uses of Profiler in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ProfilerMethods in net.minecraft.client.render.model with parameters of type ProfilerModifier and TypeMethodDescriptionprivate BakedModelManager.BakingResult
BakedModelManager.bake
(Profiler profiler, Map<Identifier, SpriteAtlasManager.AtlasPreparation> preparations, ModelLoader modelLoader) final CompletableFuture
<Void> BakedModelManager.reload
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.private void
BakedModelManager.upload
(BakedModelManager.BakingResult bakingResult, Profiler profiler) Constructors in net.minecraft.client.render.model with parameters of type ProfilerModifierConstructorDescriptionBlockStatesLoader
(Map<Identifier, List<BlockStatesLoader.SourceTrackedData>> blockStates, Profiler profiler, UnbakedModel missingModel, BlockColors blockColors, BiConsumer<ModelIdentifier, UnbakedModel> onLoad) ModelLoader
(BlockColors blockColors, Profiler profiler, Map<Identifier, JsonUnbakedModel> jsonUnbakedModels, Map<Identifier, List<BlockStatesLoader.SourceTrackedData>> blockStates) -
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.client.texture
Methods in net.minecraft.client.texture with parameters of type ProfilerModifier and TypeMethodDescriptionprivate void
SpriteAtlasHolder.afterReload
(SpriteLoader.StitchResult stitchResult, Profiler profiler) final CompletableFuture
<Void> SpriteAtlasHolder.reload
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.TextureManager.reload
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload. -
Uses of Profiler in net.minecraft.client.world
Constructor parameters in net.minecraft.client.world with type arguments of type ProfilerModifierConstructorDescriptionClientWorld
(ClientPlayNetworkHandler networkHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> dimensionTypeEntry, int loadDistance, int simulationDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed) -
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.entity.ai.goal
Fields in net.minecraft.entity.ai.goal with type parameters of type ProfilerConstructor parameters in net.minecraft.entity.ai.goal with type arguments of type Profiler -
Uses of Profiler in net.minecraft.entity.ai.pathing
Methods in net.minecraft.entity.ai.pathing with parameters of type ProfilerModifier and TypeMethodDescriptionPathNodeNavigator.findPathToAny
(Profiler profiler, PathNode startNode, Map<TargetPathNode, BlockPos> positions, float followRange, int distance, float rangeMultiplier) -
Uses of Profiler in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
RecipeManager.apply
(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.registry.tag
Methods in net.minecraft.registry.tag with parameters of type ProfilerModifier and TypeMethodDescriptionTagManagerLoader.reload
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload. -
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, JsonElement> JsonDataLoader.prepare
(ResourceManager resourceManager, Profiler profiler) protected abstract T
SinglePreparationResourceReloader.prepare
(ResourceManager manager, Profiler profiler) Prepares the intermediate object.ResourceReloader.reload
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.final CompletableFuture
<Void> SinglePreparationResourceReloader.reload
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.default CompletableFuture
<Void> SynchronousResourceReloader.reload
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload. -
Uses of Profiler in net.minecraft.server
Fields in net.minecraft.server declared as ProfilerMethods in net.minecraft.server that return ProfilerMethods in net.minecraft.server with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
ServerAdvancementLoader.apply
(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.server.function
Methods in net.minecraft.server.function with parameters of type ProfilerModifier and TypeMethodDescriptionFunctionLoader.reload
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload. -
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 ProfilerMethods in net.minecraft.util.profiler that return ProfilerModifier and TypeMethodDescriptionDebugRecorder.getProfiler()
DummyRecorder.getProfiler()
Recorder.getProfiler()
TickTimeTracker.getProfiler()
static Profiler
Methods in net.minecraft.util.profiler with parameters of type Profiler -
Uses of Profiler in net.minecraft.world
Fields in net.minecraft.world with type parameters of type ProfilerMethods in net.minecraft.world that return ProfilerMethods in net.minecraft.world that return types with arguments of type ProfilerConstructor parameters in net.minecraft.world with type arguments of type ProfilerModifierConstructorDescriptionprotected
World
(MutableWorldProperties properties, RegistryKey<World> registryRef, DynamicRegistryManager registryManager, RegistryEntry<DimensionType> dimensionEntry, Supplier<Profiler> profiler, boolean isClient, boolean debugWorld, long biomeAccess, int maxChainedNeighborUpdates) -
Uses of Profiler in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return Profiler -
Uses of Profiler in net.minecraft.world.tick
Fields in net.minecraft.world.tick with type parameters of type ProfilerMethods in net.minecraft.world.tick with parameters of type ProfilerModifier and TypeMethodDescriptionprivate void
WorldTickScheduler.collectTickableTicks
(long time, int maxTicks, Profiler profiler) Constructor parameters in net.minecraft.world.tick with type arguments of type ProfilerModifierConstructorDescriptionWorldTickScheduler
(LongPredicate tickingFutureReadyPredicate, Supplier<Profiler> profilerGetter)