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 pRenderFpsPie, SingleTickProfiler pSingleTickProfiler) 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 pPreperation, ProfilerFiller pProfiler) -
Uses of ProfilerFiller in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate voidLevelRenderer.addMainPass(FrameGraphBuilder pFrameGraphBuilder, Frustum pFrustum, Camera pCamera, org.joml.Matrix4f pFrustumMatrix, org.joml.Matrix4f pProjectionMatrix, FogParameters pFogParameters, boolean pRenderBlockOutline, boolean pRenderEntityOutline, DeltaTracker pDeltaTracker, ProfilerFiller pProfiler) protected voidCloudRenderer.apply(Optional<CloudRenderer.TextureData> p_362811_, ResourceManager p_364101_, ProfilerFiller p_360749_) protected voidGpuWarnlistManager.apply(GpuWarnlistManager.Preparations pObject, ResourceManager pResourceManager, ProfilerFiller pProfiler) protected voidShaderManager.apply(ShaderManager.Configs p_366597_, ResourceManager p_366533_, ProfilerFiller p_366866_) private static JsonObjectGpuWarnlistManager.parseJson(ResourceManager pResourceManager, ProfilerFiller pProfilerFiller) protected Optional<CloudRenderer.TextureData> CloudRenderer.prepare(ResourceManager p_363181_, ProfilerFiller p_361418_) protected GpuWarnlistManager.PreparationsGpuWarnlistManager.prepare(ResourceManager pResourceManager, ProfilerFiller pProfiler) 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[] pObject, ResourceManager pResourceManager, ProfilerFiller pProfiler) protected voidGrassColorReloadListener.apply(int[] pObject, ResourceManager pResourceManager, ProfilerFiller pProfiler) protected voidSplashManager.apply(List<String> pObject, ResourceManager pResourceManager, ProfilerFiller pProfiler) protected int[]DryFoliageColorReloadListener.prepare(ResourceManager pResourceManager, ProfilerFiller pProfiler) protected int[]FoliageColorReloadListener.prepare(ResourceManager pResourceManager, ProfilerFiller pProfiler) Performs any reloading that can be done off-thread, such as file IOprotected int[]GrassColorReloadListener.prepare(ResourceManager pResourceManager, ProfilerFiller pProfiler) Performs any reloading that can be done off-thread, such as file IOSplashManager.prepare(ResourceManager pResourceManager, ProfilerFiller pProfiler) 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 pReloadState, ProfilerFiller pProfiler) -
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 pObject, ResourceManager pResourceManager, ProfilerFiller pProfiler) Applies the prepared sound event registrations and caches to the sound manager.protected SoundManager.PreparationsSoundManager.prepare(ResourceManager pResourceManager, ProfilerFiller pProfiler) 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 pCommandLimit, int pForkLimit, ProfilerFiller pProfiler) -
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> pObject, ResourceManager pResourceManager, ProfilerFiller pProfiler) -
Uses of ProfilerFiller in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate voidServerChunkCache.broadcastChangedChunks(ProfilerFiller pProfiler) private voidServerChunkCache.tickChunks(ProfilerFiller pProfiler, long pTimeInhabited) -
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 pObject, ResourceManager pResourceManager, ProfilerFiller pProfiler) protected Map<ResourceLocation, T> SimpleJsonResourceReloadListener.prepare(ResourceManager pResourceManager, ProfilerFiller pProfiler) Performs any reloading that can be done off-thread, such as file IOprotected abstract TSimplePreparableReloadListener.prepare(ResourceManager pResourceManager, ProfilerFiller pProfiler) 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 pFirst, ProfilerFiller pSecond) private static ProfilerFillerProfiler.decorateFiller(ProfilerFiller pFiller) static ProfilerFillerSingleTickProfiler.decorateFiller(ProfilerFiller pProfiler, SingleTickProfiler pSingleTickProfiler) 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 pFirst, ProfilerFiller pSecond) private static ProfilerFillerProfiler.decorateFiller(ProfilerFiller pFiller) static ProfilerFillerSingleTickProfiler.decorateFiller(ProfilerFiller pProfiler, SingleTickProfiler pSingleTickProfiler) private static voidProfiler.startUsing(ProfilerFiller pProfiler) static Profiler.ScopeProfiler.use(ProfilerFiller pProfiler) Constructors in net.minecraft.util.profiling with parameters of type ProfilerFillerModifierConstructorDescriptionCombinedProfileFiller(ProfilerFiller pFirst, ProfilerFiller pSecond) (package private)Zone(ProfilerFiller pProfiler) -
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 pGameTime, int pMaxAllowedTicks, ProfilerFiller pProfiler) -
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)