Uses of Class
net.minecraft.network.protocol.common.ServerboundKeepAlivePacket
Packages that use ServerboundKeepAlivePacket
Package
Description
-
Uses of ServerboundKeepAlivePacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ServerboundKeepAlivePacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundKeepAlivePacket> CommonPacketTypes.SERVERBOUND_KEEP_ALIVE
static final StreamCodec
<FriendlyByteBuf, ServerboundKeepAlivePacket> ServerboundKeepAlivePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.common that return types with arguments of type ServerboundKeepAlivePacketMethods in net.minecraft.network.protocol.common with parameters of type ServerboundKeepAlivePacketModifier and TypeMethodDescriptionvoid
ServerCommonPacketListener.handleKeepAlive
(ServerboundKeepAlivePacket p_296457_) -
Uses of ServerboundKeepAlivePacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundKeepAlivePacketModifier and TypeMethodDescriptionvoid
ServerCommonPacketListenerImpl.handleKeepAlive
(ServerboundKeepAlivePacket p_294627_) -
Uses of ServerboundKeepAlivePacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundKeepAlivePacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleKeepAlive
(ServerboundKeepAlivePacket p_294627_)