Uses of Interface
net.minecraft.util.profiler.Profiler
Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.particle | |
net.minecraft.client.render.model | |
net.minecraft.client.resource | |
net.minecraft.client.sound | |
net.minecraft.client.texture | |
net.minecraft.client.util.profiler | |
net.minecraft.client.world | |
net.minecraft.entity.ai.goal | |
net.minecraft.loot | |
net.minecraft.loot.condition | |
net.minecraft.loot.function | |
net.minecraft.recipe | |
net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
net.minecraft.server | |
net.minecraft.server.function | |
net.minecraft.tag | |
net.minecraft.util | |
net.minecraft.util.profiler | |
net.minecraft.world |
-
Uses of Profiler in net.minecraft.client
Fields in net.minecraft.client declared as Profiler Modifier and Type Field Description private Profiler
MinecraftClient. profiler
Methods in net.minecraft.client that return Profiler Modifier and Type Method Description Profiler
MinecraftClient. getProfiler()
private Profiler
MinecraftClient. startMonitor(boolean active, @Nullable TickDurationMonitor tickDurationMonitor)
-
Uses of Profiler in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type Profiler Modifier and Type Method Description CompletableFuture<Void>
ParticleManager. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload. -
Uses of Profiler in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type Profiler Modifier and Type Method Description protected void
BakedModelManager. apply(ModelLoader modelLoader, ResourceManager resourceManager, Profiler profiler)
protected ModelLoader
BakedModelManager. prepare(ResourceManager resourceManager, Profiler profiler)
SpriteAtlasManager
ModelLoader. upload(TextureManager textureManager, Profiler profiler)
Constructors in net.minecraft.client.render.model with parameters of type Profiler Constructor Description ModelLoader(ResourceManager resourceManager, BlockColors blockColors, Profiler profiler, int int2)
-
Uses of Profiler in net.minecraft.client.resource
Methods in net.minecraft.client.resource with parameters of type Profiler Modifier and Type Method Description protected void
FoliageColormapResourceSupplier. apply(int[] int2, ResourceManager resourceManager, Profiler profiler)
protected void
GrassColormapResourceSupplier. apply(int[] int2, ResourceManager resourceManager, Profiler profiler)
protected void
SplashTextResourceSupplier. apply(List<String> list, ResourceManager resourceManager, Profiler profiler)
protected void
VideoWarningManager. apply(VideoWarningManager.WarningPatternLoader warningPatternLoader, ResourceManager resourceManager, Profiler profiler)
private static @Nullable JsonObject
VideoWarningManager. loadWarnlist(ResourceManager resourceManager, Profiler profiler)
protected int[]
GrassColormapResourceSupplier. method_18662(ResourceManager resourceManager, Profiler profiler)
protected List<String>
SplashTextResourceSupplier. prepare(ResourceManager resourceManager, Profiler profiler)
protected VideoWarningManager.WarningPatternLoader
VideoWarningManager. prepare(ResourceManager resourceManager, Profiler profiler)
protected int[]
FoliageColormapResourceSupplier. reload(ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.client.sound
Methods in net.minecraft.client.sound with parameters of type Profiler Modifier and Type Method Description protected void
SoundManager. apply(SoundManager.SoundList soundList, ResourceManager resourceManager, Profiler profiler)
protected SoundManager.SoundList
SoundManager. prepare(ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.client.texture
Methods in net.minecraft.client.texture with parameters of type Profiler Modifier and Type Method Description protected void
SpriteAtlasHolder. apply(SpriteAtlasTexture.Data data, ResourceManager resourceManager, Profiler profiler)
protected SpriteAtlasTexture.Data
SpriteAtlasHolder. prepare(ResourceManager resourceManager, Profiler profiler)
CompletableFuture<Void>
TextureManager. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload.SpriteAtlasTexture.Data
SpriteAtlasTexture. stitch(ResourceManager resourceManager, Stream<Identifier> idStream, Profiler profiler, int mipmapLevel)
-
Uses of Profiler in net.minecraft.client.util.profiler
Methods in net.minecraft.client.util.profiler that return Profiler Modifier and Type Method Description Profiler
DebugRecorder. getProfiler()
Profiler
DummyRecorder. getProfiler()
Profiler
Recorder. getProfiler()
-
Uses of Profiler in net.minecraft.client.world
Constructor parameters in net.minecraft.client.world with type arguments of type Profiler Constructor Description ClientWorld(ClientPlayNetworkHandler networkHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, DimensionType dimensionType, int loadDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed)
-
Uses of Profiler in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal with type parameters of type Profiler Modifier and Type Field Description private Supplier<Profiler>
GoalSelector. profiler
Constructor parameters in net.minecraft.entity.ai.goal with type arguments of type Profiler Constructor Description GoalSelector(Supplier<Profiler> profiler)
-
Uses of Profiler in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type Profiler Modifier and Type Method Description protected void
LootManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.loot.condition
Methods in net.minecraft.loot.condition with parameters of type Profiler Modifier and Type Method Description protected void
LootConditionManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.loot.function
Methods in net.minecraft.loot.function with parameters of type Profiler Modifier and Type Method Description protected void
LootFunctionManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type Profiler Modifier and Type Method Description protected void
RecipeManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.resource
Methods in net.minecraft.resource with parameters of type Profiler Modifier and Type Method Description protected abstract void
SinglePreparationResourceReloader. apply(T prepared, ResourceManager manager, Profiler profiler)
Handles the prepared intermediate object.protected Map<Identifier,JsonElement>
JsonDataLoader. prepare(ResourceManager resourceManager, Profiler profiler)
protected abstract T
SinglePreparationResourceReloader. prepare(ResourceManager manager, Profiler profiler)
Prepares the intermediate object.CompletableFuture<Void>
ResourceReloader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload.CompletableFuture<Void>
SinglePreparationResourceReloader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload.default CompletableFuture<Void>
SynchronousResourceReloader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload. -
Uses of Profiler in net.minecraft.server
Fields in net.minecraft.server declared as Profiler Modifier and Type Field Description private Profiler
MinecraftServer. profiler
Methods in net.minecraft.server that return Profiler Modifier and Type Method Description Profiler
MinecraftServer. getProfiler()
Methods in net.minecraft.server with parameters of type Profiler Modifier and Type Method Description protected void
ServerAdvancementLoader. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Profiler in net.minecraft.server.function
Methods in net.minecraft.server.function with parameters of type Profiler Modifier and Type Method Description CompletableFuture<Void>
FunctionLoader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload. -
Uses of Profiler in net.minecraft.tag
Methods in net.minecraft.tag with parameters of type Profiler Modifier and Type Method Description CompletableFuture<Void>
TagManagerLoader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload. -
Uses of Profiler in net.minecraft.util
Methods in net.minecraft.util that return Profiler Modifier and Type Method Description Profiler
TickDurationMonitor. nextProfiler()
static Profiler
TickDurationMonitor. tickProfiler(Profiler profiler, @Nullable TickDurationMonitor monitor)
Methods in net.minecraft.util with parameters of type Profiler Modifier and Type Method Description static Profiler
TickDurationMonitor. tickProfiler(Profiler profiler, @Nullable TickDurationMonitor monitor)
-
Uses of Profiler in net.minecraft.util.profiler
Subinterfaces of Profiler in net.minecraft.util.profiler Modifier and Type Interface Description interface
ReadableProfiler
Classes in net.minecraft.util.profiler that implement Profiler Modifier and Type Class Description class
DummyProfiler
class
ProfilerSystem
Methods in net.minecraft.util.profiler that return Profiler Modifier and Type Method Description Profiler
TickTimeTracker. getProfiler()
static Profiler
Profiler. union(Profiler profiler, Profiler profiler2)
-
Uses of Profiler in net.minecraft.world
Fields in net.minecraft.world with type parameters of type Profiler Modifier and Type Field Description private Supplier<Profiler>
World. profiler
Methods in net.minecraft.world that return Profiler Modifier and Type Method Description Profiler
World. getProfiler()
Methods in net.minecraft.world that return types with arguments of type Profiler Modifier and Type Method Description Supplier<Profiler>
World. getProfilerSupplier()
Constructor parameters in net.minecraft.world with type arguments of type Profiler Constructor Description World(MutableWorldProperties properties, RegistryKey<World> registryRef, DimensionType dimensionType, Supplier<Profiler> profiler, boolean isClient, boolean debugWorld, long seed)