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 ProfilerFiller
Minecraft.constructProfiler
(boolean p_167971_, SingleTickProfiler p_167972_) Methods in net.minecraft.client with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected void
PeriodicNotificationManager.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 void
FontManager.apply
(FontManager.Preparation p_284939_, ProfilerFiller p_285407_) -
Uses of ProfilerFiller in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate void
LevelRenderer.addMainPass
(FrameGraphBuilder p_361593_, Frustum p_366590_, Camera p_363453_, org.joml.Matrix4f p_362420_, org.joml.Matrix4f p_361272_, FogParameters p_363661_, boolean p_363964_, boolean p_362137_, DeltaTracker p_360931_, ProfilerFiller p_362234_) protected void
CloudRenderer.apply
(Optional<CloudRenderer.TextureData> p_362811_, ResourceManager p_364101_, ProfilerFiller p_360749_) protected void
GpuWarnlistManager.apply
(GpuWarnlistManager.Preparations p_109226_, ResourceManager p_109227_, ProfilerFiller p_109228_) protected void
ShaderManager.apply
(ShaderManager.Configs p_366597_, ResourceManager p_366533_, ProfilerFiller p_366866_) private static com.google.gson.JsonObject
GpuWarnlistManager.parseJson
(ResourceManager p_109245_, ProfilerFiller p_109246_) protected Optional
<CloudRenderer.TextureData> CloudRenderer.prepare
(ResourceManager p_363181_, ProfilerFiller p_361418_) protected GpuWarnlistManager.Preparations
GpuWarnlistManager.prepare
(ResourceManager p_109220_, ProfilerFiller p_109221_) protected ShaderManager.Configs
ShaderManager.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 void
DryFoliageColorReloadListener.apply
(int[] p_406287_, ResourceManager p_406260_, ProfilerFiller p_406269_) protected void
FoliageColorReloadListener.apply
(int[] p_118667_, ResourceManager p_118668_, ProfilerFiller p_118669_) protected void
GrassColorReloadListener.apply
(int[] p_118684_, ResourceManager p_118685_, ProfilerFiller p_118686_) protected void
SplashManager.apply
(List<String> p_118878_, ResourceManager p_118879_, ProfilerFiller p_118880_) protected int[]
DryFoliageColorReloadListener.prepare
(ResourceManager p_406344_, ProfilerFiller p_406283_) protected int[]
FoliageColorReloadListener.prepare
(ResourceManager p_118660_, ProfilerFiller p_118661_) protected int[]
GrassColorReloadListener.prepare
(ResourceManager p_118677_, ProfilerFiller p_118678_) SplashManager.prepare
(ResourceManager p_118869_, ProfilerFiller p_118870_) -
Uses of ProfilerFiller in net.minecraft.client.resources.model
Methods in net.minecraft.client.resources.model with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected void
EquipmentAssetManager.apply
(Map<ResourceLocation, EquipmentClientInfo> p_388124_, ResourceManager p_387311_, ProfilerFiller p_387076_) private void
ModelManager.apply
(ModelManager.ReloadState p_248996_, ProfilerFiller p_251960_) -
Uses of ProfilerFiller in net.minecraft.client.sounds
Methods in net.minecraft.client.sounds with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected void
SoundManager.apply
(SoundManager.Preparations p_120377_, ResourceManager p_120378_, ProfilerFiller p_120379_) protected SoundManager.Preparations
SoundManager.prepare
(ResourceManager p_120356_, ProfilerFiller p_120357_) -
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 p_306012_, int p_306180_, ProfilerFiller p_306142_) -
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 void
ServerAdvancementManager.apply
(Map<ResourceLocation, Advancement> p_136034_, ResourceManager p_136035_, ProfilerFiller p_136036_) -
Uses of ProfilerFiller in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate void
ServerChunkCache.broadcastChangedChunks
(ProfilerFiller p_360525_) private void
ServerChunkCache.tickChunks
(ProfilerFiller p_364065_, long p_361343_) -
Uses of ProfilerFiller in net.minecraft.server.packs.resources
Methods in net.minecraft.server.packs.resources with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected abstract void
SimplePreparableReloadListener.apply
(T p_10793_, ResourceManager p_10794_, ProfilerFiller p_10795_) protected Map
<ResourceLocation, T> SimpleJsonResourceReloadListener.prepare
(ResourceManager p_10771_, ProfilerFiller p_10772_) protected abstract T
SimplePreparableReloadListener.prepare
(ResourceManager p_10796_, ProfilerFiller p_10797_) -
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 TypeClassDescriptionclass
class
static class
class
Fields in net.minecraft.util.profiling declared as ProfilerFillerModifier and TypeFieldDescriptionprivate final ProfilerFiller
ProfilerFiller.CombinedProfileFiller.first
private final ProfilerFiller
Zone.profiler
private final ProfilerFiller
ProfilerFiller.CombinedProfileFiller.second
Fields in net.minecraft.util.profiling with type parameters of type ProfilerFillerModifier and TypeFieldDescriptionprivate static final ThreadLocal
<ProfilerFiller> Profiler.ACTIVE
Methods in net.minecraft.util.profiling that return ProfilerFillerModifier and TypeMethodDescriptionstatic ProfilerFiller
ProfilerFiller.combine
(ProfilerFiller p_373012_, ProfilerFiller p_373110_) private static ProfilerFiller
Profiler.decorateFiller
(ProfilerFiller p_373124_) static ProfilerFiller
SingleTickProfiler.decorateFiller
(ProfilerFiller p_18630_, SingleTickProfiler p_18631_) static ProfilerFiller
Profiler.get()
private static ProfilerFiller
Profiler.getDefaultFiller()
ContinuousProfiler.getFiller()
SingleTickProfiler.startTick()
Methods in net.minecraft.util.profiling with parameters of type ProfilerFillerModifier and TypeMethodDescriptionstatic ProfilerFiller
ProfilerFiller.combine
(ProfilerFiller p_373012_, ProfilerFiller p_373110_) private static ProfilerFiller
Profiler.decorateFiller
(ProfilerFiller p_373124_) static ProfilerFiller
SingleTickProfiler.decorateFiller
(ProfilerFiller p_18630_, SingleTickProfiler p_18631_) private static void
Profiler.startUsing
(ProfilerFiller p_373003_) static Profiler.Scope
Profiler.use
(ProfilerFiller p_373040_) Constructors in net.minecraft.util.profiling with parameters of type ProfilerFillerModifierConstructorDescriptionCombinedProfileFiller
(ProfilerFiller p_373115_, ProfilerFiller p_372882_) (package private)
Zone
(ProfilerFiller p_372834_) -
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 void
RecipeManager.apply
(RecipeMap p_380231_, ResourceManager p_44038_, ProfilerFiller p_44039_) protected RecipeMap
RecipeManager.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 void
LevelTicks.collectTicks
(long p_193222_, int p_193223_, ProfilerFiller p_193224_) -
Uses of ProfilerFiller in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type ProfilerFillerModifier and TypeMethodDescriptionstatic FrameGraphSetupEvent
ClientHooks.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 void
AnimationLoader.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 void
RecipePriorityManager.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 void
LootModifierManager.apply
(Map<ResourceLocation, com.google.gson.JsonElement> resourceList, ResourceManager resourceManagerIn, ProfilerFiller profilerIn) protected Map
<ResourceLocation, com.google.gson.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)