Class MinecraftMixin
- All Implemented Interfaces:
com.mojang.blaze3d.platform.WindowEventHandler, AutoCloseable, Executor, net.minecraft.util.profiling.metrics.ProfilerMeasured, net.minecraft.util.thread.TaskScheduler<Runnable>
public abstract class MinecraftMixin
extends net.minecraft.util.thread.ReentrantBlockableEventLoop<Runnable>
implements com.mojang.blaze3d.platform.WindowEventHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionnet.minecraft.client.gui.Guinet.minecraft.client.player.LocalPlayerFields inherited from class net.minecraft.util.thread.BlockableEventLoop
BLOCK_TIME_NANOS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleKeybinds_inject(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) Methods inherited from class net.minecraft.util.thread.ReentrantBlockableEventLoop
doRunTask, runningTask, scheduleExecutablesMethods inherited from class net.minecraft.util.thread.BlockableEventLoop
delayCrash, dropAllTasks, execute, executeBlocking, executeIfPossible, getPendingTasksCount, getRunningThread, isNonRecoverable, isSameThread, managedBlock, name, pollTask, profiledMetrics, relayDelayCrash, runAllTasks, schedule, shouldRun, shouldRunAllTasks, submit, submit, submitAsync, waitForTasksMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.thread.TaskScheduler
close, scheduleWithResult, wrapRunnableMethods inherited from interface com.mojang.blaze3d.platform.WindowEventHandler
cursorEntered, framebufferSizeChanged, resizeGui
-
Field Details
-
player
@Nullable public net.minecraft.client.player.LocalPlayer player -
gui
public net.minecraft.client.gui.Gui gui
-
-
Constructor Details
-
MinecraftMixin
-
-
Method Details
-
handleKeybinds_inject
public void handleKeybinds_inject(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-