Package net.minecraft.screen
Class ScreenTexts
java.lang.Object
net.minecraft.screen.ScreenTexts
- Mappings:
Namespace Name official ti
intermediary net/minecraft/class_5244
named net/minecraft/screen/ScreenTexts
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
static final Text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MutableText
composeGenericOptionText
(Text text, Text value) static MutableText
composeToggleText
(Text text, boolean value) static MutableText
days
(long days) static MutableText
hours
(long hours) static Text
joinLines
(Collection<? extends Text> texts) static Text
static MutableText
joinSentences
(Text[] sentences) static MutableText
minutes
(long minutes) static Text
onOrOff
(boolean on) static MutableText
space()
-
Field Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector official a
Lti;a:Ltj;
intermediary field_39003
Lnet/minecraft/class_5244;field_39003:Lnet/minecraft/class_2561;
named EMPTY
Lnet/minecraft/screen/ScreenTexts;EMPTY:Lnet/minecraft/text/Text;
-
ON
- Mappings:
Namespace Name Mixin selector official b
Lti;b:Ltj;
intermediary field_24332
Lnet/minecraft/class_5244;field_24332:Lnet/minecraft/class_2561;
named ON
Lnet/minecraft/screen/ScreenTexts;ON:Lnet/minecraft/text/Text;
-
OFF
- Mappings:
Namespace Name Mixin selector official c
Lti;c:Ltj;
intermediary field_24333
Lnet/minecraft/class_5244;field_24333:Lnet/minecraft/class_2561;
named OFF
Lnet/minecraft/screen/ScreenTexts;OFF:Lnet/minecraft/text/Text;
-
DONE
- Mappings:
Namespace Name Mixin selector official d
Lti;d:Ltj;
intermediary field_24334
Lnet/minecraft/class_5244;field_24334:Lnet/minecraft/class_2561;
named DONE
Lnet/minecraft/screen/ScreenTexts;DONE:Lnet/minecraft/text/Text;
-
CANCEL
- Mappings:
Namespace Name Mixin selector official e
Lti;e:Ltj;
intermediary field_24335
Lnet/minecraft/class_5244;field_24335:Lnet/minecraft/class_2561;
named CANCEL
Lnet/minecraft/screen/ScreenTexts;CANCEL:Lnet/minecraft/text/Text;
-
YES
- Mappings:
Namespace Name Mixin selector official f
Lti;f:Ltj;
intermediary field_24336
Lnet/minecraft/class_5244;field_24336:Lnet/minecraft/class_2561;
named YES
Lnet/minecraft/screen/ScreenTexts;YES:Lnet/minecraft/text/Text;
-
NO
- Mappings:
Namespace Name Mixin selector official g
Lti;g:Ltj;
intermediary field_24337
Lnet/minecraft/class_5244;field_24337:Lnet/minecraft/class_2561;
named NO
Lnet/minecraft/screen/ScreenTexts;NO:Lnet/minecraft/text/Text;
-
PROCEED
- Mappings:
Namespace Name Mixin selector official h
Lti;h:Ltj;
intermediary field_24338
Lnet/minecraft/class_5244;field_24338:Lnet/minecraft/class_2561;
named PROCEED
Lnet/minecraft/screen/ScreenTexts;PROCEED:Lnet/minecraft/text/Text;
-
CONTINUE
- Mappings:
Namespace Name Mixin selector official i
Lti;i:Ltj;
intermediary field_41873
Lnet/minecraft/class_5244;field_41873:Lnet/minecraft/class_2561;
named CONTINUE
Lnet/minecraft/screen/ScreenTexts;CONTINUE:Lnet/minecraft/text/Text;
-
BACK
- Mappings:
Namespace Name Mixin selector official j
Lti;j:Ltj;
intermediary field_24339
Lnet/minecraft/class_5244;field_24339:Lnet/minecraft/class_2561;
named BACK
Lnet/minecraft/screen/ScreenTexts;BACK:Lnet/minecraft/text/Text;
-
TO_TITLE
- Mappings:
Namespace Name Mixin selector official k
Lti;k:Ltj;
intermediary field_43109
Lnet/minecraft/class_5244;field_43109:Lnet/minecraft/class_2561;
named TO_TITLE
Lnet/minecraft/screen/ScreenTexts;TO_TITLE:Lnet/minecraft/text/Text;
-
ACKNOWLEDGE
- Mappings:
Namespace Name Mixin selector official l
Lti;l:Ltj;
intermediary field_39742
Lnet/minecraft/class_5244;field_39742:Lnet/minecraft/class_2561;
named ACKNOWLEDGE
Lnet/minecraft/screen/ScreenTexts;ACKNOWLEDGE:Lnet/minecraft/text/Text;
-
CONNECT_FAILED
- Mappings:
Namespace Name Mixin selector official m
Lti;m:Ltj;
intermediary field_26625
Lnet/minecraft/class_5244;field_26625:Lnet/minecraft/class_2561;
named CONNECT_FAILED
Lnet/minecraft/screen/ScreenTexts;CONNECT_FAILED:Lnet/minecraft/text/Text;
-
LINE_BREAK
- Mappings:
Namespace Name Mixin selector official n
Lti;n:Ltj;
intermediary field_33849
Lnet/minecraft/class_5244;field_33849:Lnet/minecraft/class_2561;
named LINE_BREAK
Lnet/minecraft/screen/ScreenTexts;LINE_BREAK:Lnet/minecraft/text/Text;
-
SENTENCE_SEPARATOR
- Mappings:
Namespace Name Mixin selector official o
Lti;o:Ltj;
intermediary field_33850
Lnet/minecraft/class_5244;field_33850:Lnet/minecraft/class_2561;
named SENTENCE_SEPARATOR
Lnet/minecraft/screen/ScreenTexts;SENTENCE_SEPARATOR:Lnet/minecraft/text/Text;
-
ELLIPSIS
- Mappings:
Namespace Name Mixin selector official p
Lti;p:Ltj;
intermediary field_39678
Lnet/minecraft/class_5244;field_39678:Lnet/minecraft/class_2561;
named ELLIPSIS
Lnet/minecraft/screen/ScreenTexts;ELLIPSIS:Lnet/minecraft/text/Text;
-
SPACE
- Mappings:
Namespace Name Mixin selector official q
Lti;q:Ltj;
intermediary field_41874
Lnet/minecraft/class_5244;field_41874:Lnet/minecraft/class_2561;
named SPACE
Lnet/minecraft/screen/ScreenTexts;SPACE:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
ScreenTexts
public ScreenTexts()
-
-
Method Details
-
space
- Mappings:
Namespace Name Mixin selector official a
Lti;a()Ltw;
intermediary method_48320
Lnet/minecraft/class_5244;method_48320()Lnet/minecraft/class_5250;
named space
Lnet/minecraft/screen/ScreenTexts;space()Lnet/minecraft/text/MutableText;
-
days
- Mappings:
Namespace Name Mixin selector official a
Lti;a(J)Ltw;
intermediary method_44682
Lnet/minecraft/class_5244;method_44682(J)Lnet/minecraft/class_5250;
named days
Lnet/minecraft/screen/ScreenTexts;days(J)Lnet/minecraft/text/MutableText;
-
hours
- Mappings:
Namespace Name Mixin selector official b
Lti;b(J)Ltw;
intermediary method_44683
Lnet/minecraft/class_5244;method_44683(J)Lnet/minecraft/class_5250;
named hours
Lnet/minecraft/screen/ScreenTexts;hours(J)Lnet/minecraft/text/MutableText;
-
minutes
- Mappings:
Namespace Name Mixin selector official c
Lti;c(J)Ltw;
intermediary method_44684
Lnet/minecraft/class_5244;method_44684(J)Lnet/minecraft/class_5250;
named minutes
Lnet/minecraft/screen/ScreenTexts;minutes(J)Lnet/minecraft/text/MutableText;
-
onOrOff
- Mappings:
Namespace Name Mixin selector official a
Lti;a(Z)Ltj;
intermediary method_36134
Lnet/minecraft/class_5244;method_36134(Z)Lnet/minecraft/class_2561;
named onOrOff
Lnet/minecraft/screen/ScreenTexts;onOrOff(Z)Lnet/minecraft/text/Text;
-
composeToggleText
- Mappings:
Namespace Name Mixin selector official a
Lti;a(Ltj;Z)Ltw;
intermediary method_30619
Lnet/minecraft/class_5244;method_30619(Lnet/minecraft/class_2561;Z)Lnet/minecraft/class_5250;
named composeToggleText
Lnet/minecraft/screen/ScreenTexts;composeToggleText(Lnet/minecraft/text/Text;Z)Lnet/minecraft/text/MutableText;
-
composeGenericOptionText
- Mappings:
Namespace Name Mixin selector official a
Lti;a(Ltj;Ltj;)Ltw;
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/screen/ScreenTexts;composeGenericOptionText(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)Lnet/minecraft/text/MutableText;
-
joinSentences
- Mappings:
Namespace Name Mixin selector official a
Lti;a([Ltj;)Ltw;
intermediary method_37111
Lnet/minecraft/class_5244;method_37111([Lnet/minecraft/class_2561;)Lnet/minecraft/class_5250;
named joinSentences
Lnet/minecraft/screen/ScreenTexts;joinSentences([Lnet/minecraft/text/Text;)Lnet/minecraft/text/MutableText;
-
joinLines
- Mappings:
Namespace Name Mixin selector official b
Lti;b([Ltj;)Ltj;
intermediary method_37110
Lnet/minecraft/class_5244;method_37110([Lnet/minecraft/class_2561;)Lnet/minecraft/class_2561;
named joinLines
Lnet/minecraft/screen/ScreenTexts;joinLines([Lnet/minecraft/text/Text;)Lnet/minecraft/text/Text;
-
joinLines
- Mappings:
Namespace Name Mixin selector official a
Lti;a(Ljava/util/Collection;)Ltj;
intermediary method_37109
Lnet/minecraft/class_5244;method_37109(Ljava/util/Collection;)Lnet/minecraft/class_2561;
named joinLines
Lnet/minecraft/screen/ScreenTexts;joinLines(Ljava/util/Collection;)Lnet/minecraft/text/Text;
-