Uses of Interface
net.minecraft.client.WindowEventHandler
Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.util |
-
Uses of WindowEventHandler in net.minecraft.client
Classes in net.minecraft.client that implement WindowEventHandler Modifier and Type Class Description class
MinecraftClient
Represents a logical Minecraft client. -
Uses of WindowEventHandler in net.minecraft.client.util
Fields in net.minecraft.client.util declared as WindowEventHandler Modifier and Type Field Description private WindowEventHandler
Window. eventHandler
Constructors in net.minecraft.client.util with parameters of type WindowEventHandler Constructor Description Window(WindowEventHandler eventHandler, MonitorTracker monitorTracker, WindowSettings settings, @Nullable String videoMode, String title)