Class WorldIcon
java.lang.Object
net.minecraft.client.gui.screen.world.WorldIcon
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/world/WorldIcon
intermediary net/minecraft/class_8573
official fmj
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private static final int
private static final int
private final Identifier
private @Nullable NativeImageBackedTexture
private final TextureManager
private static final Identifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
void
close()
void
destroy()
static WorldIcon
forServer
(TextureManager textureManager, String serverAddress) static WorldIcon
forWorld
(TextureManager textureManager, String worldName) void
load
(NativeImage image)
-
Field Details
-
UNKNOWN_SERVER_ID
- Mappings:
Namespace Name Mixin selector named UNKNOWN_SERVER_ID
Lnet/minecraft/client/gui/screen/world/WorldIcon;UNKNOWN_SERVER_ID:Lnet/minecraft/util/Identifier;
intermediary field_44933
Lnet/minecraft/class_8573;field_44933:Lnet/minecraft/class_2960;
official a
Lfmj;a:Lalf;
-
ICON_WIDTH
private static final int ICON_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector named ICON_WIDTH
Lnet/minecraft/client/gui/screen/world/WorldIcon;ICON_WIDTH:I
intermediary field_44934
Lnet/minecraft/class_8573;field_44934:I
official b
Lfmj;b:I
-
ICON_HEIGHT
private static final int ICON_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named ICON_HEIGHT
Lnet/minecraft/client/gui/screen/world/WorldIcon;ICON_HEIGHT:I
intermediary field_44935
Lnet/minecraft/class_8573;field_44935:I
official c
Lfmj;c:I
-
textureManager
- Mappings:
Namespace Name Mixin selector named textureManager
Lnet/minecraft/client/gui/screen/world/WorldIcon;textureManager:Lnet/minecraft/client/texture/TextureManager;
intermediary field_44936
Lnet/minecraft/class_8573;field_44936:Lnet/minecraft/class_1060;
official d
Lfmj;d:Lgpc;
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/client/gui/screen/world/WorldIcon;id:Lnet/minecraft/util/Identifier;
intermediary field_44937
Lnet/minecraft/class_8573;field_44937:Lnet/minecraft/class_2960;
official e
Lfmj;e:Lalf;
-
texture
- Mappings:
Namespace Name Mixin selector named texture
Lnet/minecraft/client/gui/screen/world/WorldIcon;texture:Lnet/minecraft/client/texture/NativeImageBackedTexture;
intermediary field_44938
Lnet/minecraft/class_8573;field_44938:Lnet/minecraft/class_1043;
official f
Lfmj;f:Lgoo;
-
closed
private boolean closed- Mappings:
Namespace Name Mixin selector named closed
Lnet/minecraft/client/gui/screen/world/WorldIcon;closed:Z
intermediary field_44939
Lnet/minecraft/class_8573;field_44939:Z
official g
Lfmj;g:Z
-
-
Constructor Details
-
WorldIcon
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/world/WorldIcon;<init>(Lnet/minecraft/client/texture/TextureManager;Lnet/minecraft/util/Identifier;)V
intermediary <init>
Lnet/minecraft/class_8573;<init>(Lnet/minecraft/class_1060;Lnet/minecraft/class_2960;)V
official <init>
Lfmj;<init>(Lgpc;Lalf;)V
-
-
Method Details
-
forWorld
- Mappings:
Namespace Name Mixin selector named forWorld
Lnet/minecraft/client/gui/screen/world/WorldIcon;forWorld(Lnet/minecraft/client/texture/TextureManager;Ljava/lang/String;)Lnet/minecraft/client/gui/screen/world/WorldIcon;
intermediary method_52200
Lnet/minecraft/class_8573;method_52200(Lnet/minecraft/class_1060;Ljava/lang/String;)Lnet/minecraft/class_8573;
official a
Lfmj;a(Lgpc;Ljava/lang/String;)Lfmj;
-
forServer
- Mappings:
Namespace Name Mixin selector named forServer
Lnet/minecraft/client/gui/screen/world/WorldIcon;forServer(Lnet/minecraft/client/texture/TextureManager;Ljava/lang/String;)Lnet/minecraft/client/gui/screen/world/WorldIcon;
intermediary method_52202
Lnet/minecraft/class_8573;method_52202(Lnet/minecraft/class_1060;Ljava/lang/String;)Lnet/minecraft/class_8573;
official b
Lfmj;b(Lgpc;Ljava/lang/String;)Lfmj;
-
load
- Mappings:
Namespace Name Mixin selector named load
Lnet/minecraft/client/gui/screen/world/WorldIcon;load(Lnet/minecraft/client/texture/NativeImage;)V
intermediary method_52199
Lnet/minecraft/class_8573;method_52199(Lnet/minecraft/class_1011;)V
official a
Lfmj;a(Lezb;)V
-
destroy
public void destroy()- Mappings:
Namespace Name Mixin selector named destroy
Lnet/minecraft/client/gui/screen/world/WorldIcon;destroy()V
intermediary method_52198
Lnet/minecraft/class_8573;method_52198()V
official a
Lfmj;a()V
-
getTextureId
- Mappings:
Namespace Name Mixin selector named getTextureId
Lnet/minecraft/client/gui/screen/world/WorldIcon;getTextureId()Lnet/minecraft/util/Identifier;
intermediary method_52201
Lnet/minecraft/class_8573;method_52201()Lnet/minecraft/class_2960;
official b
Lfmj;b()Lalf;
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
assertOpen
private void assertOpen()- Mappings:
Namespace Name Mixin selector named assertOpen
Lnet/minecraft/client/gui/screen/world/WorldIcon;assertOpen()V
intermediary method_52203
Lnet/minecraft/class_8573;method_52203()V
official c
Lfmj;c()V
-