Record Class ModdedNetworkSetupFailedPayload

java.lang.Object
java.lang.Record
net.neoforged.neoforge.network.payload.ModdedNetworkSetupFailedPayload
Record Components:
failureReasons - A map of mod ids to the reason why the modded network failed to set up.
All Implemented Interfaces:
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.