Uses of Interface
net.minecraft.util.profiler.Profiler
| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.particle | |
| net.minecraft.client.render.model | |
| net.minecraft.client.resource | |
| net.minecraft.client.sound | |
| net.minecraft.client.texture | |
| net.minecraft.client.util.profiler | |
| net.minecraft.client.world | |
| net.minecraft.entity.ai.goal | |
| net.minecraft.loot | |
| net.minecraft.loot.condition | |
| net.minecraft.loot.function | |
| net.minecraft.recipe | |
| net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
| net.minecraft.server | |
| net.minecraft.server.function | |
| net.minecraft.tag | |
| net.minecraft.util | |
| net.minecraft.util.profiler | |
| net.minecraft.world |
-
Uses of Profiler in net.minecraft.client
Fields in net.minecraft.client declared as Profiler Modifier and Type Field Description private ProfilerMinecraftClient. profilerMethods in net.minecraft.client that return Profiler Modifier and Type Method Description ProfilerMinecraftClient. getProfiler()private ProfilerMinecraftClient. startMonitor(boolean active, @Nullable TickDurationMonitor tickDurationMonitor) -
Uses of Profiler in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type Profiler Modifier and Type Method Description CompletableFuture<Void>ParticleManager. 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 Profiler Modifier and Type Method Description protected voidBakedModelManager. apply(ModelLoader modelLoader, ResourceManager resourceManager, Profiler profiler)protected ModelLoaderBakedModelManager. prepare(ResourceManager resourceManager, Profiler profiler)SpriteAtlasManagerModelLoader. upload(TextureManager textureManager, Profiler profiler)Constructors in net.minecraft.client.render.model with parameters of type Profiler Constructor Description ModelLoader(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 Profiler Modifier and Type Method Description protected voidFoliageColormapResourceSupplier. apply(int[] int2, ResourceManager resourceManager, Profiler profiler)protected voidGrassColormapResourceSupplier. apply(int[] int2, ResourceManager resourceManager, Profiler profiler)protected voidSplashTextResourceSupplier. apply(List<String> list, ResourceManager resourceManager, Profiler profiler)protected voidVideoWarningManager. apply(VideoWarningManager.WarningPatternLoader warningPatternLoader, ResourceManager resourceManager, Profiler profiler)private static @Nullable JsonObjectVideoWarningManager. loadWarnlist(ResourceManager resourceManager, Profiler profiler)protected int[]GrassColormapResourceSupplier. method_18662(ResourceManager resourceManager, Profiler profiler)protected List<String>SplashTextResourceSupplier. prepare(ResourceManager resourceManager, Profiler profiler)protected VideoWarningManager.WarningPatternLoaderVideoWarningManager. prepare(ResourceManager resourceManager, Profiler profiler)protected int[]FoliageColormapResourceSupplier. reload(ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.client.sound
Methods in net.minecraft.client.sound with parameters of type Profiler Modifier and Type Method Description protected voidSoundManager. apply(SoundManager.SoundList soundList, ResourceManager resourceManager, Profiler profiler)protected SoundManager.SoundListSoundManager. prepare(ResourceManager resourceManager, Profiler profiler) -
Uses of Profiler in net.minecraft.client.texture
Methods in net.minecraft.client.texture with parameters of type Profiler Modifier and Type Method Description protected voidSpriteAtlasHolder. apply(SpriteAtlasTexture.Data data, ResourceManager resourceManager, Profiler profiler)protected SpriteAtlasTexture.DataSpriteAtlasHolder. prepare(ResourceManager resourceManager, Profiler profiler)CompletableFuture<Void>TextureManager. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)Performs a reload.SpriteAtlasTexture.DataSpriteAtlasTexture. 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 Profiler Modifier and Type Method Description ProfilerDebugRecorder. getProfiler()ProfilerDummyRecorder. getProfiler()ProfilerRecorder. getProfiler() -
Uses of Profiler in net.minecraft.client.world
Constructor parameters in net.minecraft.client.world with type arguments of type Profiler Constructor Description ClientWorld(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 Profiler Modifier and Type Field Description private Supplier<Profiler>GoalSelector. profilerConstructor parameters in net.minecraft.entity.ai.goal with type arguments of type Profiler Constructor Description GoalSelector(Supplier<Profiler> profiler) -
Uses of Profiler in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type Profiler Modifier and Type Method Description protected voidLootManager. 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 Profiler Modifier and Type Method Description protected voidLootConditionManager. 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 Profiler Modifier and Type Method Description protected voidLootFunctionManager. 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 Profiler Modifier and Type Method Description protected voidRecipeManager. 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 Profiler Modifier and Type Method Description protected abstract voidSinglePreparationResourceReloader. apply(T prepared, ResourceManager manager, Profiler profiler)Handles the prepared intermediate object.protected Map<Identifier,JsonElement>JsonDataLoader. prepare(ResourceManager resourceManager, Profiler profiler)protected abstract TSinglePreparationResourceReloader. prepare(ResourceManager manager, Profiler profiler)Prepares the intermediate object.CompletableFuture<Void>ResourceReloader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)Performs a reload.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 Profiler Modifier and Type Field Description private ProfilerMinecraftServer. profilerMethods in net.minecraft.server that return Profiler Modifier and Type Method Description ProfilerMinecraftServer. getProfiler()Methods in net.minecraft.server with parameters of type Profiler Modifier and Type Method Description protected voidServerAdvancementLoader. 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 Profiler Modifier and Type Method Description CompletableFuture<Void>FunctionLoader. 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 Profiler Modifier and Type Method Description CompletableFuture<Void>TagManagerLoader. 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 Profiler Modifier and Type Method Description ProfilerTickDurationMonitor. nextProfiler()static ProfilerTickDurationMonitor. tickProfiler(Profiler profiler, @Nullable TickDurationMonitor monitor)Methods in net.minecraft.util with parameters of type Profiler Modifier and Type Method Description static ProfilerTickDurationMonitor. tickProfiler(Profiler profiler, @Nullable TickDurationMonitor monitor) -
Uses of Profiler in net.minecraft.util.profiler
Subinterfaces of Profiler in net.minecraft.util.profiler Modifier and Type Interface Description interfaceReadableProfilerClasses in net.minecraft.util.profiler that implement Profiler Modifier and Type Class Description classDummyProfilerclassProfilerSystemMethods in net.minecraft.util.profiler that return Profiler Modifier and Type Method Description ProfilerTickTimeTracker. getProfiler()static ProfilerProfiler. union(Profiler profiler, Profiler profiler2) -
Uses of Profiler in net.minecraft.world
Fields in net.minecraft.world with type parameters of type Profiler Modifier and Type Field Description private Supplier<Profiler>World. profilerMethods in net.minecraft.world that return Profiler Modifier and Type Method Description ProfilerWorld. getProfiler()Methods in net.minecraft.world that return types with arguments of type Profiler Modifier and Type Method Description Supplier<Profiler>World. getProfilerSupplier()Constructor parameters in net.minecraft.world with type arguments of type Profiler Constructor Description World(MutableWorldProperties properties, RegistryKey<World> registryRef, DimensionType dimensionType, Supplier<Profiler> profiler, boolean isClient, boolean debugWorld, long seed)