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.newContentsThe field for thenewContentsrecord component.Methods in net.minecraft.client.texture that return TextureContentsModifier and TypeMethodDescriptionstatic TextureContentsTextureContents.createMissing()static TextureContentsTextureContents.load(ResourceManager resourceManager, Identifier textureId) abstract TextureContentsReloadableTexture.loadContents(ResourceManager resourceManager) ResourceTexture.loadContents(ResourceManager resourceManager) private static TextureContentsTextureManager.loadTexture(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture) private TextureContentsTextureManager.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 thenewContentsrecord 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)