Uses of Record Class
net.minecraft.client.texture.TextureContents
Packages that use TextureContents
-
Uses of TextureContents in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen that return TextureContentsModifier and TypeMethodDescriptionSplashOverlay.LogoTexture.loadContents
(ResourceManager resourceManager) -
Uses of TextureContents in net.minecraft.client.texture
Fields in net.minecraft.client.texture with type parameters of type TextureContentsModifier and TypeFieldDescriptionprivate final CompletableFuture
<TextureContents> TextureManager.ReloadedTexture.newContents
The field for thenewContents
record component.Methods in net.minecraft.client.texture that return TextureContentsModifier and TypeMethodDescriptionstatic TextureContents
TextureContents.createMissing()
static TextureContents
TextureContents.load
(ResourceManager resourceManager, Identifier textureId) abstract TextureContents
ReloadableTexture.loadContents
(ResourceManager resourceManager) ResourceTexture.loadContents
(ResourceManager resourceManager) private static TextureContents
TextureManager.loadTexture
(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture) private TextureContents
TextureManager.loadTexture
(Identifier id, ReloadableTexture texture) Methods in net.minecraft.client.texture that return types with arguments of type TextureContentsModifier and TypeMethodDescriptionTextureManager.ReloadedTexture.newContents()
Returns the value of thenewContents
record component.Methods in net.minecraft.client.texture with parameters of type TextureContentsConstructor parameters in net.minecraft.client.texture with type arguments of type TextureContentsModifierConstructorDescription(package private)
ReloadedTexture
(ReloadableTexture reloadableTexture, CompletableFuture<TextureContents> completableFuture)