Package net.minecraft
Class Bootstrap
java.lang.Object
net.minecraft.Bootstrap
- Mappings:
Namespace Name official abd
intermediary net/minecraft/class_2966
named net/minecraft/Bootstrap
-
Field Summary
Modifier and TypeFieldDescriptionprivate static boolean
private static final Logger
static final PrintStream
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
collectMissingGameRuleTranslations
(Set<String> translations) private static <T> void
collectMissingTranslations
(Iterable<T> registry, Function<T, String> keyExtractor, Set<String> translationKeys) private static RuntimeException
createNotBootstrappedException
(Supplier<String> callerGetter) static void
ensureBootstrapped
(Supplier<String> callerGetter) static void
static void
private static void
static void
private static void
-
Field Details
-
SYSOUT
- Mappings:
Namespace Name Mixin selector official a
Labd;a:Ljava/io/PrintStream;
intermediary field_13358
Lnet/minecraft/class_2966;field_13358:Ljava/io/PrintStream;
named SYSOUT
Lnet/minecraft/Bootstrap;SYSOUT:Ljava/io/PrintStream;
-
initialized
private static volatile boolean initialized- Mappings:
Namespace Name Mixin selector official b
Labd;b:Z
intermediary field_13357
Lnet/minecraft/class_2966;field_13357:Z
named initialized
Lnet/minecraft/Bootstrap;initialized:Z
-
LOGGER
- Mappings:
Namespace Name Mixin selector official c
Labd;c:Lorg/slf4j/Logger;
intermediary field_13359
Lnet/minecraft/class_2966;field_13359:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/Bootstrap;LOGGER:Lorg/slf4j/Logger;
-
-
Constructor Details
-
Bootstrap
public Bootstrap()
-
-
Method Details
-
initialize
public static void initialize()- Mappings:
Namespace Name Mixin selector official a
Labd;a()V
intermediary method_12851
Lnet/minecraft/class_2966;method_12851()V
named initialize
Lnet/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 official a
Labd;a(Ljava/lang/Iterable;Ljava/util/function/Function;Ljava/util/Set;)V
intermediary method_12848
Lnet/minecraft/class_2966;method_12848(Ljava/lang/Iterable;Ljava/util/function/Function;Ljava/util/Set;)V
named collectMissingTranslations
Lnet/minecraft/Bootstrap;collectMissingTranslations(Ljava/lang/Iterable;Ljava/util/function/Function;Ljava/util/Set;)V
-
collectMissingGameRuleTranslations
- Mappings:
Namespace Name Mixin selector official a
Labd;a(Ljava/util/Set;)V
intermediary method_27732
Lnet/minecraft/class_2966;method_27732(Ljava/util/Set;)V
named collectMissingGameRuleTranslations
Lnet/minecraft/Bootstrap;collectMissingGameRuleTranslations(Ljava/util/Set;)V
-
getMissingTranslations
- Mappings:
Namespace Name Mixin selector official b
Labd;b()Ljava/util/Set;
intermediary method_17597
Lnet/minecraft/class_2966;method_17597()Ljava/util/Set;
named getMissingTranslations
Lnet/minecraft/Bootstrap;getMissingTranslations()Ljava/util/Set;
-
ensureBootstrapped
- Mappings:
Namespace Name Mixin selector official a
Labd;a(Ljava/util/function/Supplier;)V
intermediary method_36235
Lnet/minecraft/class_2966;method_36235(Ljava/util/function/Supplier;)V
named ensureBootstrapped
Lnet/minecraft/Bootstrap;ensureBootstrapped(Ljava/util/function/Supplier;)V
-
createNotBootstrappedException
- Mappings:
Namespace Name Mixin selector official b
Labd;b(Ljava/util/function/Supplier;)Ljava/lang/RuntimeException;
intermediary method_36237
Lnet/minecraft/class_2966;method_36237(Ljava/util/function/Supplier;)Ljava/lang/RuntimeException;
named createNotBootstrappedException
Lnet/minecraft/Bootstrap;createNotBootstrappedException(Ljava/util/function/Supplier;)Ljava/lang/RuntimeException;
-
logMissing
public static void logMissing()- Mappings:
Namespace Name Mixin selector official c
Labd;c()V
intermediary method_17598
Lnet/minecraft/class_2966;method_17598()V
named logMissing
Lnet/minecraft/Bootstrap;logMissing()V
-
logMissingBiomePlacementModifier
private static void logMissingBiomePlacementModifier()- Mappings:
Namespace Name Mixin selector official d
Labd;d()V
intermediary method_39891
Lnet/minecraft/class_2966;method_39891()V
named logMissingBiomePlacementModifier
Lnet/minecraft/Bootstrap;logMissingBiomePlacementModifier()V
-
setOutputStreams
private static void setOutputStreams()- Mappings:
Namespace Name Mixin selector official e
Labd;e()V
intermediary method_12852
Lnet/minecraft/class_2966;method_12852()V
named setOutputStreams
Lnet/minecraft/Bootstrap;setOutputStreams()V
-
println
- Mappings:
Namespace Name Mixin selector official a
Labd;a(Ljava/lang/String;)V
intermediary method_12847
Lnet/minecraft/class_2966;method_12847(Ljava/lang/String;)V
named println
Lnet/minecraft/Bootstrap;println(Ljava/lang/String;)V
-