Uses of Interface
net.minecraft.util.profiler.Profiler
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
Uses of Profiler in net.minecraft.client
Modifier and TypeMethodDescriptionMinecraftClient.getProfiler()
private Profiler
MinecraftClient.startMonitor(boolean active, @Nullable TickDurationMonitor tickDurationMonitor)
-
Uses of Profiler in net.minecraft.client.particle
Modifier 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
Modifier 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)
ModifierConstructorDescriptionModelLoader(ResourceManager resourceManager, BlockColors blockColors, Profiler profiler, int int2)
-
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
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
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.client.texture
Modifier 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
Modifier and TypeMethodDescriptionDebugRecorder.getProfiler()
DummyRecorder.getProfiler()
Recorder.getProfiler()
-
Uses of Profiler in net.minecraft.client.world
ModifierConstructorDescriptionClientWorld(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
-
Uses of Profiler in net.minecraft.entity.ai.pathing
Modifier and TypeMethodDescriptionPathNodeNavigator.findPathToAny(Profiler profiler, PathNode pathNode, Map<TargetPathNode,BlockPos> map, float float2, int int2, float float3)
-
Uses of Profiler in net.minecraft.loot
Modifier and TypeMethodDescriptionprotected void
LootManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.loot.condition
Modifier and TypeMethodDescriptionprotected void
LootConditionManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.loot.function
Modifier and TypeMethodDescriptionprotected void
LootFunctionManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.recipe
Modifier and TypeMethodDescriptionprotected void
RecipeManager.apply(Map<Identifier,JsonElement> map, 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,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
Modifier and TypeMethodDescriptionprotected void
ServerAdvancementLoader.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.server.function
Modifier 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
Modifier 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
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
-
Uses of Profiler in net.minecraft.world
ModifierConstructorDescriptionprotected
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