Package net.minecraft
Class Bootstrap
java.lang.Object
net.minecraft.Bootstrap
- Mappings:
Namespace Name intermediary net/minecraft/class_2966official acsnamed net/minecraft/Bootstrap
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static booleanstatic final AtomicLongprivate static final Loggerstatic final PrintStream -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidcollectMissingGameRuleTranslations(Set<String> translations) private static <T> voidcollectMissingTranslations(Iterable<T> registry, Function<T, String> keyExtractor, Set<String> translationKeys) private static RuntimeExceptioncreateNotBootstrappedException(Supplier<String> callerGetter) static voidensureBootstrapped(Supplier<String> callerGetter) static voidstatic voidstatic voidprivate static void
-
Field Details
-
SYSOUT
- Mappings:
Namespace Name Mixin selector intermediary field_13358Lnet/minecraft/class_2966;field_13358:Ljava/io/PrintStream;official aLacs;a:Ljava/io/PrintStream;named SYSOUTLnet/minecraft/Bootstrap;SYSOUT:Ljava/io/PrintStream;
-
initialized
private static volatile boolean initialized- Mappings:
Namespace Name Mixin selector intermediary field_13357Lnet/minecraft/class_2966;field_13357:Zofficial cLacs;c:Znamed initializedLnet/minecraft/Bootstrap;initialized:Z
-
LOGGER
- Mappings:
Namespace Name Mixin selector intermediary field_13359Lnet/minecraft/class_2966;field_13359:Lorg/slf4j/Logger;official dLacs;d:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/Bootstrap;LOGGER:Lorg/slf4j/Logger;
-
LOAD_TIME
- Mappings:
Namespace Name Mixin selector intermediary field_44781Lnet/minecraft/class_2966;field_44781:Ljava/util/concurrent/atomic/AtomicLong;official bLacs;b:Ljava/util/concurrent/atomic/AtomicLong;named LOAD_TIMELnet/minecraft/Bootstrap;LOAD_TIME:Ljava/util/concurrent/atomic/AtomicLong;
-
-
Constructor Details
-
Bootstrap
public Bootstrap()
-
-
Method Details
-
initialize
public static void initialize()- Mappings:
Namespace Name Mixin selector intermediary method_12851Lnet/minecraft/class_2966;method_12851()Vofficial aLacs;a()Vnamed initializeLnet/minecraft/Bootstrap;initialize()V
-
collectMissingTranslations
private static <T> void collectMissingTranslations(Iterable<T> registry, Function<T, String> keyExtractor, Set<String> translationKeys) - Mappings:
Namespace Name Mixin selector intermediary method_12848Lnet/minecraft/class_2966;method_12848(Ljava/lang/Iterable;Ljava/util/function/Function;Ljava/util/Set;)Vofficial aLacs;a(Ljava/lang/Iterable;Ljava/util/function/Function;Ljava/util/Set;)Vnamed collectMissingTranslationsLnet/minecraft/Bootstrap;collectMissingTranslations(Ljava/lang/Iterable;Ljava/util/function/Function;Ljava/util/Set;)V
-
collectMissingGameRuleTranslations
- Mappings:
Namespace Name Mixin selector intermediary method_27732Lnet/minecraft/class_2966;method_27732(Ljava/util/Set;)Vofficial aLacs;a(Ljava/util/Set;)Vnamed collectMissingGameRuleTranslationsLnet/minecraft/Bootstrap;collectMissingGameRuleTranslations(Ljava/util/Set;)V
-
getMissingTranslations
- Mappings:
Namespace Name Mixin selector intermediary method_17597Lnet/minecraft/class_2966;method_17597()Ljava/util/Set;official bLacs;b()Ljava/util/Set;named getMissingTranslationsLnet/minecraft/Bootstrap;getMissingTranslations()Ljava/util/Set;
-
ensureBootstrapped
- Mappings:
Namespace Name Mixin selector intermediary method_36235Lnet/minecraft/class_2966;method_36235(Ljava/util/function/Supplier;)Vofficial aLacs;a(Ljava/util/function/Supplier;)Vnamed ensureBootstrappedLnet/minecraft/Bootstrap;ensureBootstrapped(Ljava/util/function/Supplier;)V
-
createNotBootstrappedException
- Mappings:
Namespace Name Mixin selector intermediary method_36237Lnet/minecraft/class_2966;method_36237(Ljava/util/function/Supplier;)Ljava/lang/RuntimeException;official bLacs;b(Ljava/util/function/Supplier;)Ljava/lang/RuntimeException;named createNotBootstrappedExceptionLnet/minecraft/Bootstrap;createNotBootstrappedException(Ljava/util/function/Supplier;)Ljava/lang/RuntimeException;
-
logMissing
public static void logMissing()- Mappings:
Namespace Name Mixin selector intermediary method_17598Lnet/minecraft/class_2966;method_17598()Vofficial cLacs;c()Vnamed logMissingLnet/minecraft/Bootstrap;logMissing()V
-
setOutputStreams
private static void setOutputStreams()- Mappings:
Namespace Name Mixin selector intermediary method_12852Lnet/minecraft/class_2966;method_12852()Vofficial dLacs;d()Vnamed setOutputStreamsLnet/minecraft/Bootstrap;setOutputStreams()V
-
println
- Mappings:
Namespace Name Mixin selector intermediary method_12847Lnet/minecraft/class_2966;method_12847(Ljava/lang/String;)Vofficial aLacs;a(Ljava/lang/String;)Vnamed printlnLnet/minecraft/Bootstrap;println(Ljava/lang/String;)V
-