接口 IServerConfigurationPacketListenerExtension
- 所有已知子接口:
ServerConfigurationPacketListener
public interface IServerConfigurationPacketListenerExtension
extends IServerCommonPacketListenerExtension
Extension class for
ServerConfigurationPacketListener
-
方法概要
修饰符和类型方法说明void
Call when a configuration task is finished从接口继承的方法 net.neoforged.neoforge.common.extensions.ICommonPacketListener
disconnect, getConnection, getConnectionType, getMainThreadEventLoop, hasChannel, hasChannel, hasChannel, send
从接口继承的方法 net.neoforged.neoforge.common.extensions.IServerCommonPacketListenerExtension
send, send, send
从接口继承的方法 net.minecraft.network.PacketListener
createDisconnectionInfo, fillCrashReport, fillListenerSpecificCrashDetails, flow, isAcceptingMessages, onDisconnect, onPacketError, protocol, shouldHandleMessage
-
方法详细资料
-
finishCurrentTask
Call when a configuration task is finished- 参数:
task
- The task that was finished- Implementation Note:
- This forces the normally private method implementation in
ServerConfigurationPacketListenerImpl.finishCurrentTask(ConfigurationTask.Type)
to become public, and adds this to the signature ofServerConfigurationPacketListener
-