Uses of Class
net.minecraft.network.packet.s2c.common.KeepAliveS2CPacket
Packages that use KeepAliveS2CPacket
Package
Description
The base package for all Minecraft classes.
-
Uses of KeepAliveS2CPacket in net.minecraft
Fields in net.minecraft with type parameters of type KeepAliveS2CPacketModifier and TypeFieldDescriptionstatic final class_9145<KeepAliveS2CPacket>class_9152.KEEP_ALIVE -
Uses of KeepAliveS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type KeepAliveS2CPacketModifier and TypeMethodDescriptionvoidClientCommonNetworkHandler.onKeepAlive(KeepAliveS2CPacket packet) -
Uses of KeepAliveS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type KeepAliveS2CPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListener.onKeepAlive(KeepAliveS2CPacket packet) -
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.CODECMethods in net.minecraft.network.packet.s2c.common that return types with arguments of type KeepAliveS2CPacket