类 NetworkSummaryEvent

java.lang.Object
jdk.internal.event.Event
jdk.jfr.Event
net.minecraft.util.profiling.jfr.event.NetworkSummaryEvent

public class NetworkSummaryEvent extends Event
  • 字段详细资料

    • EVENT_NAME

      public static final String EVENT_NAME
      另请参阅:
    • TYPE

      public static final EventType TYPE
    • remoteAddress

      public final String remoteAddress
    • sentBytes

      public long sentBytes
    • sentPackets

      public int sentPackets
    • receivedBytes

      public long receivedBytes
    • receivedPackets

      public int receivedPackets
  • 构造器详细资料

    • NetworkSummaryEvent

      public NetworkSummaryEvent(String p_195562_)