Package net.minecraft.client.util
Class Monitor
java.lang.Object
net.minecraft.client.util.Monitor
- Mappings:
 Namespace Name named net/minecraft/client/util/Monitorintermediary net/minecraft/class_313official fah
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfindClosestVideoMode(Optional<VideoMode> videoMode) intfindClosestVideoModeIndex(VideoMode videoMode) longgetVideoMode(int index) intintintvoidtoString() 
- 
Field Details
- 
handle
private final long handle- Mappings:
 Namespace Name Mixin selector named handleLnet/minecraft/client/util/Monitor;handle:Jintermediary field_1800Lnet/minecraft/class_313;field_1800:Jofficial aLfah;a:J
 - 
videoModes
- Mappings:
 Namespace Name Mixin selector named videoModesLnet/minecraft/client/util/Monitor;videoModes:Ljava/util/List;intermediary field_1797Lnet/minecraft/class_313;field_1797:Ljava/util/List;official bLfah;b:Ljava/util/List;
 - 
currentVideoMode
- Mappings:
 Namespace Name Mixin selector named currentVideoModeLnet/minecraft/client/util/Monitor;currentVideoMode:Lnet/minecraft/client/util/VideoMode;intermediary field_1802Lnet/minecraft/class_313;field_1802:Lnet/minecraft/class_319;official cLfah;c:Lfal;
 - 
x
private int x- Mappings:
 Namespace Name Mixin selector named xLnet/minecraft/client/util/Monitor;x:Iintermediary field_1799Lnet/minecraft/class_313;field_1799:Iofficial dLfah;d:I
 - 
y
private int y- Mappings:
 Namespace Name Mixin selector named yLnet/minecraft/client/util/Monitor;y:Iintermediary field_1798Lnet/minecraft/class_313;field_1798:Iofficial eLfah;e:I
 
 - 
 - 
Constructor Details
- 
Monitor
public Monitor(long handle) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/util/Monitor;<init>(J)Vintermediary <init>Lnet/minecraft/class_313;<init>(J)Vofficial <init>Lfah;<init>(J)V
 
 - 
 - 
Method Details
- 
populateVideoModes
public void populateVideoModes()- Mappings:
 Namespace Name Mixin selector named populateVideoModesLnet/minecraft/client/util/Monitor;populateVideoModes()Vintermediary method_1615Lnet/minecraft/class_313;method_1615()Vofficial aLfah;a()V
 - 
findClosestVideoMode
- Mappings:
 Namespace Name Mixin selector named findClosestVideoModeLnet/minecraft/client/util/Monitor;findClosestVideoMode(Ljava/util/Optional;)Lnet/minecraft/client/util/VideoMode;intermediary method_1614Lnet/minecraft/class_313;method_1614(Ljava/util/Optional;)Lnet/minecraft/class_319;official aLfah;a(Ljava/util/Optional;)Lfal;
 - 
findClosestVideoModeIndex
- Mappings:
 Namespace Name Mixin selector named findClosestVideoModeIndexLnet/minecraft/client/util/Monitor;findClosestVideoModeIndex(Lnet/minecraft/client/util/VideoMode;)Iintermediary method_1619Lnet/minecraft/class_313;method_1619(Lnet/minecraft/class_319;)Iofficial aLfah;a(Lfal;)I
 - 
getCurrentVideoMode
- Mappings:
 Namespace Name Mixin selector named getCurrentVideoModeLnet/minecraft/client/util/Monitor;getCurrentVideoMode()Lnet/minecraft/client/util/VideoMode;intermediary method_1617Lnet/minecraft/class_313;method_1617()Lnet/minecraft/class_319;official bLfah;b()Lfal;
 - 
getViewportX
public int getViewportX()- Mappings:
 Namespace Name Mixin selector named getViewportXLnet/minecraft/client/util/Monitor;getViewportX()Iintermediary method_1616Lnet/minecraft/class_313;method_1616()Iofficial cLfah;c()I
 - 
getViewportY
public int getViewportY()- Mappings:
 Namespace Name Mixin selector named getViewportYLnet/minecraft/client/util/Monitor;getViewportY()Iintermediary method_1618Lnet/minecraft/class_313;method_1618()Iofficial dLfah;d()I
 - 
getVideoMode
- Mappings:
 Namespace Name Mixin selector named getVideoModeLnet/minecraft/client/util/Monitor;getVideoMode(I)Lnet/minecraft/client/util/VideoMode;intermediary method_1620Lnet/minecraft/class_313;method_1620(I)Lnet/minecraft/class_319;official aLfah;a(I)Lfal;
 - 
getVideoModeCount
public int getVideoModeCount()- Mappings:
 Namespace Name Mixin selector named getVideoModeCountLnet/minecraft/client/util/Monitor;getVideoModeCount()Iintermediary method_1621Lnet/minecraft/class_313;method_1621()Iofficial eLfah;e()I
 - 
getHandle
public long getHandle()- Mappings:
 Namespace Name Mixin selector named getHandleLnet/minecraft/client/util/Monitor;getHandle()Jintermediary method_1622Lnet/minecraft/class_313;method_1622()Jofficial fLfah;f()J
 - 
toString
 
 -