Uses of Record Class
net.neoforged.neoforge.network.negotiation.NegotiationResult
Packages that use NegotiationResult
Package
Description
-
Uses of NegotiationResult in net.neoforged.neoforge.network.negotiation
Methods in net.neoforged.neoforge.network.negotiation that return NegotiationResultModifier and TypeMethodDescriptionstatic NegotiationResult
NetworkComponentNegotiator.negotiate
(List<NegotiableNetworkComponent> server, List<NegotiableNetworkComponent> client) Negotiates the network components between the server and client. -
Uses of NegotiationResult in net.neoforged.neoforge.network.registration
Method parameters in net.neoforged.neoforge.network.registration with type arguments of type NegotiationResultModifier and TypeMethodDescriptionstatic NetworkPayloadSetup
NetworkPayloadSetup.from
(Map<net.minecraft.network.ConnectionProtocol, NegotiationResult> results) Returns A modded network with the given configuration and play channels..