Package net.minecraft.client.util
Class Monitor
java.lang.Object
net.minecraft.client.util.Monitor
- Mappings:
- Namespace - Name - official - dzo- intermediary - net/minecraft/class_313- named - net/minecraft/client/util/Monitor
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfindClosestVideoMode(Optional<VideoMode> videoMode) intfindClosestVideoModeIndex(VideoMode videoMode) longgetVideoMode(int index) intintintvoidtoString()
- 
Field Details- 
handleprivate final long handle- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzo;a:J- intermediary - field_1800- Lnet/minecraft/class_313;field_1800:J- named - handle- Lnet/minecraft/client/util/Monitor;handle:J
 
- 
videoModes- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldzo;b:Ljava/util/List;- intermediary - field_1797- Lnet/minecraft/class_313;field_1797:Ljava/util/List;- named - videoModes- Lnet/minecraft/client/util/Monitor;videoModes:Ljava/util/List;
 
- 
currentVideoMode- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldzo;c:Ldzt;- intermediary - field_1802- Lnet/minecraft/class_313;field_1802:Lnet/minecraft/class_319;- named - currentVideoMode- Lnet/minecraft/client/util/Monitor;currentVideoMode:Lnet/minecraft/client/util/VideoMode;
 
- 
xprivate int x- Mappings:
- Namespace - Name - Mixin selector - official - d- Ldzo;d:I- intermediary - field_1799- Lnet/minecraft/class_313;field_1799:I- named - x- Lnet/minecraft/client/util/Monitor;x:I
 
- 
yprivate int y- Mappings:
- Namespace - Name - Mixin selector - official - e- Ldzo;e:I- intermediary - field_1798- Lnet/minecraft/class_313;field_1798:I- named - y- Lnet/minecraft/client/util/Monitor;y:I
 
 
- 
- 
Constructor Details- 
Monitorpublic Monitor(long handle) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldzo;<init>(J)V- intermediary - <init>- Lnet/minecraft/class_313;<init>(J)V- named - <init>- Lnet/minecraft/client/util/Monitor;<init>(J)V
 
 
- 
- 
Method Details- 
populateVideoModespublic void populateVideoModes()- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzo;a()V- intermediary - method_1615- Lnet/minecraft/class_313;method_1615()V- named - populateVideoModes- Lnet/minecraft/client/util/Monitor;populateVideoModes()V
 
- 
findClosestVideoMode- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzo;a(Ljava/util/Optional;)Ldzt;- intermediary - method_1614- Lnet/minecraft/class_313;method_1614(Ljava/util/Optional;)Lnet/minecraft/class_319;- named - findClosestVideoMode- Lnet/minecraft/client/util/Monitor;findClosestVideoMode(Ljava/util/Optional;)Lnet/minecraft/client/util/VideoMode;
 
- 
findClosestVideoModeIndex- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzo;a(Ldzt;)I- intermediary - method_1619- Lnet/minecraft/class_313;method_1619(Lnet/minecraft/class_319;)I- named - findClosestVideoModeIndex- Lnet/minecraft/client/util/Monitor;findClosestVideoModeIndex(Lnet/minecraft/client/util/VideoMode;)I
 
- 
getCurrentVideoMode- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldzo;b()Ldzt;- intermediary - method_1617- Lnet/minecraft/class_313;method_1617()Lnet/minecraft/class_319;- named - getCurrentVideoMode- Lnet/minecraft/client/util/Monitor;getCurrentVideoMode()Lnet/minecraft/client/util/VideoMode;
 
- 
getViewportXpublic int getViewportX()- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldzo;c()I- intermediary - method_1616- Lnet/minecraft/class_313;method_1616()I- named - getViewportX- Lnet/minecraft/client/util/Monitor;getViewportX()I
 
- 
getViewportYpublic int getViewportY()- Mappings:
- Namespace - Name - Mixin selector - official - d- Ldzo;d()I- intermediary - method_1618- Lnet/minecraft/class_313;method_1618()I- named - getViewportY- Lnet/minecraft/client/util/Monitor;getViewportY()I
 
- 
getVideoMode- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzo;a(I)Ldzt;- intermediary - method_1620- Lnet/minecraft/class_313;method_1620(I)Lnet/minecraft/class_319;- named - getVideoMode- Lnet/minecraft/client/util/Monitor;getVideoMode(I)Lnet/minecraft/client/util/VideoMode;
 
- 
getVideoModeCountpublic int getVideoModeCount()- Mappings:
- Namespace - Name - Mixin selector - official - e- Ldzo;e()I- intermediary - method_1621- Lnet/minecraft/class_313;method_1621()I- named - getVideoModeCount- Lnet/minecraft/client/util/Monitor;getVideoModeCount()I
 
- 
getHandlepublic long getHandle()- Mappings:
- Namespace - Name - Mixin selector - official - f- Ldzo;f()J- intermediary - method_1622- Lnet/minecraft/class_313;method_1622()J- named - getHandle- Lnet/minecraft/client/util/Monitor;getHandle()J
 
- 
toString
 
-