MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isFullScreen

Method isFullScreen

src/main/java/net/minecraft/client/Minecraft.java:3094–3097  ·  view source on GitHub ↗

Returns whether we're in full screen or not.

()

Source from the content-addressed store, hash-verified

3092 * Returns whether we're in full screen or not.
3093 */
3094 public boolean isFullScreen()
3095 {
3096 return this.fullscreen;
3097 }
3098
3099 public Session getSession()
3100 {

Callers 2

setOptionValueMethod · 0.80
checkDisplayModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected