Class PacketReceivedEvent
java.lang.Object
jdk.jfr.Event
net.minecraft.util.profiling.jfr.event.PacketEvent
net.minecraft.util.profiling.jfr.event.PacketReceivedEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class PacketEvent
PacketEvent.Fields -
Field Summary
FieldsFields inherited from class PacketEvent
bytes, packetDirection, packetId, protocolId, remoteAddress -
Constructor Summary
ConstructorsConstructorDescriptionPacketReceivedEvent(String protocolId, String packetDirection, String packetId, SocketAddress remoteAddress, int readableBytes) -
Method Summary
-
Field Details
-
NAME
- See Also:
-
TYPE
-
-
Constructor Details
-
PacketReceivedEvent
public PacketReceivedEvent(String protocolId, String packetDirection, String packetId, SocketAddress remoteAddress, int readableBytes)
-