Uses of Record Class
net.neoforged.neoforge.network.negotiation.NegotiableNetworkComponent
Packages that use NegotiableNetworkComponent
-
Uses of NegotiableNetworkComponent in net.neoforged.neoforge.network.negotiation
Methods in net.neoforged.neoforge.network.negotiation that return types with arguments of type NegotiableNetworkComponentModifier and TypeMethodDescriptionprivate static List<NegotiableNetworkComponent> NetworkComponentNegotiator.buildDisabledOptionalComponents(List<NegotiableNetworkComponent> currentSide, List<NegotiableNetworkComponent> otherSide) Builds a list of disabled optional components.Methods in net.neoforged.neoforge.network.negotiation with parameters of type NegotiableNetworkComponentModifier and TypeMethodDescriptionNetworkComponentNegotiator.validateComponent(NegotiableNetworkComponent left, NegotiableNetworkComponent right, String requestingSide) Checks if two components are compatible.Method parameters in net.neoforged.neoforge.network.negotiation with type arguments of type NegotiableNetworkComponentModifier and TypeMethodDescriptionprivate static List<NegotiableNetworkComponent> NetworkComponentNegotiator.buildDisabledOptionalComponents(List<NegotiableNetworkComponent> currentSide, List<NegotiableNetworkComponent> otherSide) Builds a list of disabled optional components.static NegotiationResultNetworkComponentNegotiator.negotiate(List<NegotiableNetworkComponent> server, List<NegotiableNetworkComponent> client) Negotiates the network components between the server and client.