接口 ICustomConfigurationTask

所有超级接口:
ConfigurationTask
所有已知实现类:
CommonRegisterTask, CommonVersionTask, RegistryDataMapNegotiation, SyncConfig, SyncRegistries

public interface ICustomConfigurationTask extends ConfigurationTask
Defines a custom configuration task that should be run when a client connects.

This interface is a wrapper functional interface around ConfigurationTask. Allowing for easily sending custom payloads to the client, without having to perform the wrapping in ClientboundCustomPayloadPacket yourself.
It is recommended to use this interface over ConfigurationTask when you need to send custom payloads. It's functionality is otherwise identical.