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.newContentsThe field for thenewContentsrecord component.Methods in net.minecraft.client.renderer.texture that return TextureContentsModifier and TypeMethodDescriptionstatic TextureContentsTextureContents.createMissing()static TextureContentsTextureContents.load(ResourceManager pResourceManager, Identifier pTextureId) CubeMapTexture.loadContents(ResourceManager p_423524_) abstract TextureContentsReloadableTexture.loadContents(ResourceManager pResourceManager) SimpleTexture.loadContents(ResourceManager p_389644_) private static TextureContentsTextureManager.loadContents(ResourceManager pResourceManager, Identifier pTextureId, ReloadableTexture pTexture) private TextureContentsTextureManager.loadContentsSafe(Identifier 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 thenewContentsrecord 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 aPendingReloadrecord class.