Uses of Interface
net.minecraft.profiler.IProfiler
-
-
Uses of IProfiler in net.minecraft.advancements
Methods in net.minecraft.advancements with parameters of type IProfiler Modifier and Type Method Description protected voidAdvancementManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_) -
Uses of IProfiler in net.minecraft.client
Fields in net.minecraft.client declared as IProfiler Modifier and Type Field Description private IProfilerMinecraft. profilerMethods in net.minecraft.client that return IProfiler Modifier and Type Method Description IProfilerMinecraft. getProfiler() -
Uses of IProfiler in net.minecraft.client.audio
Methods in net.minecraft.client.audio with parameters of type IProfiler Modifier and Type Method Description protected voidSoundHandler. apply(SoundHandler.Loader p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)protected SoundHandler.LoaderSoundHandler. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_) -
Uses of IProfiler in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type IProfiler Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>ParticleManager. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_) -
Uses of IProfiler in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type IProfiler Modifier and Type Method Description protected voidGPUWarning. apply(GPUWarning.GPUInfo p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)private static com.google.gson.JsonObjectGPUWarning. parseJson(IResourceManager p_241696_0_, IProfiler p_241696_1_)protected GPUWarning.GPUInfoGPUWarning. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_) -
Uses of IProfiler in net.minecraft.client.renderer.model
Methods in net.minecraft.client.renderer.model with parameters of type IProfiler Modifier and Type Method Description protected voidModelManager. apply(ModelBakery p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)protected ModelBakeryModelManager. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)protected voidModelBakery. processLoading(IProfiler p_i226056_3_, int p_i226056_4_)SpriteMapModelBakery. uploadTextures(TextureManager p_229333_1_, IProfiler p_229333_2_)Constructors in net.minecraft.client.renderer.model with parameters of type IProfiler Constructor Description ModelBakery(IResourceManager p_i226056_1_, BlockColors p_i226056_2_, IProfiler p_i226056_3_, int p_i226056_4_) -
Uses of IProfiler in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type IProfiler Modifier and Type Method Description protected voidSpriteUploader. apply(AtlasTexture.SheetData p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)protected AtlasTexture.SheetDataSpriteUploader. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)AtlasTexture.SheetDataAtlasTexture. prepareToStitch(IResourceManager p_229220_1_, java.util.stream.Stream<ResourceLocation> p_229220_2_, IProfiler p_229220_3_, int p_229220_4_)java.util.concurrent.CompletableFuture<java.lang.Void>TextureManager. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_) -
Uses of IProfiler in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type IProfiler Modifier and Type Method Description protected voidFoliageColorReloadListener. apply(int[] p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)protected voidGrassColorReloadListener. apply(int[] p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)protected abstract voidReloadListener. apply(T p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)protected int[]FoliageColorReloadListener. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)protected int[]GrassColorReloadListener. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)protected java.util.Map<ResourceLocation,com.google.gson.JsonElement>JsonReloadListener. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)protected abstract TReloadListener. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)java.util.concurrent.CompletableFuture<java.lang.Void>ReloadListener. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_) -
Uses of IProfiler in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type IProfiler Modifier and Type Method Description protected voidSplashes. apply(java.util.List<java.lang.String> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)protected java.util.List<java.lang.String>Splashes. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_) -
Uses of IProfiler in net.minecraft.client.world
Constructor parameters in net.minecraft.client.world with type arguments of type IProfiler Constructor Description ClientWorld(ClientPlayNetHandler p_i242067_1_, ClientWorld.ClientWorldInfo p_i242067_2_, RegistryKey<World> p_i242067_3_, DimensionType p_i242067_4_, int p_i242067_5_, java.util.function.Supplier<IProfiler> p_i242067_6_, WorldRenderer p_i242067_7_, boolean p_i242067_8_, long p_i242067_9_) -
Uses of IProfiler in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal with type parameters of type IProfiler Modifier and Type Field Description private java.util.function.Supplier<IProfiler>GoalSelector. profilerConstructor parameters in net.minecraft.entity.ai.goal with type arguments of type IProfiler Constructor Description GoalSelector(java.util.function.Supplier<IProfiler> p_i231546_1_) -
Uses of IProfiler in net.minecraft.item.crafting
Methods in net.minecraft.item.crafting with parameters of type IProfiler Modifier and Type Method Description protected voidRecipeManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_) -
Uses of IProfiler in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type IProfiler Modifier and Type Method Description protected voidLootPredicateManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)protected voidLootTableManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_) -
Uses of IProfiler in net.minecraft.profiler
Subinterfaces of IProfiler in net.minecraft.profiler Modifier and Type Interface Description interfaceIResultableProfilerClasses in net.minecraft.profiler that implement IProfiler Modifier and Type Class Description classEmptyProfilerclassProfilerMethods in net.minecraft.profiler that return IProfiler Modifier and Type Method Description static IProfilerLongTickDetector. decorateFiller(IProfiler p_233523_0_, LongTickDetector p_233523_1_)IProfilerTimeTracker. getFiller()IProfilerLongTickDetector. startTick()static IProfilerIProfiler. tee(IProfiler p_233513_0_, IProfiler p_233513_1_)Methods in net.minecraft.profiler with parameters of type IProfiler Modifier and Type Method Description static IProfilerLongTickDetector. decorateFiller(IProfiler p_233523_0_, LongTickDetector p_233523_1_)static IProfilerIProfiler. tee(IProfiler p_233513_0_, IProfiler p_233513_1_) -
Uses of IProfiler in net.minecraft.resources
Methods in net.minecraft.resources with parameters of type IProfiler Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>FunctionReloader. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_)java.util.concurrent.CompletableFuture<java.lang.Void>IFutureReloadListener. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_)default java.util.concurrent.CompletableFuture<java.lang.Void>IResourceManagerReloadListener. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_)Deprecated. -
Uses of IProfiler in net.minecraft.server
Fields in net.minecraft.server declared as IProfiler Modifier and Type Field Description private IProfilerMinecraftServer. profilerMethods in net.minecraft.server that return IProfiler Modifier and Type Method Description IProfilerMinecraftServer. getProfiler() -
Uses of IProfiler in net.minecraft.tags
Methods in net.minecraft.tags with parameters of type IProfiler Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>NetworkTagManager. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_) -
Uses of IProfiler in net.minecraft.world
Fields in net.minecraft.world with type parameters of type IProfiler Modifier and Type Field Description private java.util.function.Supplier<IProfiler>World. profilerMethods in net.minecraft.world that return IProfiler Modifier and Type Method Description IProfilerWorld. getProfiler()Methods in net.minecraft.world that return types with arguments of type IProfiler Modifier and Type Method Description java.util.function.Supplier<IProfiler>World. getProfilerSupplier()Constructor parameters in net.minecraft.world with type arguments of type IProfiler Constructor Description World(ISpawnWorldInfo p_i241925_1_, RegistryKey<World> p_i241925_2_, DimensionType p_i241925_3_, java.util.function.Supplier<IProfiler> p_i241925_4_, boolean p_i241925_5_, boolean p_i241925_6_, long p_i241925_7_) -
Uses of IProfiler in net.minecraftforge.client.model
Constructors in net.minecraftforge.client.model with parameters of type IProfiler Constructor Description ModelLoader(IResourceManager manager, BlockColors colours, IProfiler profiler, int maxMipmapLevel) -
Uses of IProfiler in net.minecraftforge.common.loot
Methods in net.minecraftforge.common.loot with parameters of type IProfiler Modifier and Type Method Description protected voidLootModifierManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> resourceList, IResourceManager resourceManagerIn, IProfiler profilerIn) -
Uses of IProfiler in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type IProfiler Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>AddReloadListenerEvent.WrappedStateAwareListener. reload(IFutureReloadListener.IStage stage, IResourceManager resourceManager, IProfiler preparationsProfiler, IProfiler reloadProfiler, java.util.concurrent.Executor backgroundExecutor, java.util.concurrent.Executor gameExecutor) -
Uses of IProfiler in net.minecraftforge.fml.client
Methods in net.minecraftforge.fml.client with parameters of type IProfiler Modifier and Type Method Description private static java.util.concurrent.CompletableFuture<java.lang.Void>ClientModLoader. onResourceReload(IFutureReloadListener.IStage stage, IResourceManager resourceManager, IProfiler prepareProfiler, IProfiler executeProfiler, java.util.concurrent.Executor asyncExecutor, java.util.concurrent.Executor syncExecutor)
-