Uses of Class
net.minecraft.client.util.Monitor
Package | Description |
---|---|
net.minecraft.client.option | |
net.minecraft.client.util |
-
Uses of Monitor in net.minecraft.client.option
Constructors in net.minecraft.client.option with parameters of type Monitor Constructor Description FullscreenOption(Window window, @Nullable Monitor monitor)
-
Uses of Monitor in net.minecraft.client.util
Fields in net.minecraft.client.util with type parameters of type Monitor Modifier and Type Field Description private Long2ObjectMap<Monitor>
MonitorTracker. pointerToMonitorMap
Methods in net.minecraft.client.util that return Monitor Modifier and Type Method Description Monitor
MonitorFactory. createMonitor(long long2)
@Nullable Monitor
MonitorTracker. getMonitor(long long2)
@Nullable Monitor
MonitorTracker. getMonitor(Window window)
@Nullable Monitor
Window. getMonitor()