net.minecraft.client

public class Minecraft

extends ReentrantBlockableEventLoop<Runnable> implements WindowEventHandler

All mapped superinterfaces:

ProfilerMeasured, TaskScheduler, WindowEventHandler

fvk
net.minecraft.client.Minecraft
net.minecraft.class_310
net.minecraft.client.MinecraftClient

Field summary

Modifier and TypeField
static Minecraft
D
instance
field_1700
instance
private static final org.slf4j.Logger
E
LOGGER
field_1762
LOGGER
public static final boolean
a
ON_OSX
field_1703
IS_SYSTEM_MAC
private static final int
F
MAX_TICKS_PER_UPDATE
field_32145
field_32145
public static final ResourceLocation
b
DEFAULT_FONT
field_1740
DEFAULT_FONT_ID
public static final ResourceLocation
c
UNIFORM_FONT
field_24211
UNICODE_FONT_ID
public static final ResourceLocation
d
ALT_FONT
field_1749
ALT_TEXT_RENDERER_ID
private static final ResourceLocation
G
REGIONAL_COMPLIANCIES
field_36433
REGIONAL_COMPLIANCIES_ID
private static final CompletableFuture<Unit>
H
RESOURCE_RELOAD_INITIAL_TASK
field_18009
COMPLETED_UNIT_FUTURE
private static final Component
I
SOCIAL_INTERACTIONS_NOT_AVAILABLE
field_26841
SOCIAL_INTERACTIONS_NOT_AVAILABLE
private static final Component
J
SAVING_LEVEL
field_60984
SAVING_LEVEL_TEXT
public static final String
e
UPDATE_DRIVERS_ADVICE
field_33735
GL_ERROR_DIALOGUE
private final long
K
canary
field_46550
UNIVERSE
private final Path
L
resourcePackDirectory
field_1757
resourcePackDir
private final CompletableFuture<com.mojang.authlib.yggdrasil.ProfileResult>
M
profileFuture
field_45899
gameProfileFuture
private final TextureManager
N
textureManager
field_1764
textureManager
private final ShaderManager
O
shaderManager
field_53831
shaderLoader
private final com.mojang.datafixers.DataFixer
P
fixerUpper
field_1768
dataFixer
private final VirtualScreen
Q
virtualScreen
field_1686
windowProvider
private final Window
R
window
field_1704
window
private final DeltaTracker$Timer
S
deltaTracker
field_52750
renderTickCounter
private final RenderBuffers
T
renderBuffers
field_20909
bufferBuilders
public final LevelRenderer
f
levelRenderer
field_1769
worldRenderer
private final EntityRenderDispatcher
U
entityRenderDispatcher
field_1731
entityRenderDispatcher
private final ItemModelResolver
V
itemModelResolver
field_55226
itemModelManager
private final ItemRenderer
W
itemRenderer
field_1742
itemRenderer
private final MapRenderer
X
mapRenderer
field_52751
mapRenderer
public final ParticleEngine
g
particleEngine
field_1713
particleManager
private final User
Y
user
field_1726
session
public final Font
h
font
field_1772
textRenderer
public final Font
i
fontFilterFishy
field_39924
advanceValidatingTextRenderer
public final GameRenderer
j
gameRenderer
field_1773
gameRenderer
public final DebugRenderer
k
debugRenderer
field_1709
debugRenderer
public final Gui
m
gui
field_1705
inGameHud
public final Options
n
options
field_1690
options
public final DebugScreenEntryList
o
debugEntries
field_61504
debugHudEntryList
private final HotbarManager
Z
hotbarManager
field_1732
creativeHotbarStorage
public final MouseHandler
p
mouseHandler
field_1729
mouse
public final KeyboardHandler
q
keyboardHandler
field_1774
keyboard
private InputType
aa
lastInputType
field_41782
navigationType
public final File
r
gameDirectory
field_1697
runDirectory
private final String
ab
launchedVersion
field_1711
gameVersion
private final String
ac
versionType
field_1720
versionType
private final Proxy
ad
proxy
field_1739
networkProxy
private final boolean
ae
offlineDeveloperMode
field_61503
offlineDeveloperMode
private final LevelStorageSource
af
levelSource
field_1748
levelStorage
private final boolean
ag
demo
field_1721
isDemo
private final boolean
ah
allowsMultiplayer
field_25033
multiplayerEnabled
private final boolean
ai
allowsChat
field_25034
onlineChatEnabled
private final ReloadableResourceManager
aj
resourceManager
field_1745
resourceManager
private final VanillaPackResources
ak
vanillaPackResources
field_40380
defaultResourcePack
private final DownloadedPackSource
al
downloadedPackSource
field_40381
serverResourcePackLoader
private final PackRepository
am
resourcePackRepository
field_1715
resourcePackManager
private final LanguageManager
an
languageManager
field_1717
languageManager
private final BlockColors
ao
blockColors
field_1751
blockColors
private final RenderTarget
ap
mainRenderTarget
field_1689
framebuffer
private final TracyFrameCapture
aq
tracyFrameCapture
field_54267
tracyFrameCapturer
private final SoundManager
ar
soundManager
field_1727
soundManager
private final MusicManager
as
musicManager
field_1714
musicTracker
private final FontManager
at
fontManager
field_1708
fontManager
private final SplashManager
au
splashManager
field_17763
splashTextLoader
private final GpuWarnlistManager
av
gpuWarnlistManager
field_25671
videoWarningManager
private final PeriodicNotificationManager
aw
regionalCompliancies
field_36434
regionalComplianciesManager
private final com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService
ax
authenticationService
field_39420
authenticationService
private final com.mojang.authlib.minecraft.MinecraftSessionService
ay
minecraftSessionService
field_1723
sessionService
private final com.mojang.authlib.minecraft.UserApiService
az
userApiService
field_26902
userApiService
private final CompletableFuture<com.mojang.authlib.minecraft.UserApiService$UserProperties>
aA
userPropertiesFuture
field_47680
userPropertiesFuture
private final SkinManager
aB
skinManager
field_1707
skinProvider
private final AtlasManager
aC
atlasManager
field_61502
field_61502
private final ModelManager
aD
modelManager
field_1763
bakedModelManager
private final BlockRenderDispatcher
aE
blockRenderer
field_1756
blockRenderManager
private final MapTextureManager
aF
mapTextureManager
field_52752
mapTextureManager
private final WaypointStyleManager
aG
waypointStyles
field_60302
waypointStyleAssetManager
private final ToastManager
aH
toastManager
field_1702
toastManager
private final Tutorial
aI
tutorial
field_1758
tutorialManager
private final PlayerSocialManager
aJ
playerSocialManager
field_26842
socialInteractionsManager
private final BlockEntityRenderDispatcher
aK
blockEntityRenderDispatcher
field_27388
blockEntityRenderDispatcher
private final ClientTelemetryManager
aL
telemetryManager
field_41331
telemetryManager
private final ProfileKeyPairManager
aM
profileKeyPairManager
field_39068
profileKeys
private final RealmsDataFetcher
aN
realmsDataFetcher
field_39718
realmsPeriodicCheckers
private final QuickPlayLog
aO
quickPlayLog
field_44539
quickPlayLogger
public MultiPlayerGameMode
s
gameMode
field_1761
interactionManager
public ClientLevel
t
level
field_1687
world
public LocalPlayer
u
player
field_1724
player
private IntegratedServer
aP
singleplayerServer
field_1766
server
private Connection
aQ
pendingConnection
field_1746
integratedServerConnection
private boolean
aR
isLocalServer
field_1759
integratedServerRunning
public Entity
v
cameraEntity
field_1719
cameraEntity
public Entity
w
crosshairPickEntity
field_1692
targetedEntity
public HitResult
x
hitResult
field_1765
crosshairTarget
private int
aS
rightClickDelay
field_1752
itemUseCooldown
protected int
y
missTime
field_1771
attackCooldown
private volatile boolean
aT
pause
field_1734
paused
private long
aU
lastNanoTime
field_1750
lastMetricsSampleTime
private long
aV
lastTime
field_1712
nextDebugInfoUpdateTime
private int
aW
frames
field_1735
fpsCounter
public boolean
z
noRender
field_1743
skipGameRender
public Screen
A
screen
field_1755
currentScreen
private Overlay
aX
overlay
field_18175
overlay
private boolean
aY
clientLevelTeardownInProgress
field_46551
disconnecting
Thread
aZ
gameThread
field_1696
thread
private volatile boolean
ba
running
field_1698
running
private Supplier<CrashReport>
bb
delayedCrash
field_1747
crashReportSupplier
private static int
bc
fps
field_1738
currentFps
private long
bd
frameTimeNs
field_41332
renderTime
private final FramerateLimitTracker
be
framerateLimitTracker
field_52753
inactivityFpsLimiter
public boolean
B
wireframe
field_32144
wireFrame
public boolean
C
smartCull
field_1730
chunkCullingEnabled
private boolean
bf
windowActive
field_1695
windowFocused
private CompletableFuture<Void>
bg
pendingReload
field_18174
resourceReloadFuture
private TutorialToast
bh
socialInteractionsToast
field_26843
socialInteractionsToast
private int
bi
fpsPieRenderTicks
field_22224
trackingTick
private final ContinuousProfiler
bj
fpsPieProfiler
field_22225
tickTimeTracker
private MetricsRecorder
bk
metricsRecorder
field_29569
recorder
private final ResourceLoadStateTracker
bl
reloadStateTracker
field_33697
resourceReloadLogger
private long
bm
savedCpuDuration
field_37855
metricsSampleDuration
private double
bn
gpuUtilization
field_37856
gpuUtilizationPercentage
private TimerQuery$FrameProfile
bo
currentFrameProfile
field_37857
currentGlTimerQuery
private final GameNarrator
bp
narrator
field_39769
narratorManager
private final ChatListener
bq
chatListener
field_39770
messageHandler
private ReportingContext
br
reportingContext
field_39492
abuseReportContext
private final CommandHistory
bs
commandHistory
field_45294
commandHistoryManager
private final DirectoryValidator
bt
directoryValidator
field_45295
symlinkFinder
private boolean
bu
gameLoadFinished
field_45900
finishedLoading
private final long
bv
clientStartTimeMs
field_46552
startTime
private long
bw
clientTickCount
field_46553
uptimeInTicks

Constructor summary

ModifierConstructor
public (GameConfig args)

Method summary

Modifier and TypeMethod
private void
a(fvk$b arg0)
onResourceLoadFinished(Minecraft$GameLoadCookie arg0)
method_53465(class_310$class_8764 arg0)
onFinishedLoading(MinecraftClient$LoadingContext loadingContext)
private void
b(fvk$b arg0)
onGameLoadFinished(Minecraft$GameLoadCookie arg0)
method_51736(class_310$class_8764 arg0)
collectLoadTimes(MinecraftClient$LoadingContext loadingContext)
public boolean
c()
isGameLoadFinished()
method_53466()
isFinishedLoading()
private Runnable
c(fvk$b arg0)
buildInitialScreens(Minecraft$GameLoadCookie arg0)
method_53527(class_310$class_8764 arg0)
onInitFinished(MinecraftClient$LoadingContext loadingContext)
private boolean
a(List<Function<Runnable, ghi>> arg0)
addInitialScreens(List<Function<Runnable, Screen>> arg0)
method_53525(List<Function<Runnable, class_437>> arg0)
createInitScreens(List<Function<Runnable, Screen>> list)
private static boolean
a(Object arg0)
countryEqualsISO3(Object arg0)
method_40189(Object arg0)
isCountrySetTo(Object country)
public void
d()
updateTitle()
method_24288()
updateWindowTitle()
private String
bg()
createTitle()
method_24287()
getWindowTitle()
private com.mojang.authlib.minecraft.UserApiService
a(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService arg0, goc arg1)
createUserApiService(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService arg0, GameConfig arg1)
method_31382(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService arg0, class_542 arg1)
createUserApiService(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authService, RunArgs runArgs)
public boolean
e()
isOfflineDeveloperMode()
method_72704()
isOfflineDeveloperMode()
public static ModCheck
f()
checkModStatus()
method_24289()
getModStatus()
private void
a(Throwable arg0, fvk$b arg1)
rollbackResourcePacks(Throwable arg0, Minecraft$GameLoadCookie arg1)
method_24226(Throwable arg0, class_310$class_8764 arg1)
handleResourceReloadException(Throwable throwable, MinecraftClient$LoadingContext loadingContext)
public void
a(Throwable arg0, xr arg1, fvk$b arg2)
clearResourcePacksOnError(Throwable arg0, Component arg1, Minecraft$GameLoadCookie arg2)
method_31186(Throwable arg0, class_2561 arg1, class_310$class_8764 arg2)
onResourceReloadFailure(Throwable exception, Text resourceName, MinecraftClient$LoadingContext loadingContext)
private void
bh()
abortResourcePackRecovery()
method_49294()
onForcedResourceReloadFailure()
private void
a(xr arg0)
addResourcePackLoadFailToast(Component arg0)
method_49292(class_2561 arg0)
showResourceReloadFailureToast(Text description)
public void
a(Exception arg0)
triggerResourcePackRecovery(Exception arg0)
method_63507(Exception arg0)
onShaderResourceReloadFailure(Exception exception)
public void
g()
run()
method_1514()
run()
void
h()
updateFontOptions()
method_57017()
onFontOptionsChanged()
private void
a(int arg0, long arg1)
onFullscreenError(int arg0, long arg1)
method_1506(int arg0, long arg1)
handleGlErrorByDisableVsync(int error, long description)
public RenderTarget
i()
getMainRenderTarget()
method_1522()
getFramebuffer()
public String
j()
getLaunchedVersion()
method_1515()
getGameVersion()
public String
k()
getVersionType()
method_1547()
getVersionType()
public void
a(p arg0)
delayCrash(CrashReport arg0)
method_1494(class_128 arg0)
setCrashReportSupplierAndAddDetails(CrashReport crashReport)
public void
b(p arg0)
delayCrashRaw(CrashReport arg0)
method_43587(class_128 arg0)
setCrashReportSupplier(CrashReport crashReport)
private void
bi()
handleDelayedCrash()
method_54579()
printCrashReport()
public void
c(p arg0)
emergencySaveAndCrash(CrashReport arg0)
method_54580(class_128 arg0)
printCrashReport(CrashReport crashReport)
public static int
a(File arg0, p arg1)
saveReport(File arg0, CrashReport arg1)
method_61962(File arg0, class_128 arg1)
saveCrashReport(File runDir, CrashReport crashReport)
public static void
a(fvk arg0, File arg1, p arg2)
crash(Minecraft arg0, File arg1, CrashReport arg2)
method_1565(class_310 arg0, File arg1, class_128 arg2)
printCrashReport(MinecraftClient client, File runDirectory, CrashReport crashReport)
public boolean
l()
isEnforceUnicode()
method_1573()
forcesUnicodeFont()
public CompletableFuture<Void>
m()
reloadResourcePacks()
method_1521()
reloadResources()
private CompletableFuture<Void>
a(boolean arg0, fvk$b arg1)
reloadResourcePacks(boolean arg0, Minecraft$GameLoadCookie arg1)
method_36561(boolean arg0, class_310$class_8764 arg1)
reloadResources(boolean force, MinecraftClient$LoadingContext loadingContext)
private void
bj()
selfTest()
method_17044()
checkGameData()
public LevelStorageSource
n()
getLevelSource()
method_1586()
getLevelStorage()
private void
a(String arg0)
openChatScreen(String arg0)
method_29041(String arg0)
openChatScreen(String text)
public void
a(ghi arg0)
setScreen(Screen arg0)
method_1507(class_437 arg0)
setScreen(Screen screen)
public void
a(ghd arg0)
setOverlay(Overlay arg0)
method_18502(class_4071 arg0)
setOverlay(Overlay overlay)
public void
o()
destroy()
method_1490()
stop()
public void
close()
close()
private void
c(boolean arg0)
runTick(boolean arg0)
method_1523(boolean arg0)
render(boolean tick)
private ProfilerFiller
a(boolean arg0, bug arg1)
constructProfiler(boolean arg0, SingleTickProfiler arg1)
method_24458(boolean arg0, class_4758 arg1)
startMonitor(boolean active, TickDurationMonitor monitor)
private void
b(boolean arg0, bug arg1)
finishProfilers(boolean arg0, SingleTickProfiler arg1)
method_24460(boolean arg0, class_4758 arg1)
endMonitor(boolean active, TickDurationMonitor monitor)
public void
a()
resizeDisplay()
method_15993()
onResolutionChanged()
public void
b()
cursorEntered()
method_30133()
onCursorEnterChanged()
public int
p()
getFps()
method_47599()
getCurrentFps()
public long
q()
getFrameTimeNs()
method_47600()
getRenderTime()
private void
bk()
emergencySave()
method_1519()
cleanUpAfterCrash()
public boolean
b(Consumer<xr> arg0)
debugClientMetricsStart(Consumer<Component> arg0)
method_34745(Consumer<class_2561> arg0)
toggleDebugProfiler(Consumer<Text> chatMessageSender)
private void
bl()
debugClientMetricsStop()
method_37286()
stopRecorder()
private void
bm()
debugClientMetricsCancel()
method_41733()
forceStopRecorder()
private Path
a(ae arg0, List<Path> arg1)
archiveProfilingReport(SystemReport arg0, List<Path> arg1)
method_37275(class_6396 arg0, List<Path> arg1)
saveProfilingResult(SystemDetails details, List<Path> files)
public void
r()
stop()
method_1592()
scheduleStop()
public boolean
s()
isRunning()
method_22108()
isRunning()
public void
b(boolean arg0)
pauseGame(boolean arg0)
method_20539(boolean arg0)
openGameMenu(boolean pauseOnly)
private void
d(boolean arg0)
continueAttack(boolean arg0)
method_1590(boolean arg0)
handleBlockBreaking(boolean breaking)
private boolean
bn()
startAttack()
method_1536()
doAttack()
private void
bo()
startUseItem()
method_1583()
doItemUse()
public MusicManager
t()
getMusicManager()
method_1538()
getMusicTracker()
public void
u()
tick()
method_1574()
tick()
private boolean
bp()
isLevelRunningNormally()
method_60647()
shouldTick()
private boolean
bq()
isMultiplayerServer()
method_31321()
isConnectedToServer()
private void
br()
handleKeybinds()
method_1508()
handleInputEvents()
private Optional<Holder<Dialog>>
bs()
getQuickActionsDialog()
method_72098()
getQuickActionsDialog()
public ClientTelemetryManager
v()
getTelemetryManager()
method_47601()
getTelemetryManager()
public double
w()
getGpuUtilization()
method_41734()
getGpuUtilizationPercentage()
public ProfileKeyPairManager
x()
getProfileKeyPairManager()
method_43590()
getProfileKeys()
public WorldOpenFlows
y()
createWorldOpenFlows()
method_41735()
createIntegratedServerLoader()
public void
a(fdy$c arg0, axe arg1, ang arg2, boolean arg3)
doWorldLoad(LevelStorageSource$LevelStorageAccess arg0, PackRepository arg1, WorldStem arg2, boolean arg3)
method_29610(class_32$class_5143 arg0, class_3283 arg1, class_6904 arg2, boolean arg3)
startIntegratedServer(LevelStorage$Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, boolean newWorld)
public void
a(gua arg0)
setLevel(ClientLevel arg0)
method_1481(class_638 arg0)
joinWorld(ClientWorld world)
public void
z()
disconnectWithSavingScreen()
method_72099()
disconnectWithSavingScreen()
public void
A()
disconnectWithProgressScreen()
method_72100()
disconnectWithProgressScreen()
public void
a(ghi arg0, boolean arg1)
disconnect(Screen arg0, boolean arg1)
method_18096(class_437 arg0, boolean arg1)
disconnect(Screen disconnectionScreen, boolean transferring)
public void
B()
clearDownloadedResourcePacks()
method_55505()
onDisconnected()
public void
b(ghi arg0)
clearClientLevel(Screen arg0)
method_52703(class_437 arg0)
enterReconfiguration(Screen reconfigurationScreen)
private void
d(ghi arg0)
updateScreenAndTick(Screen arg0)
method_18098(class_437 arg0)
reset(Screen resettingScreen)
public void
c(ghi arg0)
forceSetScreen(Screen arg0)
method_29970(class_437 arg0)
setScreenAndRender(Screen screen)
private void
b(gua arg0)
updateLevelInEngines(ClientLevel arg0)
method_18097(class_638 arg0)
setWorld(ClientWorld world)
private com.mojang.authlib.minecraft.UserApiService$UserProperties
bt()
userProperties()
method_55607()
getUserProperties()
public boolean
E()
telemetryOptInExtra()
method_47602()
isOptionalTelemetryEnabled()
public boolean
F()
extraTelemetryAvailable()
method_47595()
isOptionalTelemetryEnabledByApi()
public boolean
G()
allowsTelemetry()
method_47596()
isTelemetryEnabledByApi()
public boolean
H()
allowsMultiplayer()
method_29043()
isMultiplayerEnabled()
public boolean
I()
allowsRealms()
method_35706()
isRealmsEnabled()
public com.mojang.authlib.minecraft.BanDetails
J()
multiplayerBan()
method_44647()
getMultiplayerBanDetails()
public boolean
K()
isNameBanned()
method_53518()
isUsernameBanned()
public boolean
a(UUID arg0)
isBlocked(UUID arg0)
method_29042(UUID arg0)
shouldBlockMessages(UUID sender)
public Minecraft$ChatStatus
L()
getChatStatus()
method_33884()
getChatRestriction()
public final boolean
M()
isDemo()
method_1530()
isDemo()
public ClientPacketListener
N()
getConnection()
method_1562()
getNetworkHandler()
public static boolean
O()
renderNames()
method_1498()
isHudEnabled()
public static boolean
P()
useFancyGraphics()
method_1517()
isFancyGraphicsOrBetter()
public static boolean
Q()
useShaderTransparency()
method_29611()
isFabulousGraphicsOrBetter()
public static boolean
R()
useAmbientOcclusion()
method_1588()
isAmbientOcclusionEnabled()
private void
bu()
pickBlock()
method_1511()
doItemPick()
public CrashReport
d(p arg0)
fillReport(CrashReport arg0)
method_1587(class_128 arg0)
addDetailsToCrashReport(CrashReport report)
public static void
a(fvk arg0, hwl arg1, String arg2, fvo arg3, p arg4)
fillReport(Minecraft arg0, LanguageManager arg1, String arg2, Options arg3, CrashReport arg4)
method_22681(class_310 arg0, class_1076 arg1, String arg2, class_315 arg3, class_128 arg4)
addSystemDetailsToCrashReport(MinecraftClient client, LanguageManager languageManager, String version, GameOptions options, CrashReport report)
private static String
a(double arg0)
formatSeconds(double arg0)
method_54116(double arg0)
formatSeconds(double seconds)
private void
a(q arg0)
fillUptime(CrashReportCategory arg0)
method_54117(class_129 arg0)
addUptimesToCrashReport(CrashReportSection section)
private static SystemReport
a(ae arg0, fvk arg1, hwl arg2, String arg3, fvo arg4)
fillSystemReport(SystemReport arg0, Minecraft arg1, LanguageManager arg2, String arg3, Options arg4)
method_37274(class_6396 arg0, class_310 arg1, class_1076 arg2, String arg3, class_315 arg4)
addSystemDetailsToCrashReport(SystemDetails systemDetails, MinecraftClient client, LanguageManager languageManager, String version, GameOptions options)
public static Minecraft
S()
getInstance()
method_1551()
getInstance()
public CompletableFuture<Void>
T()
delayTextureReload()
method_1513()
reloadResourcesConcurrently()
public void
a(gvg arg0)
updateReportEnvironment(ReportEnvironment arg0)
method_44376(class_7569 arg0)
ensureAbuseReportContext(ReporterEnvironment environment)
public ServerData
U()
getCurrentServer()
method_1558()
getCurrentServerEntry()
public boolean
V()
isLocalServer()
method_1542()
isInSingleplayer()
public boolean
W()
hasSingleplayerServer()
method_1496()
isIntegratedServerRunning()
public IntegratedServer
X()
getSingleplayerServer()
method_1576()
getServer()
public boolean
Y()
isSingleplayer()
method_47392()
isConnectedToLocalServer()
public boolean
b(UUID arg0)
isLocalPlayer(UUID arg0)
method_52701(UUID arg0)
uuidEquals(UUID uuid)
public User
Z()
getUser()
method_1548()
getSession()
public com.mojang.authlib.GameProfile
aa()
getGameProfile()
method_53462()
getGameProfile()
public Proxy
ab()
getProxy()
method_1487()
getNetworkProxy()
public TextureManager
ac()
getTextureManager()
method_1531()
getTextureManager()
public ShaderManager
ad()
getShaderManager()
method_62887()
getShaderLoader()
public ResourceManager
ae()
getResourceManager()
method_1478()
getResourceManager()
public PackRepository
af()
getResourcePackRepository()
method_1520()
getResourcePackManager()
public VanillaPackResources
ag()
getVanillaPackResources()
method_45573()
getDefaultResourcePack()
public DownloadedPackSource
ah()
getDownloadedPackSource()
method_1516()
getServerResourcePackProvider()
public Path
ai()
getResourcePackDirectory()
method_1479()
getResourcePackDir()
public LanguageManager
aj()
getLanguageManager()
method_1526()
getLanguageManager()
public boolean
ak()
isPaused()
method_1493()
isPaused()
public GpuWarnlistManager
al()
getGpuWarnlistManager()
method_30049()
getVideoWarningManager()
public SoundManager
am()
getSoundManager()
method_1483()
getSoundManager()
public MusicInfo
an()
getSituationalMusic()
method_1544()
getMusicInstance()
public com.mojang.authlib.minecraft.MinecraftSessionService
ao()
getMinecraftSessionService()
method_1495()
getSessionService()
public SkinManager
ap()
getSkinManager()
method_1582()
getSkinProvider()
public Entity
aq()
getCameraEntity()
method_1560()
getCameraEntity()
public void
a(bzx arg0)
setCameraEntity(Entity arg0)
method_1504(class_1297 arg0)
setCameraEntity(Entity entity)
public boolean
b(bzx arg0)
shouldEntityAppearGlowing(Entity arg0)
method_27022(class_1297 arg0)
hasOutline(Entity entity)
protected Thread
aA()
getRunningThread()
method_3777()
getThread()
public Runnable
f(Runnable arg0)
wrapRunnable(Runnable arg0)
method_16211(Runnable arg0)
createTask(Runnable arg0)
protected boolean
e(Runnable arg0)
shouldRun(Runnable arg0)
method_18856(Runnable arg0)
canExecute(Runnable arg0)
public BlockRenderDispatcher
ar()
getBlockRenderer()
method_1541()
getBlockRenderManager()
public EntityRenderDispatcher
as()
getEntityRenderDispatcher()
method_1561()
getEntityRenderDispatcher()
public BlockEntityRenderDispatcher
at()
getBlockEntityRenderDispatcher()
method_31975()
getBlockEntityRenderDispatcher()
public ItemRenderer
au()
getItemRenderer()
method_1480()
getItemRenderer()
public MapRenderer
av()
getMapRenderer()
method_61965()
getMapRenderer()
public com.mojang.datafixers.DataFixer
aw()
getFixerUpper()
method_1543()
getDataFixer()
public DeltaTracker
ax()
getDeltaTracker()
method_61966()
getRenderTickCounter()
public BlockColors
ay()
getBlockColors()
method_1505()
getBlockColors()
public boolean
aB()
showOnlyReducedInfo()
method_1555()
hasReducedDebugInfo()
public ToastManager
aC()
getToastManager()
method_1566()
getToastManager()
public Tutorial
aD()
getTutorial()
method_1577()
getTutorialManager()
public boolean
aE()
isWindowActive()
method_1569()
isWindowFocused()
public HotbarManager
aF()
getHotbarManager()
method_1571()
getCreativeHotbarStorage()
public ModelManager
aG()
getModelManager()
method_1554()
getBakedModelManager()
public AtlasManager
aH()
getAtlasManager()
method_72703()
method_72703()
public MapTextureManager
aI()
getMapTextureManager()
method_61963()
getMapTextureManager()
public WaypointStyleManager
aJ()
getWaypointStyles()
method_71267()
getWaypointStyleAssetManager()
public void
a(boolean arg0)
setWindowActive(boolean arg0)
method_15995(boolean arg0)
onWindowFocusChanged(boolean arg0)
public Component
a(File arg0)
grabPanoramixScreenshot(File arg0)
method_35698(File arg0)
takePanorama(File directory)
public SplashManager
aK()
getSplashManager()
method_18095()
getSplashTextLoader()
public Overlay
aL()
getOverlay()
method_18506()
getOverlay()
public PlayerSocialManager
aM()
getPlayerSocialManager()
method_31320()
getSocialInteractionsManager()
public Window
aN()
getWindow()
method_22683()
getWindow()
public FramerateLimitTracker
aO()
getFramerateLimitTracker()
method_61964()
getInactivityFpsLimiter()
public DebugScreenOverlay
aP()
getDebugOverlay()
method_53526()
getDebugHud()
public RenderBuffers
aQ()
renderBuffers()
method_22940()
getBufferBuilders()
public void
a(int arg0)
updateMaxMipLevel(int arg0)
method_24041(int arg0)
setMipmapLevels(int mipmapLevels)
public EntityModelSet
aR()
getEntityModels()
method_31974()
getLoadedEntityModels()
public boolean
aS()
isTextFilteringEnabled()
method_33883()
shouldFilterText()
public void
aT()
prepareForMultiplayer()
method_38932()
loadBlockList()
public SignatureValidator
aU()
getProfileKeySignatureValidator()
method_44256()
getServicesSignatureVerifier()
public boolean
aV()
canValidateProfileKeys()
method_55606()
providesProfileKeys()
public InputType
aW()
getLastInputType()
method_48186()
getNavigationType()
public void
a(fvh arg0)
setLastInputType(InputType arg0)
method_48185(class_8015 arg0)
setNavigationType(GuiNavigationType navigationType)
public GameNarrator
aX()
getNarrator()
method_44713()
getNarratorManager()
public ChatListener
aY()
getChatListener()
method_44714()
getMessageHandler()
public ReportingContext
aZ()
getReportingContext()
method_44377()
getAbuseReportContext()
public RealmsDataFetcher
ba()
realmsDataFetcher()
method_44646()
getRealmsPeriodicCheckers()
public QuickPlayLog
bb()
quickPlayLog()
method_51253()
getQuickPlayLogger()
public CommandHistory
bc()
commandHistory()
method_52700()
getCommandHistoryManager()
public DirectoryValidator
bd()
directoryValidator()
method_52702()
getSymlinkFinder()
private float
a(float arg0)
getTickTargetMillis(float arg0)
method_54785(float arg0)
getTargetMillisPerTick(float millis)
public ItemModelResolver
be()
getItemModelResolver()
method_65386()
getItemModelManager()
public static String
bf()
getLauncherBrand()
method_54578()
getLauncherBrand()