Uses of Record Class
net.minecraft.network.protocol.game.ServerboundClientTickEndPacket
Packages that use ServerboundClientTickEndPacket
-
Uses of ServerboundClientTickEndPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ServerboundClientTickEndPacketModifier and TypeFieldDescriptionstatic final ServerboundClientTickEndPacketServerboundClientTickEndPacket.INSTANCEFields in net.minecraft.network.protocol.game with type parameters of type ServerboundClientTickEndPacketModifier and TypeFieldDescriptionstatic final PacketType<ServerboundClientTickEndPacket> GamePacketTypes.SERVERBOUND_CLIENT_TICK_ENDstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundClientTickEndPacket> ServerboundClientTickEndPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundClientTickEndPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundClientTickEndPacketModifier and TypeMethodDescriptionvoidServerGamePacketListener.handleClientTickEnd(ServerboundClientTickEndPacket pPacket) -
Uses of ServerboundClientTickEndPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundClientTickEndPacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handleClientTickEnd(ServerboundClientTickEndPacket p_361392_)