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 p_167971_, SingleTickProfiler p_167972_)
Minecraft.getProfiler()
-
Uses of ProfilerFiller in net.minecraft.client.multiplayer
Constructor parameters in net.minecraft.client.multiplayer with type arguments of type ProfilerFillerModifierConstructorDescriptionClientLevel(ClientPacketListener p_104568_, ClientLevel.ClientLevelData p_104569_, ResourceKey<Level> p_104570_, DimensionType p_104571_, int p_104572_, Supplier<ProfilerFiller> p_104573_, LevelRenderer p_104574_, boolean p_104575_, long p_104576_)
-
Uses of ProfilerFiller in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ProfilerFillerModifier and TypeMethodDescriptionParticleEngine.reload(PreparableReloadListener.PreparationBarrier p_107305_, ResourceManager p_107306_, ProfilerFiller p_107307_, ProfilerFiller p_107308_, Executor p_107309_, Executor p_107310_)
-
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 p_109226_, ResourceManager p_109227_, ProfilerFiller p_109228_)
private static com.google.gson.JsonObject
GpuWarnlistManager.parseJson(ResourceManager p_109245_, ProfilerFiller p_109246_)
protected GpuWarnlistManager.Preparations
GpuWarnlistManager.prepare(ResourceManager p_109220_, ProfilerFiller p_109221_)
-
Uses of ProfilerFiller in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type ProfilerFillerModifier and TypeMethodDescriptionTextureAtlas.prepareToStitch(ResourceManager p_118308_, Stream<ResourceLocation> p_118309_, ProfilerFiller p_118310_, int p_118311_)
TextureManager.reload(PreparableReloadListener.PreparationBarrier p_118476_, ResourceManager p_118477_, ProfilerFiller p_118478_, ProfilerFiller p_118479_, Executor p_118480_, Executor p_118481_)
-
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[] 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 void
TextureAtlasHolder.apply(TextureAtlas.Preparations p_118894_, ResourceManager p_118895_, ProfilerFiller p_118896_)
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_)
protected TextureAtlas.Preparations
TextureAtlasHolder.prepare(ResourceManager p_118891_, ProfilerFiller p_118892_)
-
Uses of ProfilerFiller in net.minecraft.client.resources.model
Methods in net.minecraft.client.resources.model with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected void
ModelManager.apply(ModelBakery p_119419_, ResourceManager p_119420_, ProfilerFiller p_119421_)
protected ModelBakery
ModelManager.prepare(ResourceManager p_119413_, ProfilerFiller p_119414_)
protected void
ModelBakery.processLoading(ProfilerFiller p_119249_, int p_119250_)
ModelBakery.uploadTextures(TextureManager p_119299_, ProfilerFiller p_119300_)
Constructors in net.minecraft.client.resources.model with parameters of type ProfilerFillerModifierConstructorDescriptionModelBakery(ResourceManager p_119247_, BlockColors p_119248_, ProfilerFiller p_119249_, int p_119250_)
-
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.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> p_136034_, ResourceManager p_136035_, ProfilerFiller p_136036_)
ServerFunctionLibrary.reload(PreparableReloadListener.PreparationBarrier p_136057_, ResourceManager p_136058_, ProfilerFiller p_136059_, ProfilerFiller p_136060_, Executor p_136061_, Executor p_136062_)
-
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,com.google.gson.JsonElement>
SimpleJsonResourceReloadListener.prepare(ResourceManager p_10771_, ProfilerFiller p_10772_)
protected abstract T
SimplePreparableReloadListener.prepare(ResourceManager p_10796_, ProfilerFiller p_10797_)
PreparableReloadListener.reload(PreparableReloadListener.PreparationBarrier p_10638_, ResourceManager p_10639_, ProfilerFiller p_10640_, ProfilerFiller p_10641_, Executor p_10642_, Executor p_10643_)
default CompletableFuture<Void>
ResourceManagerReloadListener.reload(PreparableReloadListener.PreparationBarrier p_10752_, ResourceManager p_10753_, ProfilerFiller p_10754_, ProfilerFiller p_10755_, Executor p_10756_, Executor p_10757_)
SimplePreparableReloadListener.reload(PreparableReloadListener.PreparationBarrier p_10780_, ResourceManager p_10781_, ProfilerFiller p_10782_, ProfilerFiller p_10783_, Executor p_10784_, Executor p_10785_)
-
Uses of ProfilerFiller in net.minecraft.tags
Methods in net.minecraft.tags with parameters of type ProfilerFillerModifier and TypeMethodDescriptionTagManager.reload(PreparableReloadListener.PreparationBarrier p_13482_, ResourceManager p_13483_, ProfilerFiller p_13484_, ProfilerFiller p_13485_, Executor p_13486_, Executor p_13487_)
-
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 p_18630_, SingleTickProfiler p_18631_)
ContinuousProfiler.getFiller()
SingleTickProfiler.startTick()
static ProfilerFiller
ProfilerFiller.tee(ProfilerFiller p_18579_, ProfilerFiller p_18580_)
Methods in net.minecraft.util.profiling with parameters of type ProfilerFillerModifier and TypeMethodDescriptionstatic ProfilerFiller
SingleTickProfiler.decorateFiller(ProfilerFiller p_18630_, SingleTickProfiler p_18631_)
static ProfilerFiller
ProfilerFiller.tee(ProfilerFiller p_18579_, ProfilerFiller p_18580_)
-
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> p_44037_, ResourceManager p_44038_, ProfilerFiller p_44039_)
-
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 p_46450_, ResourceKey<Level> p_46451_, DimensionType p_46452_, Supplier<ProfilerFiller> p_46453_, boolean p_46454_, boolean p_46455_, long p_46456_)
-
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.level.storage.loot
Methods in net.minecraft.world.level.storage.loot with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected void
ItemModifierManager.apply(Map<ResourceLocation,com.google.gson.JsonElement> p_165105_, ResourceManager p_165106_, ProfilerFiller p_165107_)
protected void
LootTables.apply(Map<ResourceLocation,com.google.gson.JsonElement> p_79214_, ResourceManager p_79215_, ProfilerFiller p_79216_)
protected void
PredicateManager.apply(Map<ResourceLocation,com.google.gson.JsonElement> p_79249_, ResourceManager p_79250_, ProfilerFiller p_79251_)
-
Uses of ProfilerFiller in net.minecraftforge.client.model
Constructors in net.minecraftforge.client.model with parameters of type ProfilerFillerModifierConstructorDescriptionModelLoader(ResourceManager manager, BlockColors colours, ProfilerFiller profiler, int maxMipmapLevel)
-
Uses of ProfilerFiller in net.minecraftforge.common.loot
Methods in net.minecraftforge.common.loot with parameters of type ProfilerFillerModifier and TypeMethodDescriptionprotected void
LootModifierManager.apply(Map<ResourceLocation,com.google.gson.JsonElement> resourceList, ResourceManager resourceManagerIn, ProfilerFiller profilerIn)
-
Uses of ProfilerFiller in net.minecraftforge.event
Methods in net.minecraftforge.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.minecraftforge.fmlclient
Methods in net.minecraftforge.fmlclient 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.minecraftforge.fmlonlyclient
Methods in net.minecraftforge.fmlonlyclient 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)