Package net.minecraft.client.util
Class Window
java.lang.Object
net.minecraft.client.util.Window
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/client/util/Windowintermediary net/minecraft/class_1041official fvd
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate Cursorprivate final GLFWErrorCallbackprivate final WindowEventHandlerstatic final intstatic final intprivate intprivate intprivate booleanprivate booleanprivate final longprivate intprivate static final Loggerprivate booleanprivate final MonitorTrackerprivate Stringprivate intprivate intprivate intprivate booleanprivate intprivate intprivate intprivate intprivate intprivate intprivate intprivate boolean -
Constructor Summary
ConstructorsConstructorDescriptionWindow(WindowEventHandler eventHandler, MonitorTracker monitorTracker, WindowSettings settings, @Nullable String fullscreenVideoMode, String title) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidacceptError(BiConsumer<Integer, String> consumer) voidintcalculateScaleFactor(int guiScale, boolean forceUnicodeFont) voidclose()intintstatic StringlongintintintintintintgetWidth()intgetX()intgetY()booleanbooleanbooleanvoidlogGlError(int error, long description) voidfloatprivate voidonCursorEnterChanged(long window, boolean entered) private voidonFramebufferSizeChanged(long window, int width, int height) private voidonMinimizeChanged(long window, boolean minimized) private voidonWindowFocusChanged(long window, boolean focused) private voidonWindowPosChanged(long window, int x, int y) private voidonWindowSizeChanged(long window, int width, int height) voidsetAllowCursorChanges(boolean allowCursorChanges) voidsetCloseCallback(Runnable callback) voidvoidsetFramebufferHeight(int framebufferHeight) voidsetFramebufferWidth(int framebufferWidth) voidsetFullscreenVideoMode(Optional<VideoMode> fullscreenVideoMode) voidsetIcon(ResourcePack resourcePack, Icons icons) voidvoidsetRawMouseMotion(boolean rawMouseMotion) voidsetScaleFactor(int scaleFactor) voidvoidsetVsync(boolean vsync) voidsetWindowedSize(int width, int height) booleanvoidswapBuffers(@Nullable TracyFrameCapturer capturer) private static voidthrowGlError(int error, long description) private voidvoidprivate voidprivate voidupdateFullscreen(boolean vsync, @Nullable TracyFrameCapturer capturer) private void
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/util/Window;LOGGER:Lorg/slf4j/Logger;intermediary field_5178Lnet/minecraft/class_1041;field_5178:Lorg/slf4j/Logger;official cLfvd;c:Lorg/slf4j/Logger;
-
field_52250
public static final int field_52250- See Also:
- Mappings:
Namespace Name Mixin selector named field_52250Lnet/minecraft/client/util/Window;field_52250:Iintermediary field_52250Lnet/minecraft/class_1041;field_52250:Iofficial aLfvd;a:I
-
field_52251
public static final int field_52251- See Also:
- Mappings:
Namespace Name Mixin selector named field_52251Lnet/minecraft/client/util/Window;field_52251:Iintermediary field_52251Lnet/minecraft/class_1041;field_52251:Iofficial bLfvd;b:I
-
errorCallback
- Mappings:
Namespace Name Mixin selector named errorCallbackLnet/minecraft/client/util/Window;errorCallback:Lorg/lwjgl/glfw/GLFWErrorCallback;intermediary field_5190Lnet/minecraft/class_1041;field_5190:Lorg/lwjgl/glfw/GLFWErrorCallback;official dLfvd;d:Lorg/lwjgl/glfw/GLFWErrorCallback;
-
eventHandler
- Mappings:
Namespace Name Mixin selector named eventHandlerLnet/minecraft/client/util/Window;eventHandler:Lnet/minecraft/client/WindowEventHandler;intermediary field_5176Lnet/minecraft/class_1041;field_5176:Lnet/minecraft/class_3678;official eLfvd;e:Lfve;
-
monitorTracker
- Mappings:
Namespace Name Mixin selector named monitorTrackerLnet/minecraft/client/util/Window;monitorTracker:Lnet/minecraft/client/util/MonitorTracker;intermediary field_5195Lnet/minecraft/class_1041;field_5195:Lnet/minecraft/class_323;official fLfvd;f:Lfvb;
-
handle
private final long handle- Mappings:
Namespace Name Mixin selector named handleLnet/minecraft/client/util/Window;handle:Jintermediary field_5187Lnet/minecraft/class_1041;field_5187:Jofficial gLfvd;g:J
-
windowedX
private int windowedX- Mappings:
Namespace Name Mixin selector named windowedXLnet/minecraft/client/util/Window;windowedX:Iintermediary field_5175Lnet/minecraft/class_1041;field_5175:Iofficial hLfvd;h:I
-
windowedY
private int windowedY- Mappings:
Namespace Name Mixin selector named windowedYLnet/minecraft/client/util/Window;windowedY:Iintermediary field_5185Lnet/minecraft/class_1041;field_5185:Iofficial iLfvd;i:I
-
windowedWidth
private int windowedWidth- Mappings:
Namespace Name Mixin selector named windowedWidthLnet/minecraft/client/util/Window;windowedWidth:Iintermediary field_5174Lnet/minecraft/class_1041;field_5174:Iofficial jLfvd;j:I
-
windowedHeight
private int windowedHeight- Mappings:
Namespace Name Mixin selector named windowedHeightLnet/minecraft/client/util/Window;windowedHeight:Iintermediary field_5184Lnet/minecraft/class_1041;field_5184:Iofficial kLfvd;k:I
-
fullscreenVideoMode
- Mappings:
Namespace Name Mixin selector named fullscreenVideoModeLnet/minecraft/client/util/Window;fullscreenVideoMode:Ljava/util/Optional;intermediary field_5193Lnet/minecraft/class_1041;field_5193:Ljava/util/Optional;official lLfvd;l:Ljava/util/Optional;
-
fullscreen
private boolean fullscreen- Mappings:
Namespace Name Mixin selector named fullscreenLnet/minecraft/client/util/Window;fullscreen:Zintermediary field_5191Lnet/minecraft/class_1041;field_5191:Zofficial mLfvd;m:Z
-
currentFullscreen
private boolean currentFullscreen- Mappings:
Namespace Name Mixin selector named currentFullscreenLnet/minecraft/client/util/Window;currentFullscreen:Zintermediary field_5177Lnet/minecraft/class_1041;field_5177:Zofficial nLfvd;n:Z
-
x
private int x- Mappings:
Namespace Name Mixin selector named xLnet/minecraft/client/util/Window;x:Iintermediary field_5183Lnet/minecraft/class_1041;field_5183:Iofficial oLfvd;o:I
-
y
private int y- Mappings:
Namespace Name Mixin selector named yLnet/minecraft/client/util/Window;y:Iintermediary field_5198Lnet/minecraft/class_1041;field_5198:Iofficial pLfvd;p:I
-
width
private int width- Mappings:
Namespace Name Mixin selector named widthLnet/minecraft/client/util/Window;width:Iintermediary field_5182Lnet/minecraft/class_1041;field_5182:Iofficial qLfvd;q:I
-
height
private int height- Mappings:
Namespace Name Mixin selector named heightLnet/minecraft/client/util/Window;height:Iintermediary field_5197Lnet/minecraft/class_1041;field_5197:Iofficial rLfvd;r:I
-
framebufferWidth
private int framebufferWidth- Mappings:
Namespace Name Mixin selector named framebufferWidthLnet/minecraft/client/util/Window;framebufferWidth:Iintermediary field_5181Lnet/minecraft/class_1041;field_5181:Iofficial sLfvd;s:I
-
framebufferHeight
private int framebufferHeight- Mappings:
Namespace Name Mixin selector named framebufferHeightLnet/minecraft/client/util/Window;framebufferHeight:Iintermediary field_5196Lnet/minecraft/class_1041;field_5196:Iofficial tLfvd;t:I
-
scaledWidth
private int scaledWidth- Mappings:
Namespace Name Mixin selector named scaledWidthLnet/minecraft/client/util/Window;scaledWidth:Iintermediary field_5180Lnet/minecraft/class_1041;field_5180:Iofficial uLfvd;u:I
-
scaledHeight
private int scaledHeight- Mappings:
Namespace Name Mixin selector named scaledHeightLnet/minecraft/client/util/Window;scaledHeight:Iintermediary field_5194Lnet/minecraft/class_1041;field_5194:Iofficial vLfvd;v:I
-
scaleFactor
private int scaleFactor- Mappings:
Namespace Name Mixin selector named scaleFactorLnet/minecraft/client/util/Window;scaleFactor:Iintermediary field_5179Lnet/minecraft/class_1041;field_5179:Iofficial wLfvd;w:I
-
phase
- Mappings:
Namespace Name Mixin selector named phaseLnet/minecraft/client/util/Window;phase:Ljava/lang/String;intermediary field_5192Lnet/minecraft/class_1041;field_5192:Ljava/lang/String;official xLfvd;x:Ljava/lang/String;
-
fullscreenVideoModeDirty
private boolean fullscreenVideoModeDirty- Mappings:
Namespace Name Mixin selector named fullscreenVideoModeDirtyLnet/minecraft/client/util/Window;fullscreenVideoModeDirty:Zintermediary field_5186Lnet/minecraft/class_1041;field_5186:Zofficial yLfvd;y:Z
-
vsync
private boolean vsync- Mappings:
Namespace Name Mixin selector named vsyncLnet/minecraft/client/util/Window;vsync:Zintermediary field_16517Lnet/minecraft/class_1041;field_16517:Zofficial zLfvd;z:Z
-
minimized
private boolean minimized- Mappings:
Namespace Name Mixin selector named minimizedLnet/minecraft/client/util/Window;minimized:Zintermediary field_52735Lnet/minecraft/class_1041;field_52735:Zofficial ALfvd;A:Z
-
zeroWidthOrHeight
private boolean zeroWidthOrHeight- Mappings:
Namespace Name Mixin selector named zeroWidthOrHeightLnet/minecraft/client/util/Window;zeroWidthOrHeight:Zintermediary field_55579Lnet/minecraft/class_1041;field_55579:Zofficial BLfvd;B:Z
-
allowCursorChanges
private boolean allowCursorChanges- Mappings:
Namespace Name Mixin selector named allowCursorChangesLnet/minecraft/client/util/Window;allowCursorChanges:Zintermediary field_62447Lnet/minecraft/class_1041;field_62447:Zofficial CLfvd;C:Z
-
cursor
- Mappings:
Namespace Name Mixin selector named cursorLnet/minecraft/client/util/Window;cursor:Lnet/minecraft/client/gui/cursor/Cursor;intermediary field_62448Lnet/minecraft/class_1041;field_62448:Lnet/minecraft/class_11875;official DLfvd;D:Lfvf;
-
-
Constructor Details
-
Window
public Window(WindowEventHandler eventHandler, MonitorTracker monitorTracker, WindowSettings settings, @Nullable @Nullable String fullscreenVideoMode, String title) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/util/Window;<init>(Lnet/minecraft/client/WindowEventHandler;Lnet/minecraft/client/util/MonitorTracker;Lnet/minecraft/client/WindowSettings;Ljava/lang/String;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1041;<init>(Lnet/minecraft/class_3678;Lnet/minecraft/class_323;Lnet/minecraft/class_543;Ljava/lang/String;Ljava/lang/String;)Vofficial <init>Lfvd;<init>(Lfve;Lfvb;Lfus;Ljava/lang/String;Ljava/lang/String;)V
-
-
Method Details
-
getGlfwPlatform
- Mappings:
Namespace Name Mixin selector named getGlfwPlatformLnet/minecraft/client/util/Window;getGlfwPlatform()Ljava/lang/String;intermediary method_60793Lnet/minecraft/class_1041;method_60793()Ljava/lang/String;official aLfvd;a()Ljava/lang/String;
-
getRefreshRate
public int getRefreshRate()- Mappings:
Namespace Name Mixin selector named getRefreshRateLnet/minecraft/client/util/Window;getRefreshRate()Iintermediary method_22092Lnet/minecraft/class_1041;method_22092()Iofficial bLfvd;b()I
-
shouldClose
public boolean shouldClose()- Mappings:
Namespace Name Mixin selector named shouldCloseLnet/minecraft/client/util/Window;shouldClose()Zintermediary method_22093Lnet/minecraft/class_1041;method_22093()Zofficial cLfvd;c()Z
-
acceptError
- Mappings:
Namespace Name Mixin selector named acceptErrorLnet/minecraft/client/util/Window;acceptError(Ljava/util/function/BiConsumer;)Vintermediary method_4492Lnet/minecraft/class_1041;method_4492(Ljava/util/function/BiConsumer;)Vofficial aLfvd;a(Ljava/util/function/BiConsumer;)V
-
setIcon
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named setIconLnet/minecraft/client/util/Window;setIcon(Lnet/minecraft/resource/ResourcePack;Lnet/minecraft/client/util/Icons;)Vintermediary method_4491Lnet/minecraft/class_1041;method_4491(Lnet/minecraft/class_3262;Lnet/minecraft/class_8518;)Vofficial aLfvd;a(Lazr;Lfuu;)V
-
setPhase
- Mappings:
Namespace Name Mixin selector named setPhaseLnet/minecraft/client/util/Window;setPhase(Ljava/lang/String;)Vintermediary method_4474Lnet/minecraft/class_1041;method_4474(Ljava/lang/String;)Vofficial aLfvd;a(Ljava/lang/String;)V
-
throwOnGlError
private void throwOnGlError()- Mappings:
Namespace Name Mixin selector named throwOnGlErrorLnet/minecraft/client/util/Window;throwOnGlError()Vintermediary method_4481Lnet/minecraft/class_1041;method_4481()Vofficial wLfvd;w()V
-
throwGlError
private static void throwGlError(int error, long description) - Mappings:
Namespace Name Mixin selector named throwGlErrorLnet/minecraft/client/util/Window;throwGlError(IJ)Vintermediary method_4501Lnet/minecraft/class_1041;method_4501(IJ)Vofficial bLfvd;b(IJ)V
-
logGlError
public void logGlError(int error, long description) - Mappings:
Namespace Name Mixin selector named logGlErrorLnet/minecraft/client/util/Window;logGlError(IJ)Vintermediary method_4482Lnet/minecraft/class_1041;method_4482(IJ)Vofficial aLfvd;a(IJ)V
-
logOnGlError
public void logOnGlError()- Mappings:
Namespace Name Mixin selector named logOnGlErrorLnet/minecraft/client/util/Window;logOnGlError()Vintermediary method_4513Lnet/minecraft/class_1041;method_4513()Vofficial dLfvd;d()V
-
setVsync
public void setVsync(boolean vsync) - Mappings:
Namespace Name Mixin selector named setVsyncLnet/minecraft/client/util/Window;setVsync(Z)Vintermediary method_4497Lnet/minecraft/class_1041;method_4497(Z)Vofficial aLfvd;a(Z)V
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
onWindowPosChanged
private void onWindowPosChanged(long window, int x, int y) - Mappings:
Namespace Name Mixin selector named onWindowPosChangedLnet/minecraft/client/util/Window;onWindowPosChanged(JII)Vintermediary method_4478Lnet/minecraft/class_1041;method_4478(JII)Vofficial aLfvd;a(JII)V
-
onFramebufferSizeChanged
private void onFramebufferSizeChanged(long window, int width, int height) - Mappings:
Namespace Name Mixin selector named onFramebufferSizeChangedLnet/minecraft/client/util/Window;onFramebufferSizeChanged(JII)Vintermediary method_4504Lnet/minecraft/class_1041;method_4504(JII)Vofficial bLfvd;b(JII)V
-
updateFramebufferSize
private void updateFramebufferSize()- Mappings:
Namespace Name Mixin selector named updateFramebufferSizeLnet/minecraft/client/util/Window;updateFramebufferSize()Vintermediary method_4483Lnet/minecraft/class_1041;method_4483()Vofficial xLfvd;x()V
-
onWindowSizeChanged
private void onWindowSizeChanged(long window, int width, int height) - Mappings:
Namespace Name Mixin selector named onWindowSizeChangedLnet/minecraft/client/util/Window;onWindowSizeChanged(JII)Vintermediary method_4488Lnet/minecraft/class_1041;method_4488(JII)Vofficial cLfvd;c(JII)V
-
onWindowFocusChanged
private void onWindowFocusChanged(long window, boolean focused) - Mappings:
Namespace Name Mixin selector named onWindowFocusChangedLnet/minecraft/client/util/Window;onWindowFocusChanged(JZ)Vintermediary method_4494Lnet/minecraft/class_1041;method_4494(JZ)Vofficial aLfvd;a(JZ)V
-
onCursorEnterChanged
private void onCursorEnterChanged(long window, boolean entered) - Mappings:
Namespace Name Mixin selector named onCursorEnterChangedLnet/minecraft/client/util/Window;onCursorEnterChanged(JZ)Vintermediary method_30132Lnet/minecraft/class_1041;method_30132(JZ)Vofficial bLfvd;b(JZ)V
-
onMinimizeChanged
private void onMinimizeChanged(long window, boolean minimized) - Mappings:
Namespace Name Mixin selector named onMinimizeChangedLnet/minecraft/client/util/Window;onMinimizeChanged(JZ)Vintermediary method_61945Lnet/minecraft/class_1041;method_61945(JZ)Vofficial cLfvd;c(JZ)V
-
swapBuffers
- Mappings:
Namespace Name Mixin selector named swapBuffersLnet/minecraft/client/util/Window;swapBuffers(Lnet/minecraft/client/util/tracy/TracyFrameCapturer;)Vintermediary method_15998Lnet/minecraft/class_1041;method_15998(Lnet/minecraft/class_10219;)Vofficial aLfvd;a(Lfsz;)V
-
getFullscreenVideoMode
- Mappings:
Namespace Name Mixin selector named getFullscreenVideoModeLnet/minecraft/client/util/Window;getFullscreenVideoMode()Ljava/util/Optional;intermediary method_4511Lnet/minecraft/class_1041;method_4511()Ljava/util/Optional;official eLfvd;e()Ljava/util/Optional;
-
setFullscreenVideoMode
- Mappings:
Namespace Name Mixin selector named setFullscreenVideoModeLnet/minecraft/client/util/Window;setFullscreenVideoMode(Ljava/util/Optional;)Vintermediary method_4505Lnet/minecraft/class_1041;method_4505(Ljava/util/Optional;)Vofficial aLfvd;a(Ljava/util/Optional;)V
-
applyFullscreenVideoMode
public void applyFullscreenVideoMode()- Mappings:
Namespace Name Mixin selector named applyFullscreenVideoModeLnet/minecraft/client/util/Window;applyFullscreenVideoMode()Vintermediary method_4475Lnet/minecraft/class_1041;method_4475()Vofficial fLfvd;f()V
-
updateWindowRegion
private void updateWindowRegion()- Mappings:
Namespace Name Mixin selector named updateWindowRegionLnet/minecraft/client/util/Window;updateWindowRegion()Vintermediary method_4479Lnet/minecraft/class_1041;method_4479()Vofficial yLfvd;y()V
-
toggleFullscreen
public void toggleFullscreen()- Mappings:
Namespace Name Mixin selector named toggleFullscreenLnet/minecraft/client/util/Window;toggleFullscreen()Vintermediary method_4500Lnet/minecraft/class_1041;method_4500()Vofficial gLfvd;g()V
-
setWindowedSize
public void setWindowedSize(int width, int height) - Mappings:
Namespace Name Mixin selector named setWindowedSizeLnet/minecraft/client/util/Window;setWindowedSize(II)Vintermediary method_36813Lnet/minecraft/class_1041;method_36813(II)Vofficial aLfvd;a(II)V
-
updateFullscreen
- Mappings:
Namespace Name Mixin selector named updateFullscreenLnet/minecraft/client/util/Window;updateFullscreen(ZLnet/minecraft/client/util/tracy/TracyFrameCapturer;)Vintermediary method_4485Lnet/minecraft/class_1041;method_4485(ZLnet/minecraft/class_10219;)Vofficial aLfvd;a(ZLfsz;)V
-
calculateScaleFactor
public int calculateScaleFactor(int guiScale, boolean forceUnicodeFont) - Mappings:
Namespace Name Mixin selector named calculateScaleFactorLnet/minecraft/client/util/Window;calculateScaleFactor(IZ)Iintermediary method_4476Lnet/minecraft/class_1041;method_4476(IZ)Iofficial aLfvd;a(IZ)I
-
setScaleFactor
public void setScaleFactor(int scaleFactor) - Mappings:
Namespace Name Mixin selector named setScaleFactorLnet/minecraft/client/util/Window;setScaleFactor(I)Vintermediary method_15997Lnet/minecraft/class_1041;method_15997(I)Vofficial aLfvd;a(I)V
-
setTitle
- Mappings:
Namespace Name Mixin selector named setTitleLnet/minecraft/client/util/Window;setTitle(Ljava/lang/String;)Vintermediary method_24286Lnet/minecraft/class_1041;method_24286(Ljava/lang/String;)Vofficial bLfvd;b(Ljava/lang/String;)V
-
getHandle
public long getHandle()- Mappings:
Namespace Name Mixin selector named getHandleLnet/minecraft/client/util/Window;getHandle()Jintermediary method_4490Lnet/minecraft/class_1041;method_4490()Jofficial hLfvd;h()J
-
isFullscreen
public boolean isFullscreen()- Mappings:
Namespace Name Mixin selector named isFullscreenLnet/minecraft/client/util/Window;isFullscreen()Zintermediary method_4498Lnet/minecraft/class_1041;method_4498()Zofficial iLfvd;i()Z
-
isMinimized
public boolean isMinimized()- Mappings:
Namespace Name Mixin selector named isMinimizedLnet/minecraft/client/util/Window;isMinimized()Zintermediary method_61946Lnet/minecraft/class_1041;method_61946()Zofficial jLfvd;j()Z
-
getFramebufferWidth
public int getFramebufferWidth()- Mappings:
Namespace Name Mixin selector named getFramebufferWidthLnet/minecraft/client/util/Window;getFramebufferWidth()Iintermediary method_4489Lnet/minecraft/class_1041;method_4489()Iofficial kLfvd;k()I
-
getFramebufferHeight
public int getFramebufferHeight()- Mappings:
Namespace Name Mixin selector named getFramebufferHeightLnet/minecraft/client/util/Window;getFramebufferHeight()Iintermediary method_4506Lnet/minecraft/class_1041;method_4506()Iofficial lLfvd;l()I
-
setFramebufferWidth
public void setFramebufferWidth(int framebufferWidth) - Mappings:
Namespace Name Mixin selector named setFramebufferWidthLnet/minecraft/client/util/Window;setFramebufferWidth(I)Vintermediary method_35642Lnet/minecraft/class_1041;method_35642(I)Vofficial bLfvd;b(I)V
-
setFramebufferHeight
public void setFramebufferHeight(int framebufferHeight) - Mappings:
Namespace Name Mixin selector named setFramebufferHeightLnet/minecraft/client/util/Window;setFramebufferHeight(I)Vintermediary method_35643Lnet/minecraft/class_1041;method_35643(I)Vofficial cLfvd;c(I)V
-
getWidth
public int getWidth()- Mappings:
Namespace Name Mixin selector named getWidthLnet/minecraft/client/util/Window;getWidth()Iintermediary method_4480Lnet/minecraft/class_1041;method_4480()Iofficial mLfvd;m()I
-
getHeight
public int getHeight()- Mappings:
Namespace Name Mixin selector named getHeightLnet/minecraft/client/util/Window;getHeight()Iintermediary method_4507Lnet/minecraft/class_1041;method_4507()Iofficial nLfvd;n()I
-
getScaledWidth
public int getScaledWidth()- Mappings:
Namespace Name Mixin selector named getScaledWidthLnet/minecraft/client/util/Window;getScaledWidth()Iintermediary method_4486Lnet/minecraft/class_1041;method_4486()Iofficial oLfvd;o()I
-
getScaledHeight
public int getScaledHeight()- Mappings:
Namespace Name Mixin selector named getScaledHeightLnet/minecraft/client/util/Window;getScaledHeight()Iintermediary method_4502Lnet/minecraft/class_1041;method_4502()Iofficial pLfvd;p()I
-
getX
public int getX()- Mappings:
Namespace Name Mixin selector named getXLnet/minecraft/client/util/Window;getX()Iintermediary method_4499Lnet/minecraft/class_1041;method_4499()Iofficial qLfvd;q()I
-
getY
public int getY()- Mappings:
Namespace Name Mixin selector named getYLnet/minecraft/client/util/Window;getY()Iintermediary method_4477Lnet/minecraft/class_1041;method_4477()Iofficial rLfvd;r()I
-
getScaleFactor
public int getScaleFactor()- Mappings:
Namespace Name Mixin selector named getScaleFactorLnet/minecraft/client/util/Window;getScaleFactor()Iintermediary method_4495Lnet/minecraft/class_1041;method_4495()Iofficial sLfvd;s()I
-
getMonitor
- Mappings:
Namespace Name Mixin selector named getMonitorLnet/minecraft/client/util/Window;getMonitor()Lnet/minecraft/client/util/Monitor;intermediary method_20831Lnet/minecraft/class_1041;method_20831()Lnet/minecraft/class_313;official tLfvd;t()Lfuy;
-
setRawMouseMotion
public void setRawMouseMotion(boolean rawMouseMotion) - Mappings:
Namespace Name Mixin selector named setRawMouseMotionLnet/minecraft/client/util/Window;setRawMouseMotion(Z)Vintermediary method_21668Lnet/minecraft/class_1041;method_21668(Z)Vofficial bLfvd;b(Z)V
-
setCloseCallback
- Mappings:
Namespace Name Mixin selector named setCloseCallbackLnet/minecraft/client/util/Window;setCloseCallback(Ljava/lang/Runnable;)Vintermediary method_61943Lnet/minecraft/class_1041;method_61943(Ljava/lang/Runnable;)Vofficial aLfvd;a(Ljava/lang/Runnable;)V
-
hasZeroWidthOrHeight
public boolean hasZeroWidthOrHeight()- Mappings:
Namespace Name Mixin selector named hasZeroWidthOrHeightLnet/minecraft/client/util/Window;hasZeroWidthOrHeight()Zintermediary method_65966Lnet/minecraft/class_1041;method_65966()Zofficial uLfvd;u()Z
-
setAllowCursorChanges
public void setAllowCursorChanges(boolean allowCursorChanges) - Mappings:
Namespace Name Mixin selector named setAllowCursorChangesLnet/minecraft/client/util/Window;setAllowCursorChanges(Z)Vintermediary method_74030Lnet/minecraft/class_1041;method_74030(Z)Vofficial cLfvd;c(Z)V
-
setCursor
- Mappings:
Namespace Name Mixin selector named setCursorLnet/minecraft/client/util/Window;setCursor(Lnet/minecraft/client/gui/cursor/Cursor;)Vintermediary method_74029Lnet/minecraft/class_1041;method_74029(Lnet/minecraft/class_11875;)Vofficial aLfvd;a(Lfvf;)V
-
method_75291
public float method_75291()- Mappings:
Namespace Name Mixin selector named method_75291Lnet/minecraft/client/util/Window;method_75291()Fintermediary method_75291Lnet/minecraft/class_1041;method_75291()Fofficial vLfvd;v()F
-