net.minecraft.server

public abstract class MinecraftServer

extends ReentrantBlockableEventLoop<TickTask> implements ServerInfo, CommandSource, AutoCloseable

All mapped superinterfaces:

ProfilerMeasured, ProcessorHandle, ServerInfo, CommandSource

net.minecraft.server.MinecraftServer
net.minecraft.server.MinecraftServer
net.minecraft.server.MinecraftServer
net.minecraft.server.MinecraftServer
net.minecraft.server.MinecraftServer
net.minecraft.server.MinecraftServer

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
n
LOGGER
field_4546
LOGGER
f_129750_
public static final String
b
VANILLA_BRAND
field_34982
VANILLA
f_195495_
private static final float
o
AVERAGE_TICK_TIME_SMOOTHING
field_33212
field_33212
f_177884_
private static final int
p
TICK_STATS_SPAN
field_33213
field_33213
f_177885_
public static final int
c
MS_PER_TICK
field_33206
field_33206
f_177878_
private static final int
q
OVERLOADED_THRESHOLD
field_33215
field_33215
f_177887_
private static final int
r
OVERLOADED_WARNING_INTERVAL
field_33216
field_33216
f_177888_
private static final long
s
STATUS_EXPIRE_TIME_NS
field_33217
PLAYER_SAMPLE_UPDATE_INTERVAL
f_177889_
private static final int
t
MAX_STATUS_PLAYER_SAMPLE
field_33218
field_33218
f_177890_
public static final int
d
START_CHUNK_RADIUS
field_33210
START_TICKET_CHUNK_RADIUS
f_177882_
private static final int
u
START_TICKING_CHUNK_COUNT
field_33219
START_TICKET_CHUNKS
f_177891_
private static final int
v
AUTOSAVE_INTERVAL
field_33220
field_33220
f_177892_
private static final int
w
MAX_TICK_LATENCY
field_33221
field_33221
f_177893_
public static final int
e
ABSOLUTE_MAX_WORLD_SIZE
field_33211
MAX_WORLD_BORDER_RADIUS
f_177883_
public static final LevelSettings
f
DEMO_SETTINGS
field_17704
DEMO_LEVEL_INFO
f_129743_
private static final long
x
DELAYED_TASKS_TICK_EXTENSION
field_33205
MILLISECONDS_PER_TICK
f_177871_
public static final com.mojang.authlib.GameProfile
g
ANONYMOUS_PLAYER_PROFILE
field_35641
ANONYMOUS_PLAYER_PROFILE
f_195496_
protected final LevelStorageSource$LevelStorageAccess
h
storageSource
field_23784
session
f_129744_
protected final PlayerDataStorage
i
playerDataStorage
field_24371
saveHandler
f_129745_
private final List<Runnable>
y
tickables
field_4568
serverGuiTickables
f_129752_
private MetricsRecorder
z
metricsRecorder
field_22250
recorder
f_177872_
private ProfilerFiller
A
profiler
field_16258
profiler
f_129754_
private Consumer<ProfileResults>
B
onMetricsRecordingStopped
field_33975
recorderResultConsumer
f_177873_
private Consumer<Path>
C
onMetricsRecordingFinished
field_33976
recorderDumpConsumer
f_177874_
private boolean
D
willStartRecordingMetrics
field_33977
needsRecorderSetup
f_177875_
private MinecraftServer$TimeProfiler
E
debugCommandProfiler
field_33978
debugStart
f_177876_
private boolean
F
debugCommandProfilerDelayStart
field_33979
needsDebugSetup
f_177877_
private final ServerConnectionListener
G
connection
field_4563
networkIo
f_129755_
private final ChunkProgressListenerFactory
H
progressListenerFactory
field_17439
worldGenerationProgressListenerFactory
f_129756_
private ServerStatus
I
status
field_4593
metadata
f_129757_
private ServerStatus$Favicon
J
statusIcon
field_42958
favicon
f_271173_
private final RandomSource
K
random
field_4602
random
f_129758_
private final com.mojang.datafixers.DataFixer
L
fixerUpper
field_4587
dataFixer
f_129759_
private String
M
localIp
field_4585
serverIp
f_129760_
private int
N
port
field_4555
serverPort
f_129761_
private final LayeredRegistryAccess<RegistryLayer>
O
registries
field_25132
combinedDynamicRegistries
f_244176_
private final Map<ResourceKey<Level>, ServerLevel>
P
levels
field_4589
worlds
f_129762_
private PlayerList
Q
playerList
field_4550
playerManager
f_129763_
private volatile boolean
R
running
field_4544
running
f_129764_
private boolean
S
stopped
field_4561
stopped
f_129765_
private int
T
tickCount
field_4572
ticks
f_129766_
protected final Proxy
j
proxy
field_4599
proxy
f_129747_
private boolean
U
onlineMode
field_4543
onlineMode
f_129705_
private boolean
V
preventProxyConnections
field_4560
preventProxyConnections
f_129706_
private boolean
W
pvp
field_4604
pvpEnabled
f_129707_
private boolean
X
allowFlight
field_4554
flightEnabled
f_129708_
private String
Y
motd
field_4564
motd
f_129709_
private int
Z
playerIdleTimeout
field_4596
playerIdleTimeout
f_129711_
public final long[]
k
tickTimes
field_4573
lastTickLengths
f_129748_
private KeyPair
aa
keyPair
field_4552
keyPair
f_129712_
private com.mojang.authlib.GameProfile
ab
singleplayerProfile
field_39214
hostProfile
f_236719_
private boolean
ac
isDemo
field_4549
demo
f_129714_
private volatile boolean
ad
isReady
field_4547
loading
f_129717_
private long
ae
lastOverloadWarning
field_4557
lastTimeReference
f_129718_
protected final Services
l
services
field_39440
apiServices
f_236721_
private long
af
lastServerStatus
field_4551
lastPlayerSampleUpdate
f_129724_
private final Thread
ag
serverThread
field_16257
serverThread
f_129725_
private long
ah
nextTickTime
field_4571
timeReference
f_129726_
private long
ai
delayedTasksMaxNextTickTime
field_19248
nextTickTimestamp
f_129727_
private boolean
aj
mayHaveDelayedTasks
field_19249
waitingForNextTick
f_129728_
private final PackRepository
ak
packRepository
field_4595
dataPackManager
f_129730_
private final ServerScoreboard
al
scoreboard
field_4558
scoreboard
f_129731_
private CommandStorage
am
commandStorage
field_20850
dataCommandStorage
f_129732_
private final CustomBossEvents
an
customBossEvents
field_4548
bossBarManager
f_129733_
private final ServerFunctionManager
ao
functionManager
field_4591
commandFunctionManager
f_129734_
private boolean
ap
enforceWhitelist
field_4570
enforceWhitelist
f_129736_
private float
aq
averageTickTime
field_4592
tickTime
f_129737_
private final Executor
ar
executor
field_17200
workerExecutor
f_129738_
private String
as
serverId
field_17601
serverId
f_129739_
private MinecraftServer$ReloadableResources
at
resources
field_25318
resourceManagerHolder
f_129740_
private final StructureTemplateManager
au
structureTemplateManager
field_24370
structureTemplateManager
f_236720_
protected final WorldData
m
worldData
field_24372
saveProperties
f_129749_
private volatile boolean
av
isSaving
field_35437
saving
f_195494_

Constructor summary

ModifierConstructor
public (Thread serverThread, LevelStorageSource$LevelStorageAccess session, PackRepository dataPackManager, WorldStem saveLoader, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, Services apiServices, ChunkProgressListenerFactory worldGenerationProgressListenerFactory)

Method summary

Modifier and TypeMethod
public static <S extends MinecraftServer> S
a(Function<Thread, S> arg0)
spin(Function<Thread, S> arg0)
method_29740(Function<Thread, S> arg0)
startServer(Function<Thread, S> serverFactory)
m_129872_(Function<Thread, S> p_129873_)
private void
a(ecc arg0)
readScoreboard(DimensionDataStorage arg0)
method_17976(class_26 arg0)
initScoreboard(PersistentStateManager persistentStateManager)
m_129841_(C_2781_ arg0)
protected abstract boolean
e()
initServer()
method_3823()
setupServer()
m_7038_()
protected void
s_()
loadLevel()
method_3735()
loadWorld()
m_130006_()
protected void
r()
forceDifficulty()
method_27731()
updateDifficulty()
m_7044_()
protected void
a(akz arg0)
createLevels(ChunkProgressListener arg0)
method_3786(class_3949 arg0)
createWorlds(WorldGenerationProgressListener worldGenerationProgressListener)
m_129815_(C_21_ arg0)
private static void
a(akq arg0, ecl arg1, boolean arg2, boolean arg3)
setInitialSpawn(ServerLevel arg0, ServerLevelData arg1, boolean arg2, boolean arg3)
method_27901(class_3218 arg0, class_5268 arg1, boolean arg2, boolean arg3)
setupSpawn(ServerWorld world, ServerWorldProperties worldProperties, boolean bonusChest, boolean debugWorld)
m_177896_(C_12_ p_177897_, C_2794_ p_177898_, boolean p_177899_, boolean p_177900_)
private void
a(ecm arg0)
setupDebugLevel(WorldData arg0)
method_17977(class_5219 arg0)
setToDebugWorldProperties(SaveProperties properties)
m_129847_(C_2795_ arg0)
private void
b(akz arg0)
prepareLevels(ChunkProgressListener arg0)
method_3774(class_3949 arg0)
prepareStartRegion(WorldGenerationProgressListener worldGenerationProgressListener)
m_129940_(C_21_ arg0)
public GameType
t_()
getDefaultGameType()
method_3790()
getDefaultGameMode()
m_130008_()
public boolean
h()
isHardcore()
method_3754()
isHardcore()
m_7035_()
public abstract int
i()
getOperatorUserPermissionLevel()
method_3798()
getOpPermissionLevel()
m_7022_()
public abstract int
j()
getFunctionCompilationLevel()
method_21714()
getFunctionPermissionLevel()
m_7034_()
public abstract boolean
k()
shouldRconBroadcast()
method_3732()
shouldBroadcastRconToOps()
m_6983_()
public boolean
a(boolean arg0, boolean arg1, boolean arg2)
saveAllChunks(boolean arg0, boolean arg1, boolean arg2)
method_3723(boolean arg0, boolean arg1, boolean arg2)
save(boolean suppressLogs, boolean flush, boolean force)
m_129885_(boolean p_129887_, boolean p_129888_, boolean arg2)
public boolean
b(boolean arg0, boolean arg1, boolean arg2)
saveEverything(boolean arg0, boolean arg1, boolean arg2)
method_39218(boolean arg0, boolean arg1, boolean arg2)
saveAll(boolean suppressLogs, boolean flush, boolean force)
m_195514_(boolean p_195516_, boolean p_195517_, boolean arg2)
public void
close()
close()
close()
public void
t()
stopServer()
method_3782()
shutdown()
m_7041_()
public String
u()
getLocalIp()
method_3819()
getServerIp()
m_130009_()
public void
a_(String arg0)
setLocalIp(String arg0)
method_3842(String arg0)
setServerIp(String serverIp)
m_129913_(String arg0)
public boolean
v()
isRunning()
method_3806()
isRunning()
m_130010_()
public void
a(boolean arg0)
halt(boolean arg0)
method_3747(boolean arg0)
stop(boolean waitForShutdown)
m_7570_(boolean arg0)
protected void
w()
runServer()
method_29741()
runServer()
m_130011_()
private static CrashReport
a(Throwable arg0)
constructOrExtractCrashReport(Throwable arg0)
method_40376(Throwable arg0)
createCrashReport(Throwable throwable)
m_206568_(Throwable p_206569_)
private boolean
bf()
haveTime()
method_3866()
shouldKeepTicking()
m_129960_()
protected void
u_()
waitUntilNextTick()
method_16208()
runTasksTillTickEnd()
m_130012_()
protected TickTask
a(Runnable arg0)
wrapRunnable(Runnable arg0)
method_16209(Runnable arg0)
createTask(Runnable arg0)
m_6681_(Runnable arg0)
protected boolean
a(afp arg0)
shouldRun(TickTask arg0)
method_19464(class_3738 arg0)
canExecute(ServerTask arg0)
m_6362_(C_5288_ arg0)
public boolean
x()
pollTask()
method_16075()
runTask()
m_7245_()
private boolean
bg()
pollTaskInternal()
method_20415()
runOneTask()
m_129961_()
protected void
b(afp arg0)
doRunTask(TickTask arg0)
method_24306(class_3738 arg0)
executeTask(ServerTask arg0)
m_6367_(C_5288_ arg0)
private Optional<ServerStatus$Favicon>
bh()
loadStatusIcon()
method_49384()
loadFavicon()
m_272273_()
public Optional<Path>
y()
getWorldScreenshotFile()
method_3725()
getIconFile()
m_182649_()
public File
z()
getServerDirectory()
method_3831()
getRunDirectory()
m_6237_()
public void
a(o arg0)
onServerCrash(CrashReport arg0)
method_3744(class_128 arg0)
setCrashReport(CrashReport report)
m_7268_(C_4883_ arg0)
public void
g()
onServerExit()
method_3821()
exit()
m_6988_()
public void
a(BooleanSupplier arg0)
tickServer(BooleanSupplier arg0)
method_3748(BooleanSupplier arg0)
tick(BooleanSupplier shouldKeepTicking)
m_5705_(BooleanSupplier arg0)
protected void
a(long arg0)
logTickTime(long arg0)
method_53620(long arg0)
tickTickLog(long nanos)
m_293783_(long arg0)
private ServerStatus
bi()
buildServerStatus()
method_49385()
createMetadata()
m_271988_()
private ServerStatus$Players
bj()
buildPlayerStatus()
method_49386()
createMetadataPlayers()
m_271961_()
public void
b(BooleanSupplier arg0)
tickChildren(BooleanSupplier arg0)
method_3813(BooleanSupplier arg0)
tickWorlds(BooleanSupplier shouldKeepTicking)
m_5703_(BooleanSupplier arg0)
private void
b(akq arg0)
synchronizeTime(ServerLevel arg0)
method_49750(class_3218 arg0)
sendTimeUpdatePackets(ServerWorld world)
m_276346_(C_12_ arg0)
public void
A()
forceTimeSynchronization()
method_49749()
sendTimeUpdatePackets()
m_276350_()
public boolean
B()
isNetherEnabled()
method_3839()
isNetherAllowed()
m_7079_()
public void
b(Runnable arg0)
addTickable(Runnable arg0)
method_3742(Runnable arg0)
addServerGuiTickable(Runnable tickable)
m_129946_(Runnable arg0)
protected void
b(String arg0)
setId(String arg0)
method_17819(String arg0)
setServerId(String serverId)
m_129948_(String arg0)
public boolean
C()
isShutdown()
method_16043()
isStopping()
m_129782_()
public File
c(String arg0)
getFile(String arg0)
method_3758(String arg0)
getFile(String path)
m_129971_(String arg0)
public final ServerLevel
D()
overworld()
method_30002()
getOverworld()
m_129783_()
public ServerLevel
a(aev<cpv> arg0)
getLevel(ResourceKey<Level> arg0)
method_3847(class_5321<class_1937> arg0)
getWorld(RegistryKey<World> key)
m_129880_(C_5264_<C_1596_> arg0)
public Set<ResourceKey<Level>>
E()
levelKeys()
method_29435()
getWorldRegistryKeys()
m_129784_()
public Iterable<ServerLevel>
F()
getAllLevels()
method_3738()
getWorlds()
m_129785_()
public String
G()
getServerVersion()
method_3827()
getVersion()
m_129786_()
public int
H()
getPlayerCount()
method_3788()
getCurrentPlayerCount()
m_129787_()
public int
I()
getMaxPlayers()
method_3802()
getMaxPlayerCount()
m_129788_()
public String[]
J()
getPlayerNames()
method_3858()
getPlayerNames()
m_7641_()
public String
getServerModName()
getServerModName()
getServerModName()
public SystemReport
b(ab arg0)
fillSystemReport(SystemReport arg0)
method_37324(class_6396 arg0)
addSystemDetails(SystemDetails details)
m_177935_(C_140956_ arg0)
public abstract SystemReport
a(ab arg0)
fillServerSystemReport(SystemReport arg0)
method_3859(class_6396 arg0)
addExtraSystemDetails(SystemDetails details)
m_142424_(C_140956_ arg0)
public ModCheck
K()
getModdedStatus()
method_24307()
getModStatus()
m_183471_()
public void
a(tl arg0)
sendSystemMessage(Component arg0)
method_43496(class_2561 arg0)
sendMessage(Text arg0)
m_213846_(C_4996_ arg0)
public KeyPair
L()
getKeyPair()
method_3716()
getKeyPair()
m_129790_()
public int
M()
getPort()
method_3756()
getServerPort()
m_7010_()
public void
a(int arg0)
setPort(int arg0)
method_3779(int arg0)
setServerPort(int serverPort)
m_129801_(int arg0)
public com.mojang.authlib.GameProfile
N()
getSingleplayerProfile()
method_43824()
getHostProfile()
m_236731_()
public void
b(com.mojang.authlib.GameProfile arg0)
setSingleplayerProfile(com.mojang.authlib.GameProfile arg0)
method_43825(com.mojang.authlib.GameProfile arg0)
setHostProfile(com.mojang.authlib.GameProfile hostProfile)
m_236740_(com.mojang.authlib.GameProfile arg0)
public boolean
O()
isSingleplayer()
method_3724()
isSingleplayer()
m_129792_()
protected void
P()
initializeKeyPair()
method_31400()
generateKeyPair()
m_129793_()
public void
a(bgv arg0, boolean arg1)
setDifficulty(Difficulty arg0, boolean arg1)
method_3776(class_1267 arg0, boolean arg1)
setDifficulty(Difficulty difficulty, boolean forceUpdate)
m_129827_(C_468_ p_129829_, boolean arg1)
public int
b(int arg0)
getScaledTrackingDistance(int arg0)
method_27903(int arg0)
adjustTrackingDistance(int initialDistance)
m_7186_(int arg0)
private void
bs()
updateMobSpawningFlags()
method_27729()
updateMobSpawnOptions()
m_129962_()
public void
b(boolean arg0)
setDifficultyLocked(boolean arg0)
method_19467(boolean arg0)
setDifficultyLocked(boolean locked)
m_129958_(boolean arg0)
private void
c(akr arg0)
sendDifficultyUpdate(ServerPlayer arg0)
method_19465(class_3222 arg0)
sendDifficulty(ServerPlayerEntity player)
m_129938_(C_13_ arg0)
public boolean
Q()
isSpawningMonsters()
method_3783()
isMonsterSpawningEnabled()
m_7004_()
public boolean
R()
isDemo()
method_3799()
isDemo()
m_129794_()
public void
c(boolean arg0)
setDemo(boolean arg0)
method_3730(boolean arg0)
setDemo(boolean demo)
m_129975_(boolean arg0)
public Optional<MinecraftServer$ServerResourcePackInfo>
S()
getServerResourcePack()
method_43659()
getResourcePackProperties()
m_214042_()
public boolean
T()
isResourcePackRequired()
method_32303()
requireResourcePack()
m_142205_()
public abstract boolean
l()
isDedicatedServer()
method_3816()
isDedicated()
m_6982_()
public abstract int
m()
getRateLimitPacketsPerSecond()
method_30612()
getRateLimit()
m_7032_()
public boolean
U()
usesAuthentication()
method_3828()
isOnlineMode()
m_129797_()
public void
d(boolean arg0)
setUsesAuthentication(boolean arg0)
method_3864(boolean arg0)
setOnlineMode(boolean onlineMode)
m_129985_(boolean arg0)
public boolean
V()
getPreventProxyConnections()
method_3775()
shouldPreventProxyConnections()
m_129798_()
public void
e(boolean arg0)
setPreventProxyConnections(boolean arg0)
method_3764(boolean arg0)
setPreventProxyConnections(boolean preventProxyConnections)
m_129993_(boolean arg0)
public boolean
W()
isSpawningAnimals()
method_3796()
shouldSpawnAnimals()
m_6998_()
public boolean
X()
areNpcsEnabled()
method_3736()
shouldSpawnNpcs()
m_6997_()
public abstract boolean
n()
isEpollEnabled()
method_3759()
isUsingNativeTransport()
m_6994_()
public boolean
Y()
isPvpAllowed()
method_3852()
isPvpEnabled()
m_129799_()
public void
f(boolean arg0)
setPvpAllowed(boolean arg0)
method_3815(boolean arg0)
setPvpEnabled(boolean pvpEnabled)
m_129997_(boolean arg0)
public boolean
Z()
isFlightAllowed()
method_3718()
isFlightEnabled()
m_129915_()
public void
g(boolean arg0)
setFlightAllowed(boolean arg0)
method_3745(boolean arg0)
setFlightEnabled(boolean flightEnabled)
m_129999_(boolean arg0)
public abstract boolean
o()
isCommandBlockEnabled()
method_3812()
areCommandBlocksEnabled()
m_6993_()
public String
aa()
getMotd()
method_3818()
getServerMotd()
m_129916_()
public void
d(String arg0)
setMotd(String arg0)
method_3834(String arg0)
setMotd(String motd)
m_129989_(String arg0)
public boolean
ab()
isStopped()
method_3750()
isStopped()
m_129918_()
public PlayerList
ac()
getPlayerList()
method_3760()
getPlayerManager()
m_6846_()
public void
a(aog arg0)
setPlayerList(PlayerList arg0)
method_3846(class_3324 arg0)
setPlayerManager(PlayerManager playerManager)
m_129823_(C_102_ arg0)
public abstract boolean
p()
isPublished()
method_3860()
isRemote()
m_6992_()
public void
a(cps arg0)
setDefaultGameType(GameType arg0)
method_3838(class_1934 arg0)
setDefaultGameMode(GameMode gameMode)
m_7835_(C_1593_ arg0)
public ServerConnectionListener
ad()
getConnection()
method_3787()
getNetworkIo()
m_129919_()
public boolean
ae()
isReady()
method_3820()
isLoading()
m_129920_()
public boolean
af()
hasGui()
method_3727()
hasGui()
m_6370_()
public boolean
a(cps arg0, boolean arg1, int arg2)
publishServer(GameType arg0, boolean arg1, int arg2)
method_3763(class_1934 arg0, boolean arg1, int arg2)
openToLan(GameMode gameMode, boolean cheatsAllowed, int port)
m_7386_(C_1593_ p_129834_, boolean p_129835_, int arg2)
public int
ag()
getTickCount()
method_3780()
getTicks()
m_129921_()
public int
ah()
getSpawnProtectionRadius()
method_3841()
getSpawnProtectionRadius()
m_6396_()
public boolean
a(akq arg0, gw arg1, cbu arg2)
isUnderSpawnProtection(ServerLevel arg0, BlockPos arg1, Player arg2)
method_3785(class_3218 arg0, class_2338 arg1, class_1657 arg2)
isSpawnProtected(ServerWorld world, BlockPos pos, PlayerEntity player)
m_7762_(C_12_ p_129812_, C_4675_ p_129813_, C_1141_ arg2)
public boolean
ai()
repliesToStatus()
method_27902()
acceptsStatusQuery()
m_6373_()
public boolean
aj()
hidesOnlinePlayers()
method_39424()
hideOnlinePlayers()
m_183306_()
public Proxy
ak()
getProxy()
method_36113()
getProxy()
m_177930_()
public int
al()
getPlayerIdleTimeout()
method_3862()
getPlayerIdleTimeout()
m_129924_()
public void
c(int arg0)
setPlayerIdleTimeout(int arg0)
method_3803(int arg0)
setPlayerIdleTimeout(int playerIdleTimeout)
m_7196_(int arg0)
public com.mojang.authlib.minecraft.MinecraftSessionService
am()
getSessionService()
method_3844()
getSessionService()
m_129925_()
public SignatureValidator
an()
getProfileKeySignatureValidator()
method_44301()
getServicesSignatureVerifier()
m_284385_()
public com.mojang.authlib.GameProfileRepository
ao()
getProfileRepository()
method_3719()
getGameProfileRepo()
m_129926_()
public GameProfileCache
ap()
getProfileCache()
method_3793()
getUserCache()
m_129927_()
public ServerStatus
aq()
getStatus()
method_3765()
getServerMetadata()
m_129928_()
public void
ar()
invalidateStatus()
method_3856()
forcePlayerSampleUpdate()
m_129929_()
public int
as()
getAbsoluteMaxWorldSize()
method_3749()
getMaxWorldBorderRadius()
m_6329_()
public boolean
at()
scheduleExecutables()
method_5384()
shouldExecuteAsync()
m_5660_()
public void
c(Runnable arg0)
executeIfPossible(Runnable arg0)
method_40000(Runnable arg0)
executeSync(Runnable arg0)
m_201446_(Runnable arg0)
public Thread
au()
getRunningThread()
method_3777()
getThread()
m_6304_()
public int
av()
getCompressionThreshold()
method_3773()
getNetworkCompressionThreshold()
m_6328_()
public boolean
aw()
enforceSecureProfile()
method_43500()
shouldEnforceSecureProfile()
m_214005_()
public long
ax()
getNextTickTime()
method_3826()
getTimeReference()
m_129932_()
public com.mojang.datafixers.DataFixer
ay()
getFixerUpper()
method_3855()
getDataFixer()
m_129933_()
public int
a(akq arg0)
getSpawnRadius(ServerLevel arg0)
method_3829(class_3218 arg0)
getSpawnRadius(ServerWorld world)
m_129803_(C_12_ arg0)
public ServerAdvancementManager
az()
getAdvancements()
method_3851()
getAdvancementLoader()
m_129889_()
public ServerFunctionManager
aA()
getFunctions()
method_3740()
getCommandFunctionManager()
m_129890_()
public CompletableFuture<Void>
a(Collection<String> arg0)
reloadResources(Collection<String> arg0)
method_29439(Collection<String> arg0)
reloadResources(Collection<String> dataPacks)
m_129861_(Collection<String> arg0)
public static WorldDataConfiguration
a(ane arg0, cpj arg1, boolean arg2, cec arg3)
configurePackRepository(PackRepository arg0, DataPackConfig arg1, boolean arg2, FeatureFlagSet arg3)
method_29736(class_3283 arg0, class_5359 arg1, boolean arg2, class_7699 arg3)
loadDataPacks(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings, boolean safeMode, FeatureSet enabledFeatures)
m_246048_(C_62_ p_248681_, C_1573_ p_248920_, boolean p_249869_, C_243488_ p_251243_)
private static DataPackConfig
a(ane arg0)
getSelectedPacks(PackRepository arg0)
method_29735(class_3283 arg0)
createDataPackSettings(ResourcePackManager dataPackManager)
m_129817_(C_62_ p_129818_)
public void
a(dt arg0)
kickUnlistedPlayers(CommandSourceStack arg0)
method_3728(class_2168 arg0)
kickNonWhitelistedPlayers(ServerCommandSource source)
m_129849_(C_2969_ arg0)
public PackRepository
aB()
getPackRepository()
method_3836()
getDataPackManager()
m_129891_()
public Commands
aC()
getCommands()
method_3734()
getCommandManager()
m_129892_()
public CommandSourceStack
aD()
createCommandSourceStack()
method_3739()
getCommandSource()
m_129893_()
public boolean
j_()
acceptsSuccess()
method_9200()
shouldReceiveFeedback()
m_6999_()
public boolean
v_()
acceptsFailure()
method_9202()
shouldTrackOutput()
m_7028_()
public abstract boolean
T_()
shouldInformAdmins()
method_9201()
shouldBroadcastConsoleToOps()
m_6102_()
public RecipeManager
aE()
getRecipeManager()
method_3772()
getRecipeManager()
m_129894_()
public ServerScoreboard
aF()
getScoreboard()
method_3845()
getScoreboard()
m_129896_()
public CommandStorage
aG()
getCommandStorage()
method_22827()
getDataCommandStorage()
m_129897_()
public LootDataManager
aH()
getLootData()
method_3857()
getLootManager()
m_278653_()
public GameRules
aI()
getGameRules()
method_3767()
getGameRules()
m_129900_()
public CustomBossEvents
aJ()
getCustomBossEvents()
method_3837()
getBossBarManager()
m_129901_()
public boolean
aK()
isEnforceWhitelist()
method_3729()
isEnforceWhitelist()
m_129902_()
public void
h(boolean arg0)
setEnforceWhitelist(boolean arg0)
method_3731(boolean arg0)
setEnforceWhitelist(boolean enforceWhitelist)
m_130004_(boolean arg0)
public float
aL()
getAverageTickTime()
method_3830()
getTickTime()
m_129903_()
public int
c(com.mojang.authlib.GameProfile arg0)
getProfilePermissions(com.mojang.authlib.GameProfile arg0)
method_3835(com.mojang.authlib.GameProfile arg0)
getPermissionLevel(com.mojang.authlib.GameProfile profile)
m_129944_(com.mojang.authlib.GameProfile arg0)
public ProfilerFiller
aM()
getProfiler()
method_16044()
getProfiler()
m_129905_()
public abstract boolean
a(com.mojang.authlib.GameProfile arg0)
isSingleplayerOwner(com.mojang.authlib.GameProfile arg0)
method_19466(com.mojang.authlib.GameProfile arg0)
isHost(com.mojang.authlib.GameProfile profile)
m_7779_(com.mojang.authlib.GameProfile arg0)
public void
a(Path arg0)
dumpServerProperties(Path arg0)
method_37113(Path arg0)
dumpProperties(Path file)
m_142116_(Path arg0)
private void
b(Path arg0)
saveDebugReport(Path arg0)
method_21613(Path arg0)
dump(Path path)
m_129859_(Path arg0)
private void
c(Path arg0)
dumpMiscStats(Path arg0)
method_21692(Path arg0)
dumpStats(Path path)
m_129950_(Path arg0)
private void
d(Path arg0)
dumpGameRules(Path arg0)
method_21615(Path arg0)
dumpGamerules(Path path)
m_129983_(Path arg0)
private void
e(Path arg0)
dumpClasspath(Path arg0)
method_21616(Path arg0)
dumpClasspath(Path path)
m_129991_(Path arg0)
private void
f(Path arg0)
dumpThreads(Path arg0)
method_21713(Path arg0)
dumpThreads(Path path)
m_129995_(Path arg0)
private void
g(Path arg0)
dumpNativeModules(Path arg0)
method_38584(Path arg0)
dumpNativeModules(Path path)
m_195521_(Path arg0)
private void
bt()
startMetricsRecordingTick()
method_24487()
startTickMetrics()
m_177945_()
private void
bu()
endMetricsRecordingTick()
method_24490()
endTickMetrics()
m_177946_()
public boolean
aN()
isRecordingMetrics()
method_37321()
isRecorderActive()
m_177927_()
public void
a(Consumer<bdo> arg0, Consumer<Path> arg1)
startRecordingMetrics(Consumer<ProfileResults> arg0, Consumer<Path> arg1)
method_37320(Consumer<class_3696> arg0, Consumer<Path> arg1)
setupRecorder(Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer)
m_177923_(Consumer<C_441_> p_177925_, Consumer<Path> arg1)
public void
aO()
stopRecordingMetrics()
method_37322()
resetRecorder()
m_177928_()
public void
aP()
finishRecordingMetrics()
method_37323()
stopRecorder()
m_177929_()
public void
aQ()
cancelRecordingMetrics()
method_42062()
forceStopRecorder()
m_236737_()
public Path
a(ece arg0)
getWorldPath(LevelResource arg0)
method_27050(class_5218 arg0)
getSavePath(WorldSavePath worldSavePath)
m_129843_(C_2783_ arg0)
public boolean
aR()
forceSynchronousWrites()
method_27051()
syncChunkWrites()
m_6365_()
public StructureTemplateManager
aS()
getStructureManager()
method_27727()
getStructureTemplateManager()
m_236738_()
public WorldData
aT()
getWorldData()
method_27728()
getSaveProperties()
m_129910_()
public RegistryAccess$Frozen
aU()
registryAccess()
method_30611()
getRegistryManager()
m_206579_()
public LayeredRegistryAccess<RegistryLayer>
aV()
registries()
method_46221()
getCombinedDynamicRegistries()
m_247573_()
public TextFilter
a(akr arg0)
createTextFilterForPlayer(ServerPlayer arg0)
method_31371(class_3222 arg0)
createFilterer(ServerPlayerEntity player)
m_7950_(C_13_ arg0)
public ServerPlayerGameMode
b(akr arg0)
createGameModeForPlayer(ServerPlayer arg0)
method_32816(class_3222 arg0)
getPlayerInteractionManager(ServerPlayerEntity player)
m_177933_(C_13_ arg0)
public GameType
aW()
getForcedGameType()
method_3761()
getForcedGameMode()
m_142359_()
public ResourceManager
aX()
getResourceManager()
method_34864()
getResourceManager()
m_177941_()
public boolean
aY()
isCurrentlySaving()
method_39219()
isSaving()
m_195518_()
public boolean
aZ()
isTimeProfilerRunning()
method_24488()
isDebugRunning()
m_177942_()
public void
ba()
startTimeProfiler()
method_3832()
startDebug()
m_177943_()
public ProfileResults
bb()
stopTimeProfiler()
method_24489()
stopDebug()
m_177944_()
public int
bc()
getMaxChainedNeighborUpdates()
method_41239()
getMaxChainedNeighborUpdates()
m_213994_()
public void
a(tl arg0, th$a arg1, String arg2)
logChatMessage(Component arg0, ChatType$Bound arg1, String arg2)
method_43614(class_2561 arg0, class_2556$class_7602 arg1, String arg2)
logChatMessage(Text message, MessageType$Parameters params, String prefix)
m_241158_(C_4996_ p_241402_, C_4992_$C_240838_ p_241481_, String arg2)
public ChatDecorator
bd()
getChatDecorator()
method_43929()
getMessageDecorator()
m_236742_()
public boolean
be()
logIPs()
method_52344()
shouldLogIps()
m_292975_()