Package net.minecraft.client.gui.screens
Class FaviconTexture
java.lang.Object
net.minecraft.client.gui.screens.FaviconTexture
- All Implemented Interfaces:
- AutoCloseable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate booleanprivate static final intprivate static final ResourceLocationprivate DynamicTextureprivate final ResourceLocationprivate final TextureManagerprivate static final int
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateFaviconTexture(TextureManager p_289556_, ResourceLocation p_289549_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidvoidclear()voidclose()static FaviconTextureforServer(TextureManager p_289553_, String p_289535_) static FaviconTextureforWorld(TextureManager p_289550_, String p_289565_) voidupload(NativeImage p_289543_) 
- 
Field Details- 
MISSING_LOCATION
- 
WIDTHprivate static final int WIDTH- See Also:
 
- 
HEIGHTprivate static final int HEIGHT- See Also:
 
- 
textureManager
- 
textureLocation
- 
texture
- 
closedprivate boolean closed
 
- 
- 
Constructor Details- 
FaviconTexture
 
- 
- 
Method Details- 
forWorld
- 
forServer
- 
upload
- 
clearpublic void clear()
- 
textureLocation
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
- 
checkOpenprivate void checkOpen()
 
-