Package net.minecraft.client.realms
Class Realms
java.lang.Object
net.minecraft.client.realms.Realms
@Environment(CLIENT) public class Realms extends Object
- Mappings:
Namespace Name official ewc
intermediary net/minecraft/class_4900
named net/minecraft/client/realms/Realms
-
Field Summary
Fields Modifier and Type Field Description private static RepeatedNarrator
REPEATED_NARRATOR
-
Constructor Summary
Constructors Constructor Description Realms()
-
Method Summary
Modifier and Type Method Description private static String
fixNarrationNewlines(String lines)
static String
joinNarrations(Iterable<String> lines)
static void
narrateNow(Iterable<String> lines)
static void
narrateNow(String message)
static void
narrateNow(String[] lines)
static void
narrateRepeatedly(String lines)
-
Field Details
-
REPEATED_NARRATOR
- Mappings:
Namespace Name Mixin selector official a
Lewc;a:Lewj;
intermediary field_22812
Lnet/minecraft/class_4900;field_22812:Lnet/minecraft/class_4907;
named REPEATED_NARRATOR
Lnet/minecraft/client/realms/Realms;REPEATED_NARRATOR:Lnet/minecraft/client/realms/RepeatedNarrator;
-
-
Constructor Details
-
Realms
public Realms()
-
-
Method Details
-
narrateNow
- Mappings:
Namespace Name Mixin selector official a
Lewc;a(Ljava/lang/String;)V
intermediary method_25470
Lnet/minecraft/class_4900;method_25470(Ljava/lang/String;)V
named narrateNow
Lnet/minecraft/client/realms/Realms;narrateNow(Ljava/lang/String;)V
-
fixNarrationNewlines
- Mappings:
Namespace Name Mixin selector official c
Lewc;c(Ljava/lang/String;)Ljava/lang/String;
intermediary method_25474
Lnet/minecraft/class_4900;method_25474(Ljava/lang/String;)Ljava/lang/String;
named fixNarrationNewlines
Lnet/minecraft/client/realms/Realms;fixNarrationNewlines(Ljava/lang/String;)Ljava/lang/String;
-
narrateNow
- Mappings:
Namespace Name Mixin selector official a
Lewc;a([Ljava/lang/String;)V
intermediary method_25471
Lnet/minecraft/class_4900;method_25471([Ljava/lang/String;)V
named narrateNow
Lnet/minecraft/client/realms/Realms;narrateNow([Ljava/lang/String;)V
-
narrateNow
- Mappings:
Namespace Name Mixin selector official a
Lewc;a(Ljava/lang/Iterable;)V
intermediary method_25469
Lnet/minecraft/class_4900;method_25469(Ljava/lang/Iterable;)V
named narrateNow
Lnet/minecraft/client/realms/Realms;narrateNow(Ljava/lang/Iterable;)V
-
joinNarrations
- Mappings:
Namespace Name Mixin selector official b
Lewc;b(Ljava/lang/Iterable;)Ljava/lang/String;
intermediary method_25472
Lnet/minecraft/class_4900;method_25472(Ljava/lang/Iterable;)Ljava/lang/String;
named joinNarrations
Lnet/minecraft/client/realms/Realms;joinNarrations(Ljava/lang/Iterable;)Ljava/lang/String;
-
narrateRepeatedly
- Mappings:
Namespace Name Mixin selector official b
Lewc;b(Ljava/lang/String;)V
intermediary method_25473
Lnet/minecraft/class_4900;method_25473(Ljava/lang/String;)V
named narrateRepeatedly
Lnet/minecraft/client/realms/Realms;narrateRepeatedly(Ljava/lang/String;)V
-