Package net.minecraft.client.util
Class MacWindowUtil
java.lang.Object
net.minecraft.client.util.MacWindowUtil
- Mappings:
 Namespace Name named net/minecraft/client/util/MacWindowUtilintermediary net/minecraft/class_6417official fag
- 
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 named field_46537Lnet/minecraft/client/util/MacWindowUtil;field_46537:Iintermediary field_46537Lnet/minecraft/class_6417;field_46537:Iofficial aLfag;a:I
 - 
FULLSCREEN_MASK
private static final int FULLSCREEN_MASK- See Also:
 - Mappings:
 Namespace Name Mixin selector named FULLSCREEN_MASKLnet/minecraft/client/util/MacWindowUtil;FULLSCREEN_MASK:Iintermediary field_34053Lnet/minecraft/class_6417;field_34053:Iofficial bLfag;b:I
 
 - 
 - 
Constructor Details
- 
MacWindowUtil
public MacWindowUtil() 
 - 
 - 
Method Details
- 
toggleFullscreen
public static void toggleFullscreen(long handle) - Mappings:
 Namespace Name Mixin selector named toggleFullscreenLnet/minecraft/client/util/MacWindowUtil;toggleFullscreen(J)Vintermediary method_37461Lnet/minecraft/class_6417;method_37461(J)Vofficial aLfag;a(J)V
 - 
fixStyleMask
public static void fixStyleMask(long handle) - Mappings:
 Namespace Name Mixin selector named fixStyleMaskLnet/minecraft/client/util/MacWindowUtil;fixStyleMask(J)Vintermediary method_54101Lnet/minecraft/class_6417;method_54101(J)Vofficial bLfag;b(J)V
 - 
getCocoaWindow
- Mappings:
 Namespace Name Mixin selector named getCocoaWindowLnet/minecraft/client/util/MacWindowUtil;getCocoaWindow(J)Ljava/util/Optional;intermediary method_37463Lnet/minecraft/class_6417;method_37463(J)Ljava/util/Optional;official cLfag;c(J)Ljava/util/Optional;
 - 
isFullscreen
- Mappings:
 Namespace Name Mixin selector named isFullscreenLnet/minecraft/client/util/MacWindowUtil;isFullscreen(Lca/weblite/objc/NSObject;)Zintermediary method_37462Lnet/minecraft/class_6417;method_37462(Lca/weblite/objc/NSObject;)Zofficial aLfag;a(Lca/weblite/objc/NSObject;)Z
 - 
getStyleMask
- Mappings:
 Namespace Name Mixin selector named getStyleMaskLnet/minecraft/client/util/MacWindowUtil;getStyleMask(Lca/weblite/objc/NSObject;)Jintermediary method_54102Lnet/minecraft/class_6417;method_54102(Lca/weblite/objc/NSObject;)Jofficial bLfag;b(Lca/weblite/objc/NSObject;)J
 - 
toggleFullscreen
- Mappings:
 Namespace Name Mixin selector named toggleFullscreenLnet/minecraft/client/util/MacWindowUtil;toggleFullscreen(Lca/weblite/objc/NSObject;)Vintermediary method_37464Lnet/minecraft/class_6417;method_37464(Lca/weblite/objc/NSObject;)Vofficial cLfag;c(Lca/weblite/objc/NSObject;)V
 - 
setApplicationIconImage
public static void setApplicationIconImage(InputSupplier<InputStream> iconSupplier) throws IOException - Throws:
 IOException- Mappings:
 Namespace Name Mixin selector named setApplicationIconImageLnet/minecraft/client/util/MacWindowUtil;setApplicationIconImage(Lnet/minecraft/resource/InputSupplier;)Vintermediary method_41718Lnet/minecraft/class_6417;method_41718(Lnet/minecraft/class_7367;)Vofficial aLfag;a(Latw;)V
 
 -