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.components
The field for thecomponents
record component.Methods in net.neoforged.neoforge.network.negotiation that return types with arguments of type NegotiatedNetworkComponentModifier and TypeMethodDescriptionNegotiationResult.components()
Returns the value of thecomponents
record 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 aNegotiationResult
record class.