Package net.minecraft.client.gui.screen
Class ScreenTexts
java.lang.Object
net.minecraft.client.gui.screen.ScreenTexts
- Mappings:
Namespace Name official py
intermediary net/minecraft/class_5244
named net/minecraft/client/gui/screen/ScreenTexts
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MutableText
composeGenericOptionText
(Text text, Text value) static MutableText
composeToggleText
(Text text, boolean value) static Text
joinLines
(Collection<? extends Text> texts) static Text
static MutableText
joinSentences
(Text first, Text second) static Text
onOrOff
(boolean on)
-
Field Details
-
ON
- Mappings:
Namespace Name Mixin selector official a
Lpy;a:Lpz;
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
Lpy;b:Lpz;
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
Lpy;c:Lpz;
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
Lpy;d:Lpz;
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
Lpy;e:Lpz;
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
Lpy;f:Lpz;
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
Lpy;g:Lpz;
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
Lpy;h:Lpz;
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
Lpy;i:Lpz;
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;
-
LINE_BREAK
- Mappings:
Namespace Name Mixin selector official j
Lpy;j:Lpz;
intermediary field_33849
Lnet/minecraft/class_5244;field_33849:Lnet/minecraft/class_2561;
named LINE_BREAK
Lnet/minecraft/client/gui/screen/ScreenTexts;LINE_BREAK:Lnet/minecraft/text/Text;
-
SENTENCE_SEPARATOR
- Mappings:
Namespace Name Mixin selector official k
Lpy;k:Lpz;
intermediary field_33850
Lnet/minecraft/class_5244;field_33850:Lnet/minecraft/class_2561;
named SENTENCE_SEPARATOR
Lnet/minecraft/client/gui/screen/ScreenTexts;SENTENCE_SEPARATOR:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
ScreenTexts
public ScreenTexts()
-
-
Method Details
-
onOrOff
- Mappings:
Namespace Name Mixin selector official a
Lpy;a(Z)Lpz;
intermediary method_36134
Lnet/minecraft/class_5244;method_36134(Z)Lnet/minecraft/class_2561;
named onOrOff
Lnet/minecraft/client/gui/screen/ScreenTexts;onOrOff(Z)Lnet/minecraft/text/Text;
-
composeToggleText
- Mappings:
Namespace Name Mixin selector official a
Lpy;a(Lpz;Z)Lqf;
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
Lpy;a(Lpz;Lpz;)Lqf;
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;
-
joinSentences
- Mappings:
Namespace Name Mixin selector official b
Lpy;b(Lpz;Lpz;)Lqf;
intermediary method_37111
Lnet/minecraft/class_5244;method_37111(Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)Lnet/minecraft/class_5250;
named joinSentences
Lnet/minecraft/client/gui/screen/ScreenTexts;joinSentences(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)Lnet/minecraft/text/MutableText;
-
joinLines
- Mappings:
Namespace Name Mixin selector official a
Lpy;a([Lpz;)Lpz;
intermediary method_37110
Lnet/minecraft/class_5244;method_37110([Lnet/minecraft/class_2561;)Lnet/minecraft/class_2561;
named joinLines
Lnet/minecraft/client/gui/screen/ScreenTexts;joinLines([Lnet/minecraft/text/Text;)Lnet/minecraft/text/Text;
-
joinLines
- Mappings:
Namespace Name Mixin selector official a
Lpy;a(Ljava/util/Collection;)Lpz;
intermediary method_37109
Lnet/minecraft/class_5244;method_37109(Ljava/util/Collection;)Lnet/minecraft/class_2561;
named joinLines
Lnet/minecraft/client/gui/screen/ScreenTexts;joinLines(Ljava/util/Collection;)Lnet/minecraft/text/Text;
-