Package net.minecraft.client.gui.screen
Class ScreenTexts
java.lang.Object
net.minecraft.client.gui.screen.ScreenTexts
@Environment(CLIENT) public class ScreenTexts extends Object
- Mappings:
Namespace Name official oh
intermediary net/minecraft/class_5244
named net/minecraft/client/gui/screen/ScreenTexts
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ScreenTexts()
-
Method Summary
Modifier and Type Method Description static MutableText
composeGenericOptionText(Text text, Text value)
static MutableText
composeToggleText(Text text, boolean value)
-
Field Details
-
ON
- Mappings:
Namespace Name Mixin selector official a
Loh;a:Loi;
intermediary field_24332
Lnet/minecraft/class_5244;field_24332:Lnet/minecraft/class_2561;
named ON
Lnet/minecraft/client/gui/screen/ScreenTexts;ON:Lnet/minecraft/text/Text;
-
OFF
- Mappings:
Namespace Name Mixin selector official b
Loh;b:Loi;
intermediary field_24333
Lnet/minecraft/class_5244;field_24333:Lnet/minecraft/class_2561;
named OFF
Lnet/minecraft/client/gui/screen/ScreenTexts;OFF:Lnet/minecraft/text/Text;
-
DONE
- Mappings:
Namespace Name Mixin selector official c
Loh;c:Loi;
intermediary field_24334
Lnet/minecraft/class_5244;field_24334:Lnet/minecraft/class_2561;
named DONE
Lnet/minecraft/client/gui/screen/ScreenTexts;DONE:Lnet/minecraft/text/Text;
-
CANCEL
- Mappings:
Namespace Name Mixin selector official d
Loh;d:Loi;
intermediary field_24335
Lnet/minecraft/class_5244;field_24335:Lnet/minecraft/class_2561;
named CANCEL
Lnet/minecraft/client/gui/screen/ScreenTexts;CANCEL:Lnet/minecraft/text/Text;
-
YES
- Mappings:
Namespace Name Mixin selector official e
Loh;e:Loi;
intermediary field_24336
Lnet/minecraft/class_5244;field_24336:Lnet/minecraft/class_2561;
named YES
Lnet/minecraft/client/gui/screen/ScreenTexts;YES:Lnet/minecraft/text/Text;
-
NO
- Mappings:
Namespace Name Mixin selector official f
Loh;f:Loi;
intermediary field_24337
Lnet/minecraft/class_5244;field_24337:Lnet/minecraft/class_2561;
named NO
Lnet/minecraft/client/gui/screen/ScreenTexts;NO:Lnet/minecraft/text/Text;
-
PROCEED
- Mappings:
Namespace Name Mixin selector official g
Loh;g:Loi;
intermediary field_24338
Lnet/minecraft/class_5244;field_24338:Lnet/minecraft/class_2561;
named PROCEED
Lnet/minecraft/client/gui/screen/ScreenTexts;PROCEED:Lnet/minecraft/text/Text;
-
BACK
- Mappings:
Namespace Name Mixin selector official h
Loh;h:Loi;
intermediary field_24339
Lnet/minecraft/class_5244;field_24339:Lnet/minecraft/class_2561;
named BACK
Lnet/minecraft/client/gui/screen/ScreenTexts;BACK:Lnet/minecraft/text/Text;
-
CONNECT_FAILED
- Mappings:
Namespace Name Mixin selector official i
Loh;i:Loi;
intermediary field_26625
Lnet/minecraft/class_5244;field_26625:Lnet/minecraft/class_2561;
named CONNECT_FAILED
Lnet/minecraft/client/gui/screen/ScreenTexts;CONNECT_FAILED:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
ScreenTexts
public ScreenTexts()
-
-
Method Details
-
composeToggleText
- Mappings:
Namespace Name Mixin selector official a
Loh;a(Loi;Z)Loo;
intermediary method_30619
Lnet/minecraft/class_5244;method_30619(Lnet/minecraft/class_2561;Z)Lnet/minecraft/class_5250;
named composeToggleText
Lnet/minecraft/client/gui/screen/ScreenTexts;composeToggleText(Lnet/minecraft/text/Text;Z)Lnet/minecraft/text/MutableText;
-
composeGenericOptionText
- Mappings:
Namespace Name Mixin selector official a
Loh;a(Loi;Loi;)Loo;
intermediary method_32700
Lnet/minecraft/class_5244;method_32700(Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)Lnet/minecraft/class_5250;
named composeGenericOptionText
Lnet/minecraft/client/gui/screen/ScreenTexts;composeGenericOptionText(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)Lnet/minecraft/text/MutableText;
-