Class MinecraftServerMixin
java.lang.Object
net.minecraft.util.thread.BlockableEventLoop<net.minecraft.server.TickTask>
net.minecraft.util.thread.ReentrantBlockableEventLoop<net.minecraft.server.TickTask>
com.stereowalker.unionlib.mixin.MinecraftServerMixin
- All Implemented Interfaces:
AutoCloseable, Executor, net.minecraft.commands.CommandSource, net.minecraft.util.profiling.metrics.ProfilerMeasured, net.minecraft.util.thread.TaskScheduler<net.minecraft.server.TickTask>
public abstract class MinecraftServerMixin
extends net.minecraft.util.thread.ReentrantBlockableEventLoop<net.minecraft.server.TickTask>
implements net.minecraft.commands.CommandSource, AutoCloseable
-
Field Summary
Fields inherited from class net.minecraft.util.thread.BlockableEventLoop
BLOCK_TIME_NANOSFields inherited from interface net.minecraft.commands.CommandSource
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateLevels_inject(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) voidsetScreen_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.commands.CommandSource
acceptsFailure, acceptsSuccess, alwaysAccepts, sendSystemMessage, shouldInformAdminsMethods inherited from interface net.minecraft.util.thread.TaskScheduler
close, scheduleWithResult, wrapRunnable
-
Constructor Details
-
MinecraftServerMixin
-
-
Method Details
-
createLevels_inject
public void createLevels_inject(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) -
setScreen_inject
public void setScreen_inject(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-