Uses of Class
net.minecraft.network.packet.c2s.common.KeepAliveC2SPacket
Packages that use KeepAliveC2SPacket
Package
Description
-
Uses of KeepAliveC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type KeepAliveC2SPacketModifier and TypeMethodDescriptionvoid
ServerCommonPacketListener.onKeepAlive
(KeepAliveC2SPacket packet) -
Uses of KeepAliveC2SPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type KeepAliveC2SPacketModifier and TypeFieldDescriptionstatic final PacketType<KeepAliveC2SPacket>
CommonPackets.KEEP_ALIVE_C2S
-
Uses of KeepAliveC2SPacket in net.minecraft.network.packet.c2s.common
Fields in net.minecraft.network.packet.c2s.common with type parameters of type KeepAliveC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf,
KeepAliveC2SPacket> KeepAliveC2SPacket.CODEC
Methods in net.minecraft.network.packet.c2s.common that return types with arguments of type KeepAliveC2SPacket -
Uses of KeepAliveC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type KeepAliveC2SPacketModifier and TypeMethodDescriptionvoid
ServerCommonNetworkHandler.onKeepAlive
(KeepAliveC2SPacket packet)