net.minecraft.client.gui.screens

public class FaviconTexture

implements AutoCloseable

fti
net.minecraft.client.gui.screens.FaviconTexture
net.minecraft.class_8573
net.minecraft.client.gui.screen.world.WorldIcon

Field summary

Modifier and TypeField
private static final ResourceLocation
a
MISSING_LOCATION
field_44933
UNKNOWN_SERVER_ID
private static final int
b
WIDTH
field_44934
ICON_WIDTH
private static final int
c
HEIGHT
field_44935
ICON_HEIGHT
private final TextureManager
d
textureManager
field_44936
textureManager
private final ResourceLocation
e
textureLocation
field_44937
id
private DynamicTexture
f
texture
field_44938
texture
private boolean
g
closed
field_44939
closed

Constructor summary

ModifierConstructor
private (TextureManager textureManager, ResourceLocation id)

Method summary

Modifier and TypeMethod
public static FaviconTexture
a(hbm arg0, String arg1)
forWorld(TextureManager arg0, String arg1)
method_52200(class_1060 arg0, String arg1)
forWorld(TextureManager textureManager, String worldName)
public static FaviconTexture
b(hbm arg0, String arg1)
forServer(TextureManager arg0, String arg1)
method_52202(class_1060 arg0, String arg1)
forServer(TextureManager textureManager, String serverAddress)
public void
a(ffs arg0)
upload(NativeImage arg0)
method_52199(class_1011 arg0)
load(NativeImage image)
public void
a()
clear()
method_52198()
destroy()
public ResourceLocation
b()
textureLocation()
method_52201()
getTextureId()
public void
close()
close()
private void
c()
checkOpen()
method_52203()
assertOpen()