Uses of Class
net.minecraft.network.packet.s2c.common.KeepAliveS2CPacket
Packages that use KeepAliveS2CPacket
Package
Description
-
Uses of KeepAliveS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type KeepAliveS2CPacketModifier and TypeMethodDescriptionvoid
ClientCommonNetworkHandler.onKeepAlive
(KeepAliveS2CPacket packet) -
Uses of KeepAliveS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type KeepAliveS2CPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListener.onKeepAlive
(KeepAliveS2CPacket packet) -
Uses of KeepAliveS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type KeepAliveS2CPacketModifier and TypeFieldDescriptionstatic final PacketType
<KeepAliveS2CPacket> CommonPackets.KEEP_ALIVE_S2C
-
Uses of KeepAliveS2CPacket in net.minecraft.network.packet.s2c.common
Fields in net.minecraft.network.packet.s2c.common with type parameters of type KeepAliveS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, KeepAliveS2CPacket> KeepAliveS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.common that return types with arguments of type KeepAliveS2CPacket