Uses of Enum Class
net.minecraft.network.protocol.PacketFlow
Packages that use PacketFlow
-
Uses of PacketFlow in net.minecraft.network
Fields in net.minecraft.network declared as PacketFlowModifier and TypeFieldDescriptionprivate PacketFlow
PacketDecoder.flow
private PacketFlow
PacketEncoder.flow
private PacketFlow
Connection.receiving
Fields in net.minecraft.network with type parameters of type PacketFlowModifier and TypeFieldDescriptionprivate Map<PacketFlow,? extends ConnectionProtocol.PacketSet<?>>
ConnectionProtocol.flows
(package private) Map<PacketFlow,ConnectionProtocol.PacketSet<?>>
ConnectionProtocol.ProtocolBuilder.flows
Methods in net.minecraft.network that return PacketFlowModifier and TypeMethodDescriptionConnection.getDirection()
Connection.getReceiving()
Connection.getSending()
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_)
Packet<?>
ConnectionProtocol.createPacket(PacketFlow p_178322_, int p_178323_, FriendlyByteBuf p_178324_)
ConnectionProtocol.getPacketId(PacketFlow p_129598_, Packet<?> p_129599_)
Constructors in net.minecraft.network with parameters of type PacketFlowModifierConstructorDescriptionConnection(PacketFlow p_129482_)
PacketDecoder(PacketFlow p_130533_)
PacketEncoder(PacketFlow p_130543_)
-
Uses of PacketFlow in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol that return PacketFlowModifier and TypeMethodDescriptionPacketFlow.getOpposite()
static PacketFlow
Returns 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.minecraftforge.network
Methods in net.minecraftforge.network with parameters of type PacketFlowModifier and TypeMethodDescriptionstatic void
VanillaPacketSplitter.appendPackets(ConnectionProtocol protocol, PacketFlow direction, Packet<?> packet, List<? super Packet<?>> out)
Append the given packet to the given list.