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 void
AdvancementManager. 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 IProfiler
Minecraft. profiler
Methods in net.minecraft.client that return IProfiler Modifier and Type Method Description IProfiler
Minecraft. 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 void
SoundHandler. apply(SoundHandler.Loader p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
protected SoundHandler.Loader
SoundHandler. 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 void
GPUWarning. apply(GPUWarning.GPUInfo p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
private static com.google.gson.JsonObject
GPUWarning. parseJson(IResourceManager p_241696_0_, IProfiler p_241696_1_)
protected GPUWarning.GPUInfo
GPUWarning. 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 void
ModelManager. apply(ModelBakery p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
protected ModelBakery
ModelManager. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
protected void
ModelBakery. processLoading(IProfiler p_i226056_3_, int p_i226056_4_)
SpriteMap
ModelBakery. 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 void
SpriteUploader. apply(AtlasTexture.SheetData p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
protected AtlasTexture.SheetData
SpriteUploader. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
AtlasTexture.SheetData
AtlasTexture. 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 void
FoliageColorReloadListener. apply(int[] p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
protected void
GrassColorReloadListener. apply(int[] p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
protected abstract void
ReloadListener. 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 T
ReloadListener. 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 void
Splashes. 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. profiler
Constructor 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 void
RecipeManager. 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 void
LootPredicateManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
protected void
LootTableManager. 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 interface
IResultableProfiler
Classes in net.minecraft.profiler that implement IProfiler Modifier and Type Class Description class
EmptyProfiler
class
Profiler
Methods in net.minecraft.profiler that return IProfiler Modifier and Type Method Description static IProfiler
LongTickDetector. decorateFiller(IProfiler p_233523_0_, LongTickDetector p_233523_1_)
IProfiler
TimeTracker. getFiller()
IProfiler
LongTickDetector. startTick()
static IProfiler
IProfiler. 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 IProfiler
LongTickDetector. decorateFiller(IProfiler p_233523_0_, LongTickDetector p_233523_1_)
static IProfiler
IProfiler. 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 IProfiler
MinecraftServer. profiler
Methods in net.minecraft.server that return IProfiler Modifier and Type Method Description IProfiler
MinecraftServer. 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. profiler
Methods in net.minecraft.world that return IProfiler Modifier and Type Method Description IProfiler
World. 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 void
LootModifierManager. 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)
-