Uses of Record Class
net.neoforged.neoforge.network.registration.NetworkChannel
Packages that use NetworkChannel
-
Uses of NetworkChannel in net.neoforged.neoforge.network.registration
Fields in net.neoforged.neoforge.network.registration with type parameters of type NetworkChannelModifier and TypeFieldDescriptionprivate final Map<ConnectionProtocol, Map<Identifier, NetworkChannel>> NetworkPayloadSetup.channelsThe field for thechannelsrecord component.static final StreamCodec<FriendlyByteBuf, NetworkChannel> NetworkChannel.STREAM_CODECMethods in net.neoforged.neoforge.network.registration that return NetworkChannelModifier and TypeMethodDescription@Nullable NetworkChannelNetworkPayloadSetup.getChannel(ConnectionProtocol protocol, Identifier id) Methods in net.neoforged.neoforge.network.registration that return types with arguments of type NetworkChannelModifier and TypeMethodDescriptionNetworkPayloadSetup.channels()Returns the value of thechannelsrecord component.NetworkPayloadSetup.getChannels(ConnectionProtocol protocol) Constructor parameters in net.neoforged.neoforge.network.registration with type arguments of type NetworkChannelModifierConstructorDescriptionNetworkPayloadSetup(Map<ConnectionProtocol, Map<Identifier, NetworkChannel>> channels) Creates an instance of aNetworkPayloadSetuprecord class.