Uses of Enum Class
net.minecraft.network.protocol.PacketFlow
Packages that use PacketFlow
Package
Description
- 
Uses of PacketFlow in net.minecraft.networkFields in net.minecraft.network declared as PacketFlowModifier and TypeFieldDescriptionprivate final PacketFlowConnectionProtocol.CodecData.flowprivate final PacketFlowConnection.receivingFields in net.minecraft.network with type parameters of type PacketFlowModifier and TypeFieldDescriptionprivate final Map<PacketFlow,ConnectionProtocol.CodecData<?>> ConnectionProtocol.flowsprivate final Map<PacketFlow,ConnectionProtocol.PacketSet<?>> ConnectionProtocol.ProtocolBuilder.flowsMethods in net.minecraft.network that return PacketFlowModifier and TypeMethodDescriptiondefault PacketFlowClientboundPacketListener.flow()ConnectionProtocol.CodecData.flow()PacketListener.flow()default PacketFlowServerboundPacketListener.flow()Connection.getDirection()Connection.getReceiving()Connection.getSending()Methods in net.minecraft.network that return types with arguments of type PacketFlowModifier and TypeMethodDescriptionConnectionProtocol.ProtocolBuilder.buildCodecs(ConnectionProtocol p_295242_) Methods in net.minecraft.network with parameters of type PacketFlowModifier and TypeMethodDescription<T extends PacketListener>
 ConnectionProtocol.ProtocolBuilderConnectionProtocol.ProtocolBuilder.addFlow(PacketFlow p_129626_, ConnectionProtocol.PacketSet<T> p_129627_) ConnectionProtocol.codec(PacketFlow p_295742_) private static voidConnection.configureInMemoryPacketValidation(io.netty.channel.ChannelPipeline p_294487_, PacketFlow p_296320_) static voidConnection.configureInMemoryPipeline(io.netty.channel.ChannelPipeline p_295541_, PacketFlow p_294540_) static voidConnection.configureSerialization(io.netty.channel.ChannelPipeline p_265436_, PacketFlow p_265104_, BandwidthDebugMonitor p_299246_) ConnectionProtocol.getPacketsByIds(PacketFlow p_195621_) private static io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>>Connection.getProtocolKey(PacketFlow p_294385_) Constructors in net.minecraft.network with parameters of type PacketFlowModifierConstructorDescriptionCodecData(ConnectionProtocol p_294701_, PacketFlow p_296318_, ConnectionProtocol.PacketSet<T> p_295008_) Connection(PacketFlow p_129482_) 
- 
Uses of PacketFlow in net.minecraft.network.protocolMethods in net.minecraft.network.protocol that return PacketFlowModifier and TypeMethodDescriptionPacketFlow.getOpposite()static PacketFlowReturns the enum constant of this class with the specified name.static PacketFlow[]PacketFlow.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of PacketFlow in net.minecraft.util.profiling.jfr.statsFields in net.minecraft.util.profiling.jfr.stats declared as PacketFlowModifier and TypeFieldDescriptionprivate final PacketFlowNetworkPacketSummary.PacketIdentification.directionThe field for thedirectionrecord component.Methods in net.minecraft.util.profiling.jfr.stats that return PacketFlowModifier and TypeMethodDescriptionNetworkPacketSummary.PacketIdentification.direction()Returns the value of thedirectionrecord component.Constructors in net.minecraft.util.profiling.jfr.stats with parameters of type PacketFlowModifierConstructorDescriptionPacketIdentification(PacketFlow direction, String protocolId, int packetId) Creates an instance of aPacketIdentificationrecord class.
- 
Uses of PacketFlow in net.neoforged.neoforge.common.extensionsMethods in net.neoforged.neoforge.common.extensions that return PacketFlowModifier and TypeMethodDescriptiondefault PacketFlowIPacketFlowExtension.self()Returns thePacketFlowthis extension is applied to.
- 
Uses of PacketFlow in net.neoforged.neoforge.networkFields in net.neoforged.neoforge.network declared as PacketFlowMethods in net.neoforged.neoforge.network that return PacketFlowConstructors in net.neoforged.neoforge.network with parameters of type PacketFlowModifierConstructorDescriptionPacketDistributor(BiFunction<PacketDistributor<T>, T, Consumer<Packet<?>>> functor, PacketFlow flow) PacketDistributor(Function<PacketDistributor<T>, Consumer<Packet<?>>> functor, PacketFlow flow) 
- 
Uses of PacketFlow in net.neoforged.neoforge.network.filtersMethods in net.neoforged.neoforge.network.filters with parameters of type PacketFlowModifier and TypeMethodDescriptionprivate static Packet<?>GenericPacketSplitter.createPacket(PacketFlow flow, byte[] payload) static intGenericPacketSplitter.determineMaxPayloadSize(ConnectionProtocol protocol, PacketFlow flow) private static io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>>GenericPacketSplitter.getProtocolKey(PacketFlow flow) 
- 
Uses of PacketFlow in net.neoforged.neoforge.network.handlingFields in net.neoforged.neoforge.network.handling declared as PacketFlowModifier and TypeFieldDescriptionprivate final PacketFlowConfigurationPayloadContext.flowThe field for theflowrecord component.private final PacketFlowPlayPayloadContext.flowThe field for theflowrecord component.Methods in net.neoforged.neoforge.network.handling that return PacketFlowModifier and TypeMethodDescriptionConfigurationPayloadContext.flow()Returns the value of theflowrecord component.IPayloadContext.flow()Returns the flow of the packet.PlayPayloadContext.flow()Returns the value of theflowrecord component.Constructors in net.neoforged.neoforge.network.handling with parameters of type PacketFlowModifierConstructorDescriptionConfigurationPayloadContext(IReplyHandler replyHandler, IPacketHandler packetHandler, ITaskCompletedHandler taskCompletedHandler, ISynchronizedWorkHandler workHandler, PacketFlow flow, io.netty.channel.ChannelHandlerContext channelHandlerContext, Optional<Player> player) Creates an instance of aConfigurationPayloadContextrecord class.PlayPayloadContext(IReplyHandler replyHandler, IPacketHandler packetHandler, ISynchronizedWorkHandler workHandler, PacketFlow flow, io.netty.channel.ChannelHandlerContext channelHandlerContext, Optional<Player> player) Creates an instance of aPlayPayloadContextrecord class.
- 
Uses of PacketFlow in net.neoforged.neoforge.network.negotiationFields in net.neoforged.neoforge.network.negotiation with type parameters of type PacketFlowModifier and TypeFieldDescriptionprivate final Optional<PacketFlow>NegotiableNetworkComponent.flowThe field for theflowrecord component.Methods in net.neoforged.neoforge.network.negotiation that return types with arguments of type PacketFlow
- 
Uses of PacketFlow in net.neoforged.neoforge.network.payloadFields in net.neoforged.neoforge.network.payload with type parameters of type PacketFlowModifier and TypeFieldDescriptionprivate final Optional<PacketFlow>ModdedNetworkQueryComponent.flowThe field for theflowrecord component.Methods in net.neoforged.neoforge.network.payload that return types with arguments of type PacketFlow
- 
Uses of PacketFlow in net.neoforged.neoforge.network.registrationFields in net.neoforged.neoforge.network.registration with type parameters of type PacketFlowModifier and TypeFieldDescriptionprivate static final io.netty.util.AttributeKey<PacketFlow>NetworkRegistry.ATTRIBUTE_FLOWprivate final Optional<PacketFlow>ConfigurationRegistration.flowThe field for theflowrecord component.private final Optional<PacketFlow>PlayRegistration.flowThe field for theflowrecord component.Methods in net.neoforged.neoforge.network.registration that return types with arguments of type PacketFlowModifier and TypeMethodDescription(package private) Optional<PacketFlow>ConfigurationPayloadHandler.flow()ConfigurationRegistration.flow()Returns the value of theflowrecord component.(package private) Optional<PacketFlow>PlayPayloadHandler.flow()PlayRegistration.flow()Returns the value of theflowrecord component.