Uses of Interface
net.minecraft.util.profiling.ProfilerFiller
Packages that use ProfilerFiller
Package
Description
-
Uses of ProfilerFiller in net.minecraft.client
Fields in net.minecraft.client declared as ProfilerFillerMethods in net.minecraft.client that return ProfilerFillerModifier and TypeMethodDescriptionprivate ProfilerFiller
Minecraft.constructProfiler
(boolean renderFpsPie, SingleTickProfiler singleTickProfiler) Minecraft.getProfiler()
Methods in net.minecraft.client with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected void
PeriodicNotificationManager.apply
(Map<String, List<PeriodicNotificationManager.Notification>> object, ResourceManager resourceManager, ProfilerFiller profiler) protected Map
<String, List<PeriodicNotificationManager.Notification>> PeriodicNotificationManager.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.gui.font
Methods in net.minecraft.client.gui.font with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate void
FontManager.apply
(FontManager.Preparation preperation, ProfilerFiller profiler) FontManager.reload
(PreparableReloadListener.PreparationBarrier preparationBarrier, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ProfilerFiller in net.minecraft.client.multiplayer
Constructor parameters in net.minecraft.client.multiplayer with type arguments of type ProfilerFillerModifierConstructorDescriptionClientLevel
(ClientPacketListener connection, ClientLevel.ClientLevelData clientLevelData, ResourceKey<Level> dimension, Holder<DimensionType> dimensionType, int viewDistance, int serverSimulationDistance, Supplier<ProfilerFiller> profiler, LevelRenderer levelRenderer, boolean isDebug, long biomeZoomSeed) -
Uses of ProfilerFiller in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ProfilerFillerModifier and TypeMethodDescriptionParticleEngine.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ProfilerFiller in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected void
GpuWarnlistManager.apply
(GpuWarnlistManager.Preparations object, ResourceManager resourceManager, ProfilerFiller profiler) private static com.google.gson.JsonObject
GpuWarnlistManager.parseJson
(ResourceManager resourceManager, ProfilerFiller profilerFiller) protected GpuWarnlistManager.Preparations
GpuWarnlistManager.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.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type ProfilerFillerModifier and TypeMethodDescriptionTextureManager.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ProfilerFiller in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected void
FoliageColorReloadListener.apply
(int[] object, ResourceManager resourceManager, ProfilerFiller profiler) protected void
GrassColorReloadListener.apply
(int[] object, ResourceManager resourceManager, ProfilerFiller profiler) protected void
SplashManager.apply
(List<String> object, ResourceManager resourceManager, ProfilerFiller profiler) private void
TextureAtlasHolder.apply
(SpriteLoader.Preparations preparations, 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 IOfinal CompletableFuture
<Void> TextureAtlasHolder.reload
(PreparableReloadListener.PreparationBarrier preparationBarrier, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ProfilerFiller in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as ProfilerFillerMethods in net.minecraft.client.resources.model with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate void
ModelManager.apply
(ModelManager.ReloadState reloadState, ProfilerFiller profiler) private ModelManager.ReloadState
ModelManager.loadModels
(ProfilerFiller profilerFiller, Map<ResourceLocation, AtlasSet.StitchResult> atlasPreparations, ModelBakery modelBakery) final CompletableFuture
<Void> ModelManager.reload
(PreparableReloadListener.PreparationBarrier preparationBarrier, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) Constructors in net.minecraft.client.resources.model with parameters of type ProfilerFillerModifierConstructorDescriptionBlockStateModelLoader
(Map<ResourceLocation, List<BlockStateModelLoader.LoadedJson>> blockStateResources, ProfilerFiller profiler, UnbakedModel missingModel, BlockColors blockColors, BiConsumer<ModelResourceLocation, UnbakedModel> discoveredModelOutput) ModelBakery
(BlockColors blockColors, ProfilerFiller profilerFiller, Map<ResourceLocation, BlockModel> modelResources, Map<ResourceLocation, List<BlockStateModelLoader.LoadedJson>> blockStateResources) -
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 object, ResourceManager resourceManager, ProfilerFiller profiler) Applies the prepared sound event registrations and caches to the sound manager.protected SoundManager.Preparations
SoundManager.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
Fields in net.minecraft.server declared as ProfilerFillerMethods in net.minecraft.server that return ProfilerFillerMethods in net.minecraft.server with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected void
ServerAdvancementManager.apply
(Map<ResourceLocation, com.google.gson.JsonElement> object, ResourceManager resourceManager, ProfilerFiller profiler) ServerFunctionLibrary.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
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 object, ResourceManager resourceManager, ProfilerFiller profiler) protected Map
<ResourceLocation, com.google.gson.JsonElement> SimpleJsonResourceReloadListener.prepare
(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOprotected abstract T
SimplePreparableReloadListener.prepare
(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOPreparableReloadListener.reload
(PreparableReloadListener.PreparationBarrier preparationBarrier, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) default CompletableFuture
<Void> ResourceManagerReloadListener.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) final CompletableFuture
<Void> SimplePreparableReloadListener.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ProfilerFiller in net.minecraft.tags
Methods in net.minecraft.tags with parameters of type ProfilerFillerModifier and TypeMethodDescriptionTagManager.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ProfilerFiller in net.minecraft.util.profiling
Subinterfaces of ProfilerFiller in net.minecraft.util.profilingClasses in net.minecraft.util.profiling that implement ProfilerFillerMethods in net.minecraft.util.profiling that return ProfilerFillerModifier and TypeMethodDescriptionstatic ProfilerFiller
SingleTickProfiler.decorateFiller
(ProfilerFiller profiler, SingleTickProfiler singleTickProfiler) ContinuousProfiler.getFiller()
SingleTickProfiler.startTick()
static ProfilerFiller
ProfilerFiller.tee
(ProfilerFiller first, ProfilerFiller second) Methods in net.minecraft.util.profiling with parameters of type ProfilerFillerModifier and TypeMethodDescriptionstatic ProfilerFiller
SingleTickProfiler.decorateFiller
(ProfilerFiller profiler, SingleTickProfiler singleTickProfiler) static ProfilerFiller
ProfilerFiller.tee
(ProfilerFiller first, ProfilerFiller second) -
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.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal with type parameters of type ProfilerFillerConstructor parameters in net.minecraft.world.entity.ai.goal with type arguments of type ProfilerFiller -
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
(Map<ResourceLocation, com.google.gson.JsonElement> object, ResourceManager resourceManager, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type ProfilerFillerMethods in net.minecraft.world.level that return ProfilerFillerMethods in net.minecraft.world.level that return types with arguments of type ProfilerFillerConstructor parameters in net.minecraft.world.level with type arguments of type ProfilerFillerModifierConstructorDescriptionprotected
Level
(WritableLevelData levelData, ResourceKey<Level> dimension, RegistryAccess registryAccess, Holder<DimensionType> dimensionTypeRegistration, Supplier<ProfilerFiller> profiler, boolean isClientSide, boolean isDebug, long biomeZoomSeed, int maxChainedNeighborUpdates) -
Uses of ProfilerFiller in net.minecraft.world.level.pathfinder
Methods in net.minecraft.world.level.pathfinder with parameters of type ProfilerFiller -
Uses of ProfilerFiller in net.minecraft.world.ticks
Fields in net.minecraft.world.ticks with type parameters of type ProfilerFillerMethods in net.minecraft.world.ticks with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate void
LevelTicks.collectTicks
(long gameTime, int maxAllowedTicks, ProfilerFiller profiler) Constructor parameters in net.minecraft.world.ticks with type arguments of type ProfilerFillerModifierConstructorDescriptionLevelTicks
(LongPredicate tickCheck, Supplier<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, com.google.gson.JsonElement> animationJsons, ResourceManager resourceManager, ProfilerFiller profiler) -
Uses of ProfilerFiller in net.neoforged.neoforge.client.loading
Methods in net.neoforged.neoforge.client.loading with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprivate static CompletableFuture
<Void> ClientModLoader.onResourceReload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller prepareProfiler, ProfilerFiller executeProfiler, Executor asyncExecutor, Executor syncExecutor) -
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.event
Methods in net.neoforged.neoforge.event with parameters of type ProfilerFillerModifier and TypeMethodDescriptionAddReloadListenerEvent.WrappedStateAwareListener.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
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) DataMapLoader.reload
(PreparableReloadListener.PreparationBarrier preparationBarrier, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor)