Interface IServerConfigurationPacketListenerExtension
- All Superinterfaces:
ICommonPacketListener,IServerCommonPacketListenerExtension,PacketListener
- All Known Subinterfaces:
ServerConfigurationPacketListener
- All Known Implementing Classes:
ServerConfigurationPacketListenerImpl
public interface IServerConfigurationPacketListenerExtension
extends IServerCommonPacketListenerExtension
Extension class for
ServerConfigurationPacketListener-
Method Summary
Modifier and TypeMethodDescriptionvoidCall when a configuration task is finishedMethods inherited from interface net.neoforged.neoforge.common.extensions.ICommonPacketListener
disconnect, getConnection, getConnectionType, getMainThreadEventLoop, hasChannel, hasChannel, hasChannel, sendMethods inherited from interface net.neoforged.neoforge.common.extensions.IServerCommonPacketListenerExtension
send, send, sendMethods inherited from interface net.minecraft.network.PacketListener
createDisconnectionInfo, fillCrashReport, fillListenerSpecificCrashDetails, flow, isAcceptingMessages, onDisconnect, onPacketError, protocol, shouldHandleMessage
-
Method Details
-
finishCurrentTask
Call when a configuration task is finished- Parameters:
task- The task that was finished
-