记录类 ModdedNetworkSetupFailedPayload

java.lang.Object
java.lang.Record
net.neoforged.neoforge.network.payload.ModdedNetworkSetupFailedPayload
记录组件:
failureReasons - A map of mod ids to the reason why the modded network failed to set up.
所有已实现的接口:
CustomPacketPayload

@Internal public record ModdedNetworkSetupFailedPayload(Map<ResourceLocation,Component> failureReasons) extends Record implements CustomPacketPayload
Payload sent to the client when the server has failed to set up the modded network.