net.minecraft.server

public class Bootstrap

amb
net.minecraft.server.Bootstrap
net.minecraft.class_2966
net.minecraft.Bootstrap
net.minecraft.server.DispenserRegistry

Field summary

Modifier and TypeField
public static final PrintStream
a
STDOUT
field_13358
SYSOUT
private static volatile boolean
c
isBootstrapped
field_13357
initialized
private static final org.slf4j.Logger
d
LOGGER
field_13359
LOGGER
public static final AtomicLong
b
bootstrapDuration
field_44781
LOAD_TIME

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a()
bootStrap()
method_12851()
initialize()
private static <T> void
a(Iterable<T> arg0, Function<T, String> arg1, Set<String> arg2)
checkTranslations(Iterable<T> arg0, Function<T, String> arg1, Set<String> arg2)
method_12848(Iterable<T> arg0, Function<T, String> arg1, Set<String> arg2)
collectMissingTranslations(Iterable<T> registry, Function<T, String> keyExtractor, Set<String> translationKeys)
private static void
a(Set<String> arg0)
checkGameruleTranslations(Set<String> arg0)
method_27732(Set<String> arg0)
collectMissingGameRuleTranslations(Set<String> translations)
public static Set<String>
b()
getMissingTranslations()
method_17597()
getMissingTranslations()
public static void
a(Supplier<String> arg0)
checkBootstrapCalled(Supplier<String> arg0)
method_36235(Supplier<String> arg0)
ensureBootstrapped(Supplier<String> callerGetter)
private static RuntimeException
b(Supplier<String> arg0)
createBootstrapException(Supplier<String> arg0)
method_36237(Supplier<String> arg0)
createNotBootstrappedException(Supplier<String> callerGetter)
public static void
c()
validate()
method_17598()
logMissing()
private static void
d()
wrapStreams()
method_12852()
setOutputStreams()
public static void
a(String arg0)
realStdoutPrintln(String arg0)
method_12847(String arg0)
println(String str)