Uses of Record Class
net.neoforged.neoforge.network.negotiation.NegotiatedNetworkComponent
Packages that use NegotiatedNetworkComponent
-
Uses of NegotiatedNetworkComponent in net.neoforged.neoforge.network.negotiation
Fields in net.neoforged.neoforge.network.negotiation with type parameters of type NegotiatedNetworkComponentModifier and TypeFieldDescriptionprivate final List<NegotiatedNetworkComponent> NegotiationResult.componentsThe field for thecomponentsrecord component.Methods in net.neoforged.neoforge.network.negotiation that return types with arguments of type NegotiatedNetworkComponentModifier and TypeMethodDescriptionNegotiationResult.components()Returns the value of thecomponentsrecord component.Constructor parameters in net.neoforged.neoforge.network.negotiation with type arguments of type NegotiatedNetworkComponentModifierConstructorDescriptionNegotiationResult(List<NegotiatedNetworkComponent> components, boolean success, Map<ResourceLocation, Component> failureReasons) Creates an instance of aNegotiationResultrecord class.