Uses of Enum Class
net.minecraft.network.protocol.PacketFlow
Packages that use PacketFlow
Package
Description
-
Uses of PacketFlow in net.minecraft.network
Fields 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.getReceiving()Connection.getSending()Methods in net.minecraft.network that return types with arguments of type PacketFlowModifier and TypeMethodDescriptionConnectionProtocol.ProtocolBuilder.buildCodecs(ConnectionProtocol p_298845_) 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_299620_) private static voidConnection.configureInMemoryPacketValidation(io.netty.channel.ChannelPipeline p_299383_, PacketFlow p_299305_) static voidConnection.configureInMemoryPipeline(io.netty.channel.ChannelPipeline p_298130_, PacketFlow p_298133_) static voidConnection.configureSerialization(io.netty.channel.ChannelPipeline p_265436_, PacketFlow p_265104_, BandwidthDebugMonitor p_299297_) ConnectionProtocol.getPacketsByIds(PacketFlow p_195621_) private static io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>>Connection.getProtocolKey(PacketFlow p_298298_) Constructors in net.minecraft.network with parameters of type PacketFlowModifierConstructorDescriptionCodecData(ConnectionProtocol p_297463_, PacketFlow p_300073_, ConnectionProtocol.PacketSet<T> p_301410_) Connection(PacketFlow p_129482_) -
Uses of PacketFlow in net.minecraft.network.protocol
Methods 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.stats
Fields 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.minecraftforge.common.util
Methods in net.minecraftforge.common.util with parameters of type PacketFlowModifier and TypeMethodDescriptionprivate voidPacketLogger.common(PacketFlow side, PacketFlow flow, Packet<?> packet) private static StringPacketLogger.dir(PacketFlow flow) private static StringPacketLogger.side(PacketFlow side)