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 p_389659_, ResourceLocation p_389563_) abstract TextureContents
ReloadableTexture.loadContents
(ResourceManager p_389520_) SimpleTexture.loadContents
(ResourceManager p_389644_) private static TextureContents
TextureManager.loadContents
(ResourceManager p_389428_, ResourceLocation p_389405_, ReloadableTexture p_389480_) private TextureContents
TextureManager.loadContentsSafe
(ResourceLocation p_390395_, ReloadableTexture p_390396_) 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.