net.minecraft.server

public class Bootstrap

aey
net.minecraft.server.Bootstrap
net.minecraft.class_2966
net.minecraft.Bootstrap
net.minecraft.src.C_5267_
net.minecraft.server.DispenserRegistry

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a()
bootStrap()
method_12851()
initialize()
m_135870_()
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)
m_135871_(Iterable<T> p_135872_, Function<T, String> p_135873_, Set<String> p_135874_)
private static void
a(Set<String> arg0)
checkGameruleTranslations(Set<String> arg0)
method_27732(Set<String> arg0)
collectMissingGameRuleTranslations(Set<String> translations)
m_135877_(Set<String> p_135878_)
public static Set<String>
b()
getMissingTranslations()
method_17597()
getMissingTranslations()
m_135886_()
public static void
a(Supplier<String> arg0)
checkBootstrapCalled(Supplier<String> arg0)
method_36235(Supplier<String> arg0)
ensureBootstrapped(Supplier<String> callerGetter)
m_179912_(Supplier<String> p_179913_)
private static RuntimeException
b(Supplier<String> arg0)
createBootstrapException(Supplier<String> arg0)
method_36237(Supplier<String> arg0)
createNotBootstrappedException(Supplier<String> callerGetter)
m_179916_(Supplier<String> p_179917_)
public static void
c()
validate()
method_17598()
logMissing()
m_135889_()
private static void
d()
wrapStreams()
method_12852()
setOutputStreams()
m_135890_()
public static void
a(String arg0)
realStdoutPrintln(String arg0)
method_12847(String arg0)
println(String str)
m_135875_(String p_135876_)