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 renderFpsPie, SingleTickProfiler singleTickProfiler) Methods in net.minecraft.client with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidPeriodicNotificationManager.apply(Map<String, List<PeriodicNotificationManager.Notification>> p_205318_, ResourceManager p_205319_, ProfilerFiller p_205320_) protected Map<String, List<PeriodicNotificationManager.Notification>> PeriodicNotificationManager.prepare(ResourceManager p_205300_, ProfilerFiller p_205301_) -
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 preperation, 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 frameGraphBuilder, Frustum frustum, Camera camera, org.joml.Matrix4f frustumMatrix, org.joml.Matrix4f projectionMatrix, FogParameters fogParameters, boolean renderBlockOutline, boolean renderEntityOutline, DeltaTracker deltaTracker, ProfilerFiller profiler) protected voidCloudRenderer.apply(Optional<CloudRenderer.TextureData> p_362811_, ResourceManager p_364101_, ProfilerFiller p_360749_) protected voidGpuWarnlistManager.apply(GpuWarnlistManager.Preparations object, ResourceManager resourceManager, ProfilerFiller profiler) protected voidShaderManager.apply(ShaderManager.Configs p_366597_, ResourceManager p_366533_, ProfilerFiller p_366866_) private static JsonObjectGpuWarnlistManager.parseJson(ResourceManager resourceManager, ProfilerFiller profilerFiller) protected Optional<CloudRenderer.TextureData> CloudRenderer.prepare(ResourceManager p_363181_, ProfilerFiller p_361418_) protected GpuWarnlistManager.PreparationsGpuWarnlistManager.prepare(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOprotected ShaderManager.ConfigsShaderManager.prepare(ResourceManager p_366761_, ProfilerFiller p_366562_) -
Uses of ProfilerFiller in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidDryFoliageColorReloadListener.apply(int[] p_406287_, ResourceManager p_406260_, ProfilerFiller p_406269_) protected voidFoliageColorReloadListener.apply(int[] object, ResourceManager resourceManager, ProfilerFiller profiler) protected voidGrassColorReloadListener.apply(int[] object, ResourceManager resourceManager, ProfilerFiller profiler) protected voidSplashManager.apply(List<String> object, ResourceManager resourceManager, ProfilerFiller profiler) protected int[]DryFoliageColorReloadListener.prepare(ResourceManager resourceManager, ProfilerFiller profiler) protected int[]FoliageColorReloadListener.prepare(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOprotected int[]GrassColorReloadListener.prepare(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOSplashManager.prepare(ResourceManager resourceManager, 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<ResourceLocation, EquipmentClientInfo> p_388124_, ResourceManager p_387311_, ProfilerFiller p_387076_) private voidModelManager.apply(ModelManager.ReloadState reloadState, 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 object, ResourceManager resourceManager, ProfilerFiller profiler) Applies the prepared sound event registrations and caches to the sound manager.protected SoundManager.PreparationsSoundManager.prepare(ResourceManager resourceManager, 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<ResourceLocation, Advancement> object, ResourceManager resourceManager, 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 timeInhabited) -
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 object, ResourceManager resourceManager, ProfilerFiller profiler) protected Map<ResourceLocation, T> SimpleJsonResourceReloadListener.prepare(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOprotected abstract TSimplePreparableReloadListener.prepare(ResourceManager resourceManager, 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 ProfilerFillerZone.profilerprivate final ProfilerFillerProfilerFiller.CombinedProfileFiller.secondFields in net.minecraft.util.profiling with type parameters of type ProfilerFillerModifier and TypeFieldDescriptionprivate static final ThreadLocal<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 profiler, SingleTickProfiler singleTickProfiler) 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 profiler, SingleTickProfiler singleTickProfiler) private static voidProfiler.startUsing(ProfilerFiller profiler) static Profiler.ScopeProfiler.use(ProfilerFiller profiler) Constructors in net.minecraft.util.profiling with parameters of type ProfilerFillerModifierConstructorDescriptionCombinedProfileFiller(ProfilerFiller first, ProfilerFiller second) (package private)Zone(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 p_380231_, ResourceManager p_44038_, ProfilerFiller p_44039_) protected RecipeMapRecipeManager.prepare(ResourceManager p_379845_, ProfilerFiller p_380058_) -
Uses of ProfilerFiller in net.minecraft.world.ticks
Methods in net.minecraft.world.ticks with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate voidLevelTicks.collectTicks(long gameTime, int maxAllowedTicks, 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, Frustum frustum, Camera camera, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix, DeltaTracker deltaTracker, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.neoforged.neoforge.client.entity.animation.json
Methods in net.neoforged.neoforge.client.entity.animation.json with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected voidAnimationLoader.apply(Map<ResourceLocation, AnimationDefinition> animationJsons, ResourceManager resourceManager, 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, Frustum frustum, Camera camera, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix, 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<ResourceLocation, JsonElement> resourceList, ResourceManager resourceManagerIn, ProfilerFiller profilerIn) protected Map<ResourceLocation, 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)