net.minecraft.server

public abstract class MinecraftServer

extends ReentrantBlockableEventLoop<TickTask> implements SnooperPopulator, CommandSource, AutoCloseable

All mapped superinterfaces:

ProcessorHandle, SnooperPopulator, CommandSource

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

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
j
LOGGER
field_4546
LOGGER
field_147145_h
public static final File
b
USERID_CACHE_FILE
field_4588
USER_CACHE_FILE
field_152367_a
public static final LevelSettings
c
DEMO_SETTINGS
field_17704
DEMO_LEVEL_INFO
field_213219_c
protected final LevelStorageSource$LevelStorageAccess
d
storageSource
field_23784
session
field_71310_m
convertable
protected final PlayerDataStorage
e
playerDataStorage
field_24371
saveHandler
field_240766_e_
worldNBTStorage
private final Snooper
k
snooper
field_4582
snooper
field_71307_n
snooper
private final List<Runnable>
l
tickables
field_4568
serverGuiTickables
field_71322_p
tickables
private final ContinuousProfiler
m
continousProfiler
field_22250
tickTimeTracker
field_240769_m_
private ProfilerFiller
n
profiler
field_16258
profiler
field_71304_b
methodProfiler
private final ServerConnectionListener
o
connection
field_4563
networkIo
field_147144_o
serverConnection
private final ChunkProgressListenerFactory
p
progressListenerFactory
field_17439
worldGenerationProgressListenerFactory
field_213220_d
worldLoadListenerFactory
private final ServerStatus
q
status
field_4593
metadata
field_147147_p
serverPing
private final Random
r
random
field_4602
random
field_147146_q
private final com.mojang.datafixers.DataFixer
s
fixerUpper
field_4587
dataFixer
field_184112_s
dataConverterManager
private String
t
localIp
field_4585
serverIp
field_71320_r
serverIp
private int
u
port
field_4555
serverPort
field_71319_s
serverPort
protected final RegistryAccess$RegistryHolder
f
registryHolder
field_25132
registryManager
field_240767_f_
customRegistry
private final Map<ResourceKey<Level>, ServerLevel>
v
levels
field_4589
worlds
field_71305_c
worldServer
private PlayerList
w
playerList
field_4550
playerManager
field_71318_t
playerList
private volatile boolean
x
running
field_4544
running
field_71317_u
isRunning
private boolean
y
stopped
field_4561
stopped
field_71316_v
isStopped
private int
z
tickCount
field_4572
ticks
field_71315_w
ticks
protected final Proxy
g
proxy
field_4599
proxy
field_110456_c
proxy
private boolean
A
onlineMode
field_4543
onlineMode
field_71325_x
onlineMode
private boolean
B
preventProxyConnections
field_4560
preventProxyConnections
field_190519_A
private boolean
C
pvp
field_4604
pvpEnabled
field_71284_A
pvpMode
private boolean
D
allowFlight
field_4554
flightEnabled
field_71285_B
allowFlight
private String
E
motd
field_4564
motd
field_71286_C
motd
private int
F
maxBuildHeight
field_4579
worldHeight
field_71280_D
private int
G
playerIdleTimeout
field_4596
playerIdleTimeout
field_143008_E
public final long[]
h
tickTimes
field_4573
lastTickLengths
field_71311_j
private KeyPair
H
keyPair
field_4552
keyPair
field_71292_I
private String
I
singleplayerName
field_4578
userName
field_71293_J
private boolean
J
isDemo
field_4549
demo
field_71288_M
demoMode
private String
K
resourcePack
field_4607
resourcePackUrl
field_147141_M
private String
L
resourcePackHash
field_4584
resourcePackHash
field_175588_P
private volatile boolean
M
isReady
field_4547
loading
field_71296_Q
hasTicked
private long
N
lastOverloadWarning
field_4557
lastTimeReference
field_71299_R
lastOverloadTime
private boolean
O
delayProfilerStart
field_4597
profilerStartQueued
field_71295_T
private boolean
P
forceGameType
field_4545
forceGameMode
field_104057_T
private final com.mojang.authlib.minecraft.MinecraftSessionService
Q
sessionService
field_4603
sessionService
field_147143_S
minecraftSessionService
private final com.mojang.authlib.GameProfileRepository
R
profileRepository
field_4608
gameProfileRepo
field_152365_W
gameProfileRepository
private final GameProfileCache
S
profileCache
field_4556
userCache
field_152366_X
userCache
private long
T
lastServerStatus
field_4551
lastPlayerSampleUpdate
field_147142_T
private final Thread
U
serverThread
field_16257
serverThread
field_175590_aa
serverThread
private long
V
nextTickTime
field_4571
timeReference
field_211151_aa
nextTick
private long
W
delayedTasksMaxNextTickTime
field_19248
field_19248
field_213213_ab
private boolean
X
mayHaveDelayedTasks
field_19249
waitingForNextTick
field_213214_ac
private final PackRepository
Z
packRepository
field_4595
dataPackManager
field_195577_ad
resourcePackRepository
private final ServerScoreboard
aa
scoreboard
field_4558
scoreboard
field_200255_ai
scoreboardServer
private CommandStorage
ab
commandStorage
field_20850
dataCommandStorage
field_229733_al_
persistentCommandStorage
private final CustomBossEvents
ac
customBossEvents
field_4548
bossBarManager
field_201301_aj
bossBattleCustomData
private final ServerFunctionManager
ad
functionManager
field_4591
commandFunctionManager
field_200258_al
customFunctionData
private final FrameTimer
ae
frameTimer
field_16205
metricsData
field_213215_ap
circularTimer
private boolean
af
enforceWhitelist
field_4570
enforceWhitelist
field_205745_an
private float
ag
averageTickTime
field_4592
tickTime
field_211152_ao
private final Executor
ah
executor
field_17200
workerExecutor
field_213217_au
executorService
private String
ai
serverId
field_17601
serverId
field_213218_av
private ServerResources
aj
resources
field_25318
serverResourceManager
field_195576_ac
dataPackResources
private final StructureManager
ak
structureManager
field_24370
structureManager
field_240765_ak_
protected final WorldData
i
worldData
field_24372
saveProperties
field_240768_i_
saveData
private boolean
Y
hasWorldScreenshot
field_4577
iconFilePresent
field_184111_ab

Constructor summary

ModifierConstructor
public (Thread arg0, RegistryAccess$RegistryHolder arg1, LevelStorageSource$LevelStorageAccess arg2, WorldData arg3, PackRepository arg4, Proxy arg5, com.mojang.datafixers.DataFixer arg6, ServerResources arg7, com.mojang.authlib.minecraft.MinecraftSessionService arg8, com.mojang.authlib.GameProfileRepository arg9, GameProfileCache arg10, ChunkProgressListenerFactory arg11)

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)
func_240784_a_(Function<Thread, S> arg0)
private void
a(cxz arg0)
readScoreboard(DimensionDataStorage arg0)
method_17976(class_26 arg0)
initScoreboard(PersistentStateManager persistentStateManager)
func_213204_a(DimensionSavedDataManager arg0)
initializeScoreboards(WorldPersistentData arg0)
protected abstract boolean
d()
initServer()
method_3823()
setupServer()
func_71197_b()
init()
public static void
a(cyd$a arg0)
convertFromRegionFormatIfNeeded(LevelStorageSource$LevelStorageAccess arg0)
method_27725(class_32$class_5143 arg0)
convertLevel(LevelStorage$Session arg0)
func_240777_a_(SaveFormat$LevelSave arg0)
convertWorld(Convertable$ConversionSession arg0)
protected void
l_()
loadLevel()
method_3735()
loadWorld()
func_240800_l__()
loadWorld()
protected void
q()
forceDifficulty()
method_27731()
method_27731()
func_230543_p_()
updateWorldSettings()
protected void
a(aap arg0)
createLevels(ChunkProgressListener arg0)
method_3786(class_3949 arg0)
createWorlds(WorldGenerationProgressListener arg0)
func_240787_a_(IChunkStatusListener arg0)
private static void
a(aag arg0, cyj arg1, boolean arg2, boolean arg3, boolean arg4)
setInitialSpawn(ServerLevel arg0, ServerLevelData arg1, boolean arg2, boolean arg3, boolean arg4)
method_27901(class_3218 arg0, class_5268 arg1, boolean arg2, boolean arg3, boolean arg4)
setupSpawn(ServerWorld world, ServerWorldProperties arg1, boolean bonusChest, boolean debugWorld, boolean arg4)
func_240786_a_(ServerWorld arg0, IServerWorldInfo arg1, boolean arg2, boolean arg3, boolean arg4)
private void
a(cyk arg0)
setupDebugLevel(WorldData arg0)
method_17977(class_5219 arg0)
setToDebugWorldProperties(SaveProperties properties)
func_240778_a_(IServerConfiguration arg0)
private void
b(aap arg0)
prepareLevels(ChunkProgressListener arg0)
method_3774(class_3949 arg0)
prepareStartRegion(WorldGenerationProgressListener arg0)
func_213186_a(IChunkStatusListener arg0)
loadSpawn(WorldLoadListener arg0)
protected void
r()
detectBundledResources()
method_3861()
loadWorldResourcePack()
func_175584_a()
loadResourcesZip()
public GameType
s()
getDefaultGameType()
method_3790()
getDefaultGameMode()
func_71265_f()
getGamemode()
public boolean
f()
isHardcore()
method_3754()
isHardcore()
func_71199_h()
isHardcore()
public abstract int
g()
getOperatorUserPermissionLevel()
method_3798()
getOpPermissionLevel()
func_110455_j()
public abstract int
h()
getFunctionCompilationLevel()
method_21714()
getFunctionPermissionLevel()
func_223707_k()
public abstract boolean
i()
shouldRconBroadcast()
method_3732()
shouldBroadcastRconToOps()
func_195569_l()
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 arg1, boolean arg2)
func_213211_a(boolean arg0, boolean arg1, boolean arg2)
saveChunks(boolean arg0, boolean arg1, boolean arg2)
public void
close()
close()
close()
close()
close()
protected void
t()
stopServer()
method_3782()
shutdown()
func_71260_j()
stop()
public String
u()
getLocalIp()
method_3819()
getServerIp()
func_71211_k()
getServerIp()
public void
a_(String arg0)
setLocalIp(String arg0)
method_3842(String arg0)
setServerIp(String serverIp)
func_71189_e(String arg0)
public boolean
v()
isRunning()
method_3806()
isRunning()
func_71278_l()
isRunning()
public void
a(boolean arg0)
halt(boolean arg0)
method_3747(boolean arg0)
stop(boolean arg0)
func_71263_m(boolean arg0)
safeShutdown(boolean arg0)
protected void
w()
runServer()
method_29741()
runServer()
func_240802_v_()
private boolean
aZ()
haveTime()
method_3866()
shouldKeepTicking()
func_212379_aT()
canSleepForTick()
protected void
x()
waitUntilNextTick()
method_16208()
method_16208()
func_213202_o()
sleepForTick()
protected TickTask
a(Runnable arg0)
wrapRunnable(Runnable arg0)
method_16209(Runnable arg0)
createTask(Runnable arg0)
func_212875_d_(Runnable arg0)
postToMainThread(Runnable arg0)
protected boolean
a(wb arg0)
shouldRun(TickTask arg0)
method_19464(class_3738 arg0)
canExecute(ServerTask arg0)
func_212874_c_(TickDelayedTask arg0)
public boolean
y()
pollTask()
method_16075()
runTask()
func_213168_p()
executeNext()
private boolean
ba()
pollTaskInternal()
method_20415()
method_20415()
func_213205_aW()
protected void
b(wb arg0)
doRunTask(TickTask arg0)
method_24306(class_3738 arg0)
executeTask(ServerTask arg0)
func_213166_h(TickDelayedTask arg0)
private void
a(un arg0)
updateStatusIcon(ServerStatus arg0)
method_3791(class_2926 arg0)
setFavicon(ServerMetadata metadata)
func_184107_a(ServerStatusResponse arg0)
public File
B()
getServerDirectory()
method_3831()
getRunDirectory()
func_71238_n()
protected void
a(l arg0)
onServerCrash(CrashReport arg0)
method_3744(class_128 arg0)
setCrashReport(CrashReport report)
func_71228_a(CrashReport arg0)
protected void
e()
onServerExit()
method_3821()
exit()
func_71240_o()
exit()
protected void
a(BooleanSupplier arg0)
tickServer(BooleanSupplier arg0)
method_3748(BooleanSupplier arg0)
tick(BooleanSupplier shouldKeepTicking)
func_71217_p(BooleanSupplier arg0)
protected void
b(BooleanSupplier arg0)
tickChildren(BooleanSupplier arg0)
method_3813(BooleanSupplier arg0)
tickWorlds(BooleanSupplier shouldKeepTicking)
func_71190_q(BooleanSupplier arg0)
public boolean
C()
isNetherEnabled()
method_3839()
isNetherAllowed()
func_71255_r()
getAllowNether()
public void
b(Runnable arg0)
addTickable(Runnable arg0)
method_3742(Runnable arg0)
addServerGuiTickable(Runnable tickable)
func_82010_a(Runnable arg0)
protected void
b(String arg0)
setId(String arg0)
method_17819(String arg0)
setServerId(String serverId)
func_213208_c(String arg0)
public File
c(String arg0)
getFile(String arg0)
method_3758(String arg0)
getFile(String path)
func_71209_f(String arg0)
public final ServerLevel
E()
overworld()
method_30002()
getOverworld()
func_241755_D_()
public ServerLevel
a(vj<bru> arg0)
getLevel(ResourceKey<Level> arg0)
method_3847(class_5321<class_1937> arg0)
getWorld(RegistryKey<World> key)
func_71218_a(RegistryKey<World> arg0)
getWorldServer(ResourceKey<World> arg0)
public Set<ResourceKey<Level>>
F()
levelKeys()
method_29435()
getWorldRegistryKeys()
func_240770_D_()
public Iterable<ServerLevel>
G()
getAllLevels()
method_3738()
getWorlds()
func_212370_w()
getWorlds()
public String
H()
getServerVersion()
method_3827()
getVersion()
func_71249_w()
getVersion()
public int
I()
getPlayerCount()
method_3788()
getCurrentPlayerCount()
func_71233_x()
getPlayerCount()
public int
J()
getMaxPlayers()
method_3802()
getMaxPlayerCount()
func_71275_y()
getMaxPlayers()
public String[]
K()
getPlayerNames()
method_3858()
getPlayerNames()
func_71213_z()
getPlayers()
public String
getServerModName()
getServerModName()
getServerModName()
getServerModName()
getServerModName()
public CrashReport
b(l arg0)
fillReport(CrashReport arg0)
method_3859(class_128 arg0)
populateCrashReport(CrashReport report)
func_71230_b(CrashReport arg0)
public abstract Optional<String>
o()
getModdedStatus()
method_24307()
getModdedStatusMessage()
func_230045_q_()
getModded()
public void
a(nr arg0, UUID arg1)
sendMessage(Component arg0, UUID arg1)
method_9203(class_2561 arg0, UUID arg1)
sendSystemMessage(Text arg0, UUID arg1)
func_145747_a(ITextComponent arg0, UUID arg1)
sendMessage(IChatBaseComponent arg0, UUID arg1)
public KeyPair
L()
getKeyPair()
method_3716()
getKeyPair()
func_71250_E()
getKeyPair()
public int
M()
getPort()
method_3756()
getServerPort()
func_71215_F()
getPort()
public void
a(int arg0)
setPort(int arg0)
method_3779(int arg0)
setServerPort(int serverPort)
func_71208_b(int arg0)
setPort(int arg0)
public String
N()
getSingleplayerName()
method_3811()
getUserName()
func_71214_G()
getSinglePlayerName()
public void
d(String arg0)
setSingleplayerName(String arg0)
method_3849(String arg0)
setServerName(String serverName)
func_71224_l(String arg0)
public boolean
O()
isSingleplayer()
method_3724()
isSinglePlayer()
func_71264_H()
isEmbeddedServer()
public void
a(KeyPair arg0)
setKeyPair(KeyPair arg0)
method_3853(KeyPair arg0)
setKeyPair(KeyPair keyPair)
func_71253_a(KeyPair arg0)
public void
a(aoo arg0, boolean arg1)
setDifficulty(Difficulty arg0, boolean arg1)
method_3776(class_1267 arg0, boolean arg1)
setDifficulty(Difficulty arg0, boolean forceUpdate)
func_147139_a(Difficulty arg0, boolean arg1)
public int
b(int arg0)
getScaledTrackingDistance(int arg0)
method_27903(int arg0)
adjustTrackingDistance(int initialDistance)
func_230512_b_(int arg0)
private void
bb()
updateMobSpawningFlags()
method_27729()
updateMobSpawnOptions()
func_240794_aZ_()
public void
b(boolean arg0)
setDifficultyLocked(boolean arg0)
method_19467(boolean arg0)
setDifficultyLocked(boolean locked)
func_213209_d(boolean arg0)
private void
a(aah arg0)
sendDifficultyUpdate(ServerPlayer arg0)
method_19465(class_3222 arg0)
sendDifficulty(ServerPlayerEntity player)
func_213189_a(ServerPlayerEntity arg0)
protected boolean
P()
isSpawningMonsters()
method_3783()
isMonsterSpawningEnabled()
func_230536_N_()
getSpawnMonsters()
public boolean
Q()
isDemo()
method_3799()
isDemo()
func_71242_L()
isDemoMode()
public void
c(boolean arg0)
setDemo(boolean arg0)
method_3730(boolean arg0)
setDemo(boolean demo)
func_71204_b(boolean arg0)
public String
R()
getResourcePack()
method_3784()
getResourcePackUrl()
func_147133_T()
getResourcePack()
public String
S()
getResourcePackHash()
method_3805()
getResourcePackHash()
func_175581_ab()
getResourcePackHash()
public void
a(String arg0, String arg1)
setResourcePack(String arg0, String arg1)
method_3843(String arg0, String arg1)
setResourcePack(String url, String hash)
func_180507_a_(String arg0, String arg1)
setResourcePack(String arg0, String arg1)
public void
a(aoz arg0)
populateSnooper(Snooper arg0)
method_5495(class_1276 arg0)
addSnooperInfo(Snooper arg0)
func_70000_a(Snooper arg0)
public abstract boolean
j()
isDedicatedServer()
method_3816()
isDedicated()
func_71262_S()
public abstract int
k()
getRateLimitPacketsPerSecond()
method_30612()
getRateLimit()
func_241871_k()
public boolean
U()
usesAuthentication()
method_3828()
isOnlineMode()
func_71266_T()
getOnlineMode()
public void
d(boolean arg0)
setUsesAuthentication(boolean arg0)
method_3864(boolean arg0)
setOnlineMode(boolean onlineMode)
func_71229_d(boolean arg0)
setOnlineMode(boolean arg0)
public boolean
V()
getPreventProxyConnections()
method_3775()
shouldPreventProxyConnections()
func_190518_ac()
public void
e(boolean arg0)
setPreventProxyConnections(boolean arg0)
method_3764(boolean arg0)
setPreventProxyConnections(boolean preventProxyConnections)
func_190517_e(boolean arg0)
public boolean
W()
isSpawningAnimals()
method_3796()
shouldSpawnAnimals()
func_230537_U_()
getSpawnAnimals()
public boolean
X()
areNpcsEnabled()
method_3736()
shouldSpawnNpcs()
func_230538_V_()
getSpawnNPCs()
public abstract boolean
l()
isEpollEnabled()
method_3759()
isUsingNativeTransport()
func_181035_ah()
public boolean
Y()
isPvpAllowed()
method_3852()
isPvpEnabled()
func_71219_W()
getPVP()
public void
f(boolean arg0)
setPvpAllowed(boolean arg0)
method_3815(boolean arg0)
setPvpEnabled(boolean pvpEnabled)
func_71188_g(boolean arg0)
setPVP(boolean arg0)
public boolean
Z()
isFlightAllowed()
method_3718()
isFlightEnabled()
func_71231_X()
getAllowFlight()
public void
g(boolean arg0)
setFlightAllowed(boolean arg0)
method_3745(boolean arg0)
setFlightEnabled(boolean flightEnabled)
func_71245_h(boolean arg0)
setAllowFlight(boolean arg0)
public abstract boolean
m()
isCommandBlockEnabled()
method_3812()
areCommandBlocksEnabled()
func_82356_Z()
getEnableCommandBlock()
public String
aa()
getMotd()
method_3818()
getServerMotd()
func_71273_Y()
getMotd()
public void
e(String arg0)
setMotd(String arg0)
method_3834(String arg0)
setMotd(String motd)
func_71205_p(String arg0)
setMotd(String arg0)
public int
ab()
getMaxBuildHeight()
method_3833()
getWorldHeight()
func_71207_Z()
getMaxBuildHeight()
public void
c(int arg0)
setMaxBuildHeight(int arg0)
method_3850(int arg0)
setWorldHeight(int worldHeight)
func_71191_d(int arg0)
public boolean
ac()
isStopped()
method_3750()
isStopped()
func_71241_aa()
isStopped()
public PlayerList
ad()
getPlayerList()
method_3760()
getPlayerManager()
func_184103_al()
getPlayerList()
public void
a(acs arg0)
setPlayerList(PlayerList arg0)
method_3846(class_3324 arg0)
setPlayerManager(PlayerManager playerManager)
func_184105_a(PlayerList arg0)
public abstract boolean
n()
isPublished()
method_3860()
isRemote()
func_71344_c()
public void
a(brr arg0)
setDefaultGameType(GameType arg0)
method_3838(class_1934 arg0)
setDefaultGameMode(GameMode gameMode)
func_71235_a(GameType arg0)
public ServerConnectionListener
ae()
getConnection()
method_3787()
getNetworkIo()
func_147137_ag()
getServerConnection()
public boolean
ag()
hasGui()
method_3727()
hasGui()
func_71279_ae()
public abstract boolean
a(brr 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)
func_195565_a(GameType arg0, boolean arg1, int arg2)
public int
ah()
getTickCount()
method_3780()
getTicks()
func_71259_af()
public int
aj()
getSpawnProtectionRadius()
method_3841()
getSpawnProtectionRadius()
func_82357_ak()
getSpawnProtection()
public boolean
a(aag arg0, fx arg1, bft 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)
func_175579_a(ServerWorld arg0, BlockPos arg1, PlayerEntity arg2)
public void
h(boolean arg0)
setForceGameType(boolean arg0)
method_3794(boolean arg0)
setForceGameMode(boolean forceGameMode)
func_104055_i(boolean arg0)
setForceGamemode(boolean arg0)
public boolean
ak()
getForceGameType()
method_3761()
shouldForceGameMode()
func_104056_am()
getForceGamemode()
public boolean
al()
repliesToStatus()
method_27902()
acceptsStatusQuery()
func_230541_aj_()
public int
an()
getPlayerIdleTimeout()
method_3862()
getPlayerIdleTimeout()
func_143007_ar()
getIdleTimeout()
public void
d(int arg0)
setPlayerIdleTimeout(int arg0)
method_3803(int arg0)
setPlayerIdleTimeout(int playerIdleTimeout)
func_143006_e(int arg0)
setIdleTimeout(int arg0)
public com.mojang.authlib.minecraft.MinecraftSessionService
ao()
getSessionService()
method_3844()
getSessionService()
func_147130_as()
getMinecraftSessionService()
public com.mojang.authlib.GameProfileRepository
ap()
getProfileRepository()
method_3719()
getGameProfileRepo()
func_152359_aw()
getGameProfileRepository()
public GameProfileCache
aq()
getProfileCache()
method_3793()
getUserCache()
func_152358_ax()
getUserCache()
public ServerStatus
ar()
getStatus()
method_3765()
getServerMetadata()
func_147134_at()
getServerPing()
public void
as()
invalidateStatus()
method_3856()
forcePlayerSampleUpdate()
func_147132_au()
invalidatePingSample()
public int
at()
getAbsoluteMaxWorldSize()
method_3749()
getMaxWorldBorderRadius()
func_175580_aG()
public boolean
au()
scheduleExecutables()
method_5384()
shouldExecuteAsync()
func_213164_aw()
isNotMainThread()
public Thread
av()
getRunningThread()
method_3777()
getThread()
func_213170_ax()
getThread()
public int
aw()
getCompressionThreshold()
method_3773()
getNetworkCompressionThreshold()
func_175577_aI()
public long
ax()
getNextTickTime()
method_3826()
getServerStartTime()
func_211150_az()
public com.mojang.datafixers.DataFixer
ay()
getFixerUpper()
method_3855()
getDataFixer()
func_195563_aC()
getDataFixer()
public int
a(aag arg0)
getSpawnRadius(ServerLevel arg0)
method_3829(class_3218 arg0)
getSpawnRadius(ServerWorld world)
func_184108_a(ServerWorld arg0)
public ServerAdvancementManager
az()
getAdvancements()
method_3851()
getAdvancementLoader()
func_191949_aK()
getAdvancementData()
public ServerFunctionManager
aA()
getFunctions()
method_3740()
getCommandFunctionManager()
func_193030_aL()
getFunctionData()
public CompletableFuture<Void>
a(Collection<String> arg0)
reloadResources(Collection<String> arg0)
method_29439(Collection<String> arg0)
reloadResources(Collection<String> arg0)
func_240780_a_(Collection<String> arg0)
public static DataPackConfig
a(abu arg0, brh arg1, boolean arg2)
configurePackRepository(PackRepository arg0, DataPackConfig arg1, boolean arg2)
method_29736(class_3283 arg0, class_5359 arg1, boolean arg2)
loadDataPacks(ResourcePackManager resourcePackManager, DataPackSettings arg1, boolean safeMode)
func_240772_a_(ResourcePackList arg0, DatapackCodec arg1, boolean arg2)
private static DataPackConfig
a(abu arg0)
getSelectedPacks(PackRepository arg0)
method_29735(class_3283 arg0)
method_29735(ResourcePackManager arg0)
func_240771_a_(ResourcePackList arg0)
public void
a(db arg0)
kickUnlistedPlayers(CommandSourceStack arg0)
method_3728(class_2168 arg0)
kickNonWhitelistedPlayers(ServerCommandSource source)
func_205743_a(CommandSource arg0)
public PackRepository
aB()
getPackRepository()
method_3836()
getDataPackManager()
func_195561_aH()
getResourcePackRepository()
public Commands
aC()
getCommands()
method_3734()
getCommandManager()
func_195571_aL()
getCommandDispatcher()
public CommandSourceStack
aD()
createCommandSourceStack()
method_3739()
getCommandSource()
func_195573_aM()
getServerCommandListener()
public boolean
a()
acceptsSuccess()
method_9200()
shouldReceiveFeedback()
func_195039_a()
shouldSendSuccess()
public boolean
b()
acceptsFailure()
method_9202()
shouldTrackOutput()
func_195040_b()
shouldSendFailure()
public RecipeManager
aE()
getRecipeManager()
method_3772()
getRecipeManager()
func_199529_aN()
getCraftingManager()
public TagContainer
aF()
getTags()
method_3801()
getTagManager()
func_244266_aF()
getTagRegistry()
public ServerScoreboard
aG()
getScoreboard()
method_3845()
getScoreboard()
func_200251_aP()
getScoreboard()
public CommandStorage
aH()
getCommandStorage()
method_22827()
getDataCommandStorage()
func_229735_aN_()
public LootTables
aI()
getLootTables()
method_3857()
getLootManager()
func_200249_aQ()
getLootTableRegistry()
public PredicateManager
aJ()
getPredicateManager()
method_22828()
getPredicateManager()
func_229736_aP_()
getLootPredicateManager()
public GameRules
aK()
getGameRules()
method_3767()
getGameRules()
func_200252_aR()
getGameRules()
public CustomBossEvents
aL()
getCustomBossEvents()
method_3837()
getBossBarManager()
func_201300_aS()
getBossBattleCustomData()
public boolean
aM()
isEnforceWhitelist()
method_3729()
isEnforceWhitelist()
func_205744_aT()
public void
i(boolean arg0)
setEnforceWhitelist(boolean arg0)
method_3731(boolean arg0)
setEnforceWhitelist(boolean whitelistEnabled)
func_205741_k(boolean arg0)
public float
aN()
getAverageTickTime()
method_3830()
getTickTime()
func_211149_aT()
public int
b(com.mojang.authlib.GameProfile arg0)
getProfilePermissions(com.mojang.authlib.GameProfile arg0)
method_3835(com.mojang.authlib.GameProfile arg0)
getPermissionLevel(com.mojang.authlib.GameProfile profile)
func_211833_a(com.mojang.authlib.GameProfile arg0)
public ProfilerFiller
aP()
getProfiler()
method_16044()
getProfiler()
func_213185_aS()
getMethodProfiler()
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)
func_213199_b(com.mojang.authlib.GameProfile arg0)
public void
a(Path arg0)
saveDebugReport(Path arg0)
method_21613(Path arg0)
dump(Path path)
func_223711_a(Path arg0)
private void
b(Path arg0)
dumpMiscStats(Path arg0)
method_21692(Path arg0)
dumpStats(Path arg0)
func_223710_b(Path arg0)
private void
c(Path arg0)
dumpCrashCategory(Path arg0)
method_21614(Path arg0)
dumpExampleCrash(Path arg0)
func_223709_c(Path arg0)
private void
d(Path arg0)
dumpGameRules(Path arg0)
method_21615(Path arg0)
dumpGamerules(Path arg0)
func_223708_d(Path arg0)
private void
e(Path arg0)
dumpClasspath(Path arg0)
method_21616(Path arg0)
dumpClasspath(Path arg0)
func_223706_e(Path arg0)
private void
f(Path arg0)
dumpThreads(Path arg0)
method_21713(Path arg0)
dumpThreads(Path arg0)
func_223712_f(Path arg0)
private void
a(anw arg0)
startProfilerTick(SingleTickProfiler arg0)
method_24487(class_4758 arg0)
startMonitor(TickDurationMonitor monitor)
func_240773_a_(LongTickDetector arg0)
private void
b(anw arg0)
endProfilerTick(SingleTickProfiler arg0)
method_24490(class_4758 arg0)
endMonitor(TickDurationMonitor monitor)
func_240795_b_(LongTickDetector arg0)
public boolean
aR()
isProfiling()
method_24488()
isDebugRunning()
func_240789_aP_()
public void
aS()
startProfiling()
method_3832()
enableProfiler()
func_240790_aQ_()
public ProfileResults
aT()
finishProfiling()
method_24489()
stopDebug()
func_240791_aR_()
public Path
a(cyb arg0)
getWorldPath(LevelResource arg0)
method_27050(class_5218 arg0)
getSavePath(WorldSavePath arg0)
func_240776_a_(FolderName arg0)
public boolean
aU()
forceSynchronousWrites()
method_27051()
syncChunkWrites()
func_230540_aS_()
isSyncChunkWrites()
public StructureManager
aV()
getStructureManager()
method_27727()
getStructureManager()
func_240792_aT_()
getDefinedStructureManager()
public WorldData
aW()
getWorldData()
method_27728()
getSaveProperties()
func_240793_aU_()
getSaveData()
public RegistryAccess
aX()
registryAccess()
method_30611()
getRegistryManager()
func_244267_aX()
getCustomRegistry()
public boolean
z()
hasWorldScreenshot()
method_3771()
hasIconFile()
func_184106_y()
public File
A()
getWorldScreenshotFile()
method_3725()
getIconFile()
func_184109_z()
public boolean
D()
isShutdown()
method_16043()
isStopping()
func_213201_w()
public boolean
af()
isReady()
method_3820()
isLoading()
func_71200_ad()
public Snooper
ai()
getSnooper()
method_3795()
getSnooper()
func_80003_ah()
public FrameTimer
aO()
getFrameTimer()
method_15876()
getMetricsData()
func_213210_aR()