net.minecraft.util.profiling.jfr.event

public abstract class PacketEvent

extends Event

buh
net.minecraft.util.profiling.jfr.event.PacketEvent
net.minecraft.class_6509
net.minecraft.util.profiling.jfr.event.PacketEvent
net.minecraft.src.C_182814_
net.minecraft.util.profiling.jfr.event.PacketEvent

字段概要

修饰符与类型字段
public final String
protocolId
protocolId
protocolId
public final String
packetDirection
packetDirection
packetDirection
public final String
packetId
packetId
packetId
public final String
remoteAddress
remoteAddress
remoteAddress
public final int
bytes
bytes
bytes

构造函数概要

修饰符构造函数
public (String protocolId, String packetDirection, String packetId, SocketAddress remoteAddress, int bytes)