类 ServerUtil
java.lang.Object
cn.korostudio.c3h6n6o6.thread.ServerUtil
-
构造器概要
-
方法概要
修饰符和类型方法说明static void
sendQueuedBlockEvents
(Deque<net.minecraft.server.world.BlockEvent> d, net.minecraft.server.world.ServerWorld sw) 别问吾,这玩意是MCMT的产物,用来妥善分发的,虽然证实没啥大用(
-
构造器详细资料
-
ServerUtil
public ServerUtil()
-
-
方法详细资料
-
sendQueuedBlockEvents
public static void sendQueuedBlockEvents(Deque<net.minecraft.server.world.BlockEvent> d, net.minecraft.server.world.ServerWorld sw) 别问吾,这玩意是MCMT的产物,用来妥善分发的,虽然证实没啥大用(- 参数:
d
- 双向队列(方块事件)sw
- 服务器世界对象
-