Package net.minecraft

Class Bootstrap

java.lang.Object
net.minecraft.Bootstrap

public class Bootstrap extends Object
Mappings:
Namespace Name
named net/minecraft/Bootstrap
intermediary net/minecraft/class_2966
official akx
  • Field Details Link icon

    • SYSOUT Link icon

      public static final PrintStream SYSOUT
      Mappings:
      Namespace Name Mixin selector
      named SYSOUT Lnet/minecraft/Bootstrap;SYSOUT:Ljava/io/PrintStream;
      intermediary field_13358 Lnet/minecraft/class_2966;field_13358:Ljava/io/PrintStream;
      official a Lakx;a:Ljava/io/PrintStream;
    • initialized Link icon

      private static volatile boolean initialized
      Mappings:
      Namespace Name Mixin selector
      named initialized Lnet/minecraft/Bootstrap;initialized:Z
      intermediary field_13357 Lnet/minecraft/class_2966;field_13357:Z
      official c Lakx;c:Z
    • LOGGER Link icon

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/Bootstrap;LOGGER:Lorg/slf4j/Logger;
      intermediary field_13359 Lnet/minecraft/class_2966;field_13359:Lorg/slf4j/Logger;
      official d Lakx;d:Lorg/slf4j/Logger;
    • LOAD_TIME Link icon

      public static final AtomicLong LOAD_TIME
      Mappings:
      Namespace Name Mixin selector
      named LOAD_TIME Lnet/minecraft/Bootstrap;LOAD_TIME:Ljava/util/concurrent/atomic/AtomicLong;
      intermediary field_44781 Lnet/minecraft/class_2966;field_44781:Ljava/util/concurrent/atomic/AtomicLong;
      official b Lakx;b:Ljava/util/concurrent/atomic/AtomicLong;
  • Constructor Details Link icon

    • Bootstrap Link icon

      public Bootstrap()
  • Method Details Link icon

    • initialize Link icon

      public static void initialize()
      Mappings:
      Namespace Name Mixin selector
      named initialize Lnet/minecraft/Bootstrap;initialize()V
      intermediary method_12851 Lnet/minecraft/class_2966;method_12851()V
      official a Lakx;a()V
    • collectMissingTranslations Link icon

      private static <T> void collectMissingTranslations(Iterable<T> registry, Function<T,String> keyExtractor, Set<String> translationKeys)
      Mappings:
      Namespace Name Mixin selector
      named collectMissingTranslations Lnet/minecraft/Bootstrap;collectMissingTranslations(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
      official a Lakx;a(Ljava/lang/Iterable;Ljava/util/function/Function;Ljava/util/Set;)V
    • collectMissingGameRuleTranslations Link icon

      private static void collectMissingGameRuleTranslations(Set<String> translations)
      Mappings:
      Namespace Name Mixin selector
      named collectMissingGameRuleTranslations Lnet/minecraft/Bootstrap;collectMissingGameRuleTranslations(Ljava/util/Set;)V
      intermediary method_27732 Lnet/minecraft/class_2966;method_27732(Ljava/util/Set;)V
      official a Lakx;a(Ljava/util/Set;)V
    • getMissingTranslations Link icon

      public static Set<String> getMissingTranslations()
      Mappings:
      Namespace Name Mixin selector
      named getMissingTranslations Lnet/minecraft/Bootstrap;getMissingTranslations()Ljava/util/Set;
      intermediary method_17597 Lnet/minecraft/class_2966;method_17597()Ljava/util/Set;
      official b Lakx;b()Ljava/util/Set;
    • ensureBootstrapped Link icon

      public static void ensureBootstrapped(Supplier<String> callerGetter)
      Mappings:
      Namespace Name Mixin selector
      named ensureBootstrapped Lnet/minecraft/Bootstrap;ensureBootstrapped(Ljava/util/function/Supplier;)V
      intermediary method_36235 Lnet/minecraft/class_2966;method_36235(Ljava/util/function/Supplier;)V
      official a Lakx;a(Ljava/util/function/Supplier;)V
    • createNotBootstrappedException Link icon

      private static RuntimeException createNotBootstrappedException(Supplier<String> callerGetter)
      Mappings:
      Namespace Name Mixin selector
      named createNotBootstrappedException Lnet/minecraft/Bootstrap;createNotBootstrappedException(Ljava/util/function/Supplier;)Ljava/lang/RuntimeException;
      intermediary method_36237 Lnet/minecraft/class_2966;method_36237(Ljava/util/function/Supplier;)Ljava/lang/RuntimeException;
      official b Lakx;b(Ljava/util/function/Supplier;)Ljava/lang/RuntimeException;
    • logMissing Link icon

      public static void logMissing()
      Mappings:
      Namespace Name Mixin selector
      named logMissing Lnet/minecraft/Bootstrap;logMissing()V
      intermediary method_17598 Lnet/minecraft/class_2966;method_17598()V
      official c Lakx;c()V
    • setOutputStreams Link icon

      private static void setOutputStreams()
      Mappings:
      Namespace Name Mixin selector
      named setOutputStreams Lnet/minecraft/Bootstrap;setOutputStreams()V
      intermediary method_12852 Lnet/minecraft/class_2966;method_12852()V
      official d Lakx;d()V
    • println Link icon

      public static void println(String str)
      Mappings:
      Namespace Name Mixin selector
      named println Lnet/minecraft/Bootstrap;println(Ljava/lang/String;)V
      intermediary method_12847 Lnet/minecraft/class_2966;method_12847(Ljava/lang/String;)V
      official a Lakx;a(Ljava/lang/String;)V