Package net.minecraft.client.util
Class GlfwUtil
java.lang.Object
net.minecraft.client.util.GlfwUtil
@Environment(CLIENT) public class GlfwUtil extends Object
- Mappings:
Namespace Name official djy
intermediary net/minecraft/class_3673
named net/minecraft/client/util/GlfwUtil
-
Constructor Summary
Constructors Constructor Description GlfwUtil()
-
Method Summary
Modifier and Type Method Description static double
getTime()
static void
makeJvmCrash()
-
Constructor Details
-
GlfwUtil
public GlfwUtil()
-
-
Method Details
-
makeJvmCrash
public static void makeJvmCrash()- Mappings:
Namespace Name Mixin selector official a
Ldjy;a()V
intermediary method_15973
Lnet/minecraft/class_3673;method_15973()V
named makeJvmCrash
Lnet/minecraft/client/util/GlfwUtil;makeJvmCrash()V
-
getTime
public static double getTime()- Mappings:
Namespace Name Mixin selector official b
Ldjy;b()D
intermediary method_15974
Lnet/minecraft/class_3673;method_15974()D
named getTime
Lnet/minecraft/client/util/GlfwUtil;getTime()D
-