Uses of Record Class
net.minecraft.client.renderer.texture.TextureContents
Packages that use TextureContents
-
Uses of TextureContents in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens that return TextureContentsModifier and TypeMethodDescriptionLoadingOverlay.LogoTexture.loadContents
(ResourceManager p_389445_) -
Uses of TextureContents in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture with type parameters of type TextureContentsModifier and TypeFieldDescriptionprivate final CompletableFuture
<TextureContents> TextureManager.PendingReload.newContents
The field for thenewContents
record component.Methods in net.minecraft.client.renderer.texture that return TextureContentsModifier and TypeMethodDescriptionstatic TextureContents
TextureContents.createMissing()
static TextureContents
TextureContents.load
(ResourceManager pResourceManager, ResourceLocation pTextureId) abstract TextureContents
ReloadableTexture.loadContents
(ResourceManager pResourceManager) SimpleTexture.loadContents
(ResourceManager p_389644_) private static TextureContents
TextureManager.loadContents
(ResourceManager pResourceManager, ResourceLocation pTextureId, ReloadableTexture pTexture) private TextureContents
TextureManager.loadContentsSafe
(ResourceLocation pTextureId, ReloadableTexture pTexture) Methods in net.minecraft.client.renderer.texture that return types with arguments of type TextureContentsModifier and TypeMethodDescriptionTextureManager.PendingReload.newContents()
Returns the value of thenewContents
record component.Methods in net.minecraft.client.renderer.texture with parameters of type TextureContentsConstructor parameters in net.minecraft.client.renderer.texture with type arguments of type TextureContentsModifierConstructorDescription(package private)
PendingReload
(ReloadableTexture texture, CompletableFuture<TextureContents> newContents) Creates an instance of aPendingReload
record class.