Uses of Interface
net.minecraft.util.profiling.ProfilerFiller
Package
Description
-
Uses of ProfilerFiller in net.minecraft.client
Modifier and TypeMethodDescriptionprivate ProfilerFiller
Minecraft.constructProfiler(boolean p_167971_, SingleTickProfiler p_167972_)
Minecraft.getProfiler()
-
Uses of ProfilerFiller in net.minecraft.client.multiplayer
ModifierConstructorDescriptionClientLevel(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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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_)
ModifierConstructorDescriptionModelBakery(ResourceManager p_119247_, BlockColors p_119248_, ProfilerFiller p_119249_, int p_119250_)
-
Uses of ProfilerFiller in net.minecraft.client.sounds
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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_)
Modifier 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
Modifier and TypeMethodDescriptionActiveMetricsRecorder.getProfiler()
InactiveMetricsRecorder.getProfiler()
MetricsRecorder.getProfiler()
-
Uses of ProfilerFiller in net.minecraft.world.entity.ai.goal
-
Uses of ProfilerFiller in net.minecraft.world.item.crafting
Modifier 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
ModifierConstructorDescriptionprotected
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
-
Uses of ProfilerFiller in net.minecraft.world.level.storage.loot
Modifier 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
ModifierConstructorDescriptionModelLoader(ResourceManager manager, BlockColors colours, ProfilerFiller profiler, int maxMipmapLevel)
-
Uses of ProfilerFiller in net.minecraftforge.common.loot
Modifier and TypeMethodDescriptionprotected void
LootModifierManager.apply(Map<ResourceLocation,com.google.gson.JsonElement> resourceList, ResourceManager resourceManagerIn, ProfilerFiller profilerIn)
-
Uses of ProfilerFiller in net.minecraftforge.event
Modifier and TypeMethodDescriptionAddReloadListenerEvent.WrappedStateAwareListener.reload(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor)
-
Uses of ProfilerFiller in net.minecraftforge.fmlclient
Modifier 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
Modifier and TypeMethodDescriptionprivate static CompletableFuture<Void>
ClientModLoader.onResourceReload(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller prepareProfiler, ProfilerFiller executeProfiler, Executor asyncExecutor, Executor syncExecutor)