Uses of Interface
net.minecraft.util.profiling.ProfilerFiller
Packages that use ProfilerFiller
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ProfilerFiller in net.minecraft.client
Methods in net.minecraft.client that return ProfilerFillerModifier and TypeMethodDescriptionprivate ProfilerFillerMinecraft.constructProfiler(boolean shouldCollectFrameProfile, @Nullable SingleTickProfiler tickProfiler) Methods in net.minecraft.client with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidPeriodicNotificationManager.apply(Map<String, List<PeriodicNotificationManager.Notification>> preparations, ResourceManager manager, ProfilerFiller profiler) protected Map<String, List<PeriodicNotificationManager.Notification>> PeriodicNotificationManager.prepare(ResourceManager manager, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.minecraft.client.gui.font
Methods in net.minecraft.client.gui.font with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate voidFontManager.apply(FontManager.Preparation preparations, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate voidLevelRenderer.addMainPass(FrameGraphBuilder frame, Frustum frustum, Matrix4f modelViewMatrix, GpuBufferSlice terrainFog, boolean renderOutline, LevelRenderState levelRenderState, DeltaTracker deltaTracker, ProfilerFiller profiler, ChunkSectionsToRender chunkSectionsToRender) protected voidCloudRenderer.apply(Optional<CloudRenderer.TextureData> preparations, ResourceManager manager, ProfilerFiller profiler) protected voidGpuWarnlistManager.apply(GpuWarnlistManager.Preparations preparations, ResourceManager manager, ProfilerFiller profiler) protected voidShaderManager.apply(ShaderManager.Configs preparations, ResourceManager manager, ProfilerFiller profiler) private static @Nullable JsonObjectGpuWarnlistManager.parseJson(ResourceManager manager, ProfilerFiller profiler) protected Optional<CloudRenderer.TextureData> CloudRenderer.prepare(ResourceManager manager, ProfilerFiller profiler) protected GpuWarnlistManager.PreparationsGpuWarnlistManager.prepare(ResourceManager manager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOprotected ShaderManager.ConfigsShaderManager.prepare(ResourceManager manager, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidDryFoliageColorReloadListener.apply(int[] pixels, ResourceManager manager, ProfilerFiller profiler) protected voidFoliageColorReloadListener.apply(int[] pixels, ResourceManager manager, ProfilerFiller profiler) protected voidGrassColorReloadListener.apply(int[] pixels, ResourceManager manager, ProfilerFiller profiler) protected voidSplashManager.apply(List<Component> preparations, ResourceManager manager, ProfilerFiller profiler) protected voidWaypointStyleManager.apply(Map<Identifier, WaypointStyle> preparations, ResourceManager manager, ProfilerFiller profiler) protected int[]DryFoliageColorReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) protected int[]FoliageColorReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOprotected int[]GrassColorReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOSplashManager.prepare(ResourceManager manager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IO -
Uses of ProfilerFiller in net.minecraft.client.resources.model
Methods in net.minecraft.client.resources.model with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidEquipmentAssetManager.apply(Map<Identifier, EquipmentClientInfo> preparations, ResourceManager manager, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.minecraft.client.sounds
Methods in net.minecraft.client.sounds with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidSoundManager.apply(SoundManager.Preparations preparations, ResourceManager manager, ProfilerFiller profiler) Applies the prepared sound event registrations and caches to the sound manager.protected SoundManager.PreparationsSoundManager.prepare(ResourceManager manager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IO -
Uses of ProfilerFiller in net.minecraft.commands.execution
Fields in net.minecraft.commands.execution declared as ProfilerFillerMethods in net.minecraft.commands.execution that return ProfilerFillerConstructors in net.minecraft.commands.execution with parameters of type ProfilerFillerModifierConstructorDescriptionExecutionContext(int commandLimit, int forkLimit, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.minecraft.server
Methods in net.minecraft.server that return ProfilerFillerMethods in net.minecraft.server with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidServerAdvancementManager.apply(Map<Identifier, Advancement> preparations, ResourceManager manager, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate voidServerChunkCache.broadcastChangedChunks(ProfilerFiller profiler) private voidServerChunkCache.tickChunks(ProfilerFiller profiler, long timeDiff) -
Uses of ProfilerFiller in net.minecraft.server.packs.resources
Methods in net.minecraft.server.packs.resources with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected abstract voidSimplePreparableReloadListener.apply(T preparations, ResourceManager manager, ProfilerFiller profiler) protected Map<Identifier, T> SimpleJsonResourceReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOprotected abstract TSimplePreparableReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IO -
Uses of ProfilerFiller in net.minecraft.util.profiling
Subinterfaces of ProfilerFiller in net.minecraft.util.profilingClasses in net.minecraft.util.profiling that implement ProfilerFillerModifier and TypeClassDescriptionclassclassstatic classclassFields in net.minecraft.util.profiling declared as ProfilerFillerModifier and TypeFieldDescriptionprivate final ProfilerFillerProfilerFiller.CombinedProfileFiller.firstprivate final @Nullable ProfilerFillerZone.profilerprivate final ProfilerFillerProfilerFiller.CombinedProfileFiller.secondFields in net.minecraft.util.profiling with type parameters of type ProfilerFillerModifier and TypeFieldDescriptionprivate static final ThreadLocal<@Nullable ProfilerFiller> Profiler.ACTIVEMethods in net.minecraft.util.profiling that return ProfilerFillerModifier and TypeMethodDescriptionstatic ProfilerFillerProfilerFiller.combine(ProfilerFiller first, ProfilerFiller second) private static ProfilerFillerProfiler.decorateFiller(ProfilerFiller filler) static ProfilerFillerSingleTickProfiler.decorateFiller(ProfilerFiller filler, @Nullable SingleTickProfiler tickProfiler) static ProfilerFillerProfiler.get()private static ProfilerFillerProfiler.getDefaultFiller()ContinuousProfiler.getFiller()SingleTickProfiler.startTick()Methods in net.minecraft.util.profiling with parameters of type ProfilerFillerModifier and TypeMethodDescriptionstatic ProfilerFillerProfilerFiller.combine(ProfilerFiller first, ProfilerFiller second) private static ProfilerFillerProfiler.decorateFiller(ProfilerFiller filler) static ProfilerFillerSingleTickProfiler.decorateFiller(ProfilerFiller filler, @Nullable SingleTickProfiler tickProfiler) private static voidProfiler.startUsing(ProfilerFiller filler) static Profiler.ScopeProfiler.use(ProfilerFiller filler) Constructors in net.minecraft.util.profiling with parameters of type ProfilerFillerModifierConstructorDescriptionCombinedProfileFiller(ProfilerFiller first, ProfilerFiller second) (package private)Zone(@Nullable ProfilerFiller profiler) -
Uses of ProfilerFiller in net.minecraft.util.profiling.metrics.profiling
Methods in net.minecraft.util.profiling.metrics.profiling that return ProfilerFillerModifier and TypeMethodDescriptionActiveMetricsRecorder.getProfiler()InactiveMetricsRecorder.getProfiler()MetricsRecorder.getProfiler() -
Uses of ProfilerFiller in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidRecipeManager.apply(RecipeMap recipes, ResourceManager manager, ProfilerFiller profiler) protected RecipeMapRecipeManager.prepare(ResourceManager manager, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.minecraft.world.ticks
Methods in net.minecraft.world.ticks with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate voidLevelTicks.collectTicks(long currentTick, int maxTicksToProcess, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type ProfilerFillerModifier and TypeMethodDescriptionstatic FrameGraphSetupEventClientHooks.fireFrameGraphSetup(FrameGraphBuilder builder, LevelTargetBundle targets, RenderTargetDescriptor renderTargetDescriptor, CameraRenderState cameraState, Matrix4f modelViewMatrix, DeltaTracker deltaTracker, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as ProfilerFillerMethods in net.neoforged.neoforge.client.event that return ProfilerFillerModifier and TypeMethodDescriptionFrameGraphSetupEvent.getProfiler()Returns the active profiler.Constructors in net.neoforged.neoforge.client.event with parameters of type ProfilerFillerModifierConstructorDescriptionFrameGraphSetupEvent(FrameGraphBuilder builder, LevelTargetBundle targets, RenderTargetDescriptor renderTargetDescriptor, CameraRenderState cameraState, Matrix4f modelViewMatrix, DeltaTracker deltaTracker, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.neoforged.neoforge.common.crafting
Methods in net.neoforged.neoforge.common.crafting with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidRecipePriorityManager.apply(it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceKey<Recipe<?>>> map, ResourceManager resourceManager, ProfilerFiller profilerFiller) protected it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceKey<Recipe<?>>> RecipePriorityManager.prepare(ResourceManager resourceManager, ProfilerFiller profilerFiller) -
Uses of ProfilerFiller in net.neoforged.neoforge.common.loot
Methods in net.neoforged.neoforge.common.loot with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidLootModifierManager.apply(Map<Identifier, JsonElement> resourceList, ResourceManager resourceManagerIn, ProfilerFiller profilerIn) protected Map<Identifier, JsonElement> LootModifierManager.prepare(ResourceManager resourceManager, ProfilerFiller profilerFiller) -
Uses of ProfilerFiller in net.neoforged.neoforge.registries
Methods in net.neoforged.neoforge.registries with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate CompletableFuture<Map<ResourceKey<? extends Registry<?>>, DataMapLoader.LoadResult<?>>> DataMapLoader.load(ResourceManager manager, Executor executor, ProfilerFiller profiler) private static Map<ResourceKey<? extends Registry<?>>, DataMapLoader.LoadResult<?>> DataMapLoader.load(ResourceManager manager, ProfilerFiller profiler, RegistryAccess access, ICondition.IContext context)