Uses of Record Class
net.minecraft.class_10539
Packages that use class_10539
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10539 in net.minecraft
Methods in net.minecraft that return class_10539Modifier and TypeMethodDescriptionabstract class_10539class_10537.method_65809(ResourceManager resourceManager) static class_10539class_10539.method_65870()static class_10539class_10539.method_65871(ResourceManager resourceManager, Identifier identifier) Methods in net.minecraft with parameters of type class_10539 -
Uses of class_10539 in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen that return class_10539Modifier and TypeMethodDescriptionSplashOverlay.LogoTexture.method_65809(ResourceManager resourceManager) -
Uses of class_10539 in net.minecraft.client.texture
Fields in net.minecraft.client.texture with type parameters of type class_10539Modifier and TypeFieldDescriptionprivate final CompletableFuture<class_10539> TextureManager.class_10540.newContentsThe field for thenewContentsrecord component.Methods in net.minecraft.client.texture that return class_10539Modifier and TypeMethodDescriptionResourceTexture.method_65809(ResourceManager resourceManager) private static class_10539TextureManager.method_65877(ResourceManager resourceManager, Identifier identifier, class_10537 class_10537) Methods in net.minecraft.client.texture that return types with arguments of type class_10539Modifier and TypeMethodDescriptionTextureManager.class_10540.newContents()Returns the value of thenewContentsrecord component.Constructor parameters in net.minecraft.client.texture with type arguments of type class_10539ModifierConstructorDescription(package private)class_10540(class_10537 class_10537, CompletableFuture<class_10539> completableFuture)