Package net.minecraft.client.util
Class MacWindowUtil
java.lang.Object
net.minecraft.client.util.MacWindowUtil
- Mappings:
Namespace Name official eoyintermediary net/minecraft/class_6417named net/minecraft/client/util/MacWindowUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfixStyleMask(long handle) getCocoaWindow(long handle) private static longgetStyleMask(NSObject handle) private static booleanisFullscreen(NSObject handle) static voidsetApplicationIconImage(InputSupplier<InputStream> iconSupplier) static voidtoggleFullscreen(long handle) private static voidtoggleFullscreen(NSObject handle)
-
Field Details
-
field_46537
private static final int field_46537- See Also:
- Mappings:
Namespace Name Mixin selector official aLeoy;a:Iintermediary field_46537Lnet/minecraft/class_6417;field_46537:Inamed field_46537Lnet/minecraft/client/util/MacWindowUtil;field_46537:I
-
FULLSCREEN_MASK
private static final int FULLSCREEN_MASK- See Also:
- Mappings:
Namespace Name Mixin selector official bLeoy;b:Iintermediary field_34053Lnet/minecraft/class_6417;field_34053:Inamed FULLSCREEN_MASKLnet/minecraft/client/util/MacWindowUtil;FULLSCREEN_MASK:I
-
-
Constructor Details
-
MacWindowUtil
public MacWindowUtil()
-
-
Method Details
-
toggleFullscreen
public static void toggleFullscreen(long handle) - Mappings:
Namespace Name Mixin selector official aLeoy;a(J)Vintermediary method_37461Lnet/minecraft/class_6417;method_37461(J)Vnamed toggleFullscreenLnet/minecraft/client/util/MacWindowUtil;toggleFullscreen(J)V
-
fixStyleMask
public static void fixStyleMask(long handle) - Mappings:
Namespace Name Mixin selector official bLeoy;b(J)Vintermediary method_54101Lnet/minecraft/class_6417;method_54101(J)Vnamed fixStyleMaskLnet/minecraft/client/util/MacWindowUtil;fixStyleMask(J)V
-
getCocoaWindow
- Mappings:
Namespace Name Mixin selector official cLeoy;c(J)Ljava/util/Optional;intermediary method_37463Lnet/minecraft/class_6417;method_37463(J)Ljava/util/Optional;named getCocoaWindowLnet/minecraft/client/util/MacWindowUtil;getCocoaWindow(J)Ljava/util/Optional;
-
isFullscreen
- Mappings:
Namespace Name Mixin selector official aLeoy;a(Lca/weblite/objc/NSObject;)Zintermediary method_37462Lnet/minecraft/class_6417;method_37462(Lca/weblite/objc/NSObject;)Znamed isFullscreenLnet/minecraft/client/util/MacWindowUtil;isFullscreen(Lca/weblite/objc/NSObject;)Z
-
getStyleMask
- Mappings:
Namespace Name Mixin selector official bLeoy;b(Lca/weblite/objc/NSObject;)Jintermediary method_54102Lnet/minecraft/class_6417;method_54102(Lca/weblite/objc/NSObject;)Jnamed getStyleMaskLnet/minecraft/client/util/MacWindowUtil;getStyleMask(Lca/weblite/objc/NSObject;)J
-
toggleFullscreen
- Mappings:
Namespace Name Mixin selector official cLeoy;c(Lca/weblite/objc/NSObject;)Vintermediary method_37464Lnet/minecraft/class_6417;method_37464(Lca/weblite/objc/NSObject;)Vnamed toggleFullscreenLnet/minecraft/client/util/MacWindowUtil;toggleFullscreen(Lca/weblite/objc/NSObject;)V
-
setApplicationIconImage
public static void setApplicationIconImage(InputSupplier<InputStream> iconSupplier) throws IOException - Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLeoy;a(Laqa;)Vintermediary method_41718Lnet/minecraft/class_6417;method_41718(Lnet/minecraft/class_7367;)Vnamed setApplicationIconImageLnet/minecraft/client/util/MacWindowUtil;setApplicationIconImage(Lnet/minecraft/resource/InputSupplier;)V
-