Uses of Interface
net.minecraft.util.profiler.Profiler
Packages that use Profiler
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
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 tickDurationMonitor)
-
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
Methods in net.minecraft.client.render.model with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
BakedModelManager.apply(ModelLoader modelLoader, ResourceManager resourceManager, Profiler profiler)
protected ModelLoader
BakedModelManager.prepare(ResourceManager resourceManager, Profiler profiler)
ModelLoader.upload(TextureManager textureManager, Profiler profiler)
Constructors in net.minecraft.client.render.model with parameters of type ProfilerModifierConstructorDescriptionModelLoader(ResourceManager resourceManager, BlockColors blockColors, Profiler profiler, int int2)
-
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
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)
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 TypeMethodDescriptionprotected void
SpriteAtlasHolder.apply(SpriteAtlasTexture.Data data, ResourceManager resourceManager, Profiler profiler)
protected SpriteAtlasTexture.Data
SpriteAtlasHolder.prepare(ResourceManager resourceManager, Profiler profiler)
TextureManager.reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload.SpriteAtlasTexture.stitch(ResourceManager resourceManager, Stream<Identifier> idStream, Profiler profiler, int mipmapLevel)
-
Uses of Profiler in net.minecraft.client.util.profiler
Methods in net.minecraft.client.util.profiler that return ProfilerModifier and TypeMethodDescriptionDebugRecorder.getProfiler()
DummyRecorder.getProfiler()
Recorder.getProfiler()
-
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, DimensionType dimensionType, int loadDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed)
-
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 pathNode, Map<TargetPathNode,BlockPos> map, float float2, int int2, float float3)
-
Uses of Profiler in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
LootManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.loot.condition
Methods in net.minecraft.loot.condition with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
LootConditionManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.loot.function
Methods in net.minecraft.loot.function with parameters of type ProfilerModifier and TypeMethodDescriptionprotected void
LootFunctionManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
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.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.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.tag
Methods in net.minecraft.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.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 ProfilerMethods 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, DimensionType dimensionType, Supplier<Profiler> profiler, boolean isClient, boolean debugWorld, long seed)
-
Uses of Profiler in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return Profiler